From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Date: Fri, 17 Jun 2011 18:11:58 +0000 Subject: Re: [PATCH] firmware: Make firmware drivers generally available Message-Id: <4DFB98EE.9000609@ladisch.de> List-Id: References: <20110617103218.GA29723@opensource.wolfsonmicro.com> <1308310831-27861-1-git-send-email-lars@metafoo.de> <4DFB53B3.8070806@ladisch.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mike Frysinger Cc: Lars-Peter Clausen , Tony Luck , Fenghua Yu , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, uclinux-dist-devel@blackfin.uclinux.org, Mark Brown Mike Frysinger wrote: > On Fri, Jun 17, 2011 at 09:16, Clemens Ladisch wrote: > > It looks as if sigma.c doesn't actually belong into drivers/firmware. > > That directory is for code that lets the kernel access the firmware > > of the platform that the kernel itself runs on. > > -EMISSINGBETTERSUGGESTION I *knew* somebody would ask. :) "drivers/firmware" is the obvious name for both, but that makes it ambiguous. I'd suggest to split the two subsystems into "drivers/host-firmware" and "drivers/device-firmware". Regards, Clemens