Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758939Ab1FQNNh (ORCPT ); Fri, 17 Jun 2011 09:13:37 -0400 Received: from smtprelay04.ispgateway.de ([80.67.18.16]:45744 "EHLO smtprelay04.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753743Ab1FQNNf (ORCPT ); Fri, 17 Jun 2011 09:13:35 -0400 Message-ID: <4DFB53B3.8070806@ladisch.de> Date: Fri, 17 Jun 2011 15:16:35 +0200 From: Clemens Ladisch User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Lars-Peter Clausen CC: Mike Frysinger , 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 Subject: Re: [PATCH] firmware: Make firmware drivers generally available References: <20110617103218.GA29723@opensource.wolfsonmicro.com> <1308310831-27861-1-git-send-email-lars@metafoo.de> In-Reply-To: <1308310831-27861-1-git-send-email-lars@metafoo.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Df-Sender: linux-kernel@cl.domainfactory-kunde.de Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1076 Lines: 26 Lars-Peter Clausen wrote: > Currently only x86, ia64 and blackfin architectures include > drivers/firmware/Kconfig, as a result firmware drivers are only available on > these platforms. This has not been a problem historically, because all of the > firmware drivers were architecture specific. > > But this has changed with the addition of the SigmaStudio firmware loader > (commit e359dc24 "sigma-firmware: loader for Analog Devices' SigmaStudio"), > which is used to parse and load firmware files for Analog Devices' SigmaDSP > processors. 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. The request_firmware() stuff is usually part of the actual driver that needs it. Regards, Clemens -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/