From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25527 invoked by alias); 23 Dec 2011 09:23:57 -0000 Received: (qmail 25504 invoked by uid 22791); 23 Dec 2011 09:23:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Dec 2011 09:23:39 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id BE74E2F78015 for ; Fri, 23 Dec 2011 09:23:37 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zXHF4vPu4l3K; Fri, 23 Dec 2011 09:23:36 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-patches@ecos.sourceware.org Subject: [Bug 1001428] Hal bits for Kinetis K40 SLCD controller X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ilijak@siva.com.mk X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 23 Dec 2011 09:23:00 -0000 Message-Id: <20111223092336.2AE682F7800A@mail.ecoscentric.com> Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2011-12/txt/msg00044.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001428 --- Comment #9 from Ilija Kocho 2011-12-23 09:23:33 GMT --- (In reply to comment #8) > (In reply to comment #7) > > > > A few possibilities for consideration: > > > > > > 1) Introduce a hal/devs/ hierarchy for HAL-level device definitions which > > > may be required across multiple architectures. Accessed directly as if part > > > of a platform HAL or variant HAL package. > > > > I would avoid putting directory named "devs" under "hal" since it may have > > strong gravitational pull for any kind of device drivers (esp from new > > developers). > > Yes. Perhaps hal/shared/ or hal/misc/ would be better. Both sound good to me with slight preference to hal/misc. > > > But there are some devices that are close to the HAL but can be still shared > > among different architectures such as: DMA, some RAM chips with > > configurability features, etc. For this purpose I would propose hal/misc > > This may be off-topic, but for me this is kind of actual question and I was > > going to put it on devel list as I am near to submit a driver that employs > > DMA and HAL support for external RAM chip(s) that have some registers for > > configuration. > > > > > 2) Introduce a devs/misc/ hierarchy for miscellaneous simple eCos devices > > > with no corresponding I/O layer. Accessed via eCos device lookup. > > > > > > 3) Create an I/O infrastructure package for segment displays. > > > > I would vote for this with little further generalization: may it be > > devs/displays (eventually abbreviated)? Or could it be: /devs/hmi? > > Note: This may raise question what to do with (existing) framebuffer, but I > > think at present it shouldn't be a big issue to move it in because there's > > only one entry within framebuffer. > > In general, device drivers under devs/$TYPE/ are accessed via the I/O layer at > io/$TYPE/ and I see no reason to change this. For example devs/framebuf/ is > accessed via the Framebuffer I/O layer at io/framebuf/. > > Also, in general, drivers under devs/ present themselves via the eCos device > driver API. > > If the Freescale SLCD package will simply provide some HAL definitions and > HAL-level API then perhaps hal/misc/freescale/slcd/ is indeed the better place. OK. Thank you for clarification. -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.