From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Fri, 17 Jun 2011 15:56:29 +0000 Subject: Re: [PATCH] firmware: Make firmware drivers generally available Message-Id: List-Id: References: <20110617103218.GA29723@opensource.wolfsonmicro.com> <1308310831-27861-1-git-send-email-lars@metafoo.de> <4DFB53B3.8070806@ladisch.de> In-Reply-To: <4DFB53B3.8070806@ladisch.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Clemens Ladisch 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 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 > The request_firmware() stuff is usually part of the actual driver that > needs it. except for when the firmware format is the same across many drivers because it has a unified format (by design) -mike