From mboxrd@z Thu Jan 1 00:00:00 1970 From: jassisinghbrar@gmail.com (jassi brar) Date: Thu, 28 Jan 2010 13:08:09 +0900 Subject: [PATCHv2 06/10] ARM: SMDK64XX: Enable AC97 device In-Reply-To: <20100128034152.GA14154@trinity.fluff.org> References: <1264571969-15145-1-git-send-email-jassisinghbrar@gmail.com> <20100128034152.GA14154@trinity.fluff.org> Message-ID: <1b68c6791001272008k7341d360oeb0e84b181e74b0c@mail.gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 28, 2010 at 12:41 PM, Ben Dooks wrote: > On Wed, Jan 27, 2010 at 02:59:29PM +0900, jassisinghbrar at gmail.com wrote: >> From: Jassi Brar >> >> Add AC97 controller to platform devices and initialize the AC97 gpios. > > I'd much rather see platform devices always added unless there is a really > good reason not to. People can build things as modules and this means you > end up having to rebuild the core kernel as well as the module if you want > to change. Yes, sounds good to me. I will revise this patch accordingly. Thanks