From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755699Ab2HPMpx (ORCPT ); Thu, 16 Aug 2012 08:45:53 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:44912 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754965Ab2HPMpv (ORCPT ); Thu, 16 Aug 2012 08:45:51 -0400 Date: Thu, 16 Aug 2012 13:45:47 +0100 From: Mark Brown To: "Opensource [Anthony Olech]" Cc: Samuel Ortiz , Arnd Bergmann , Mauro Carvalho Chehab , Steven Toth , Michael Krufky , LKML , David Dajun Chen Subject: Re: [NEW DRIVER V3 1/8] DA9058 MFD core driver Message-ID: <20120816124547.GJ15365@opensource.wolfsonmicro.com> References: <201208151518.q7FFIN9v011639@latitude.olech.com> <20120815185316.GG15365@opensource.wolfsonmicro.com> <24DF37198A1E704D9811D8F72B87EB51032C6702@NB-EX-MBX02.diasemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <24DF37198A1E704D9811D8F72B87EB51032C6702@NB-EX-MBX02.diasemi.com> X-Cookie: Just to have it is enough. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 16, 2012 at 11:34:56AM +0000, Opensource [Anthony Olech] wrote: Fix your mail configuration to word wrap at something less than 80 columns within paragraphs, your mails are currently extremely hard to read. > The only other interpretation of your comment is that the h/w IRQ line setup code must be done > in the machine driver, in my case for testing is arch/arm/mach-s3c64xx/mach-smdk6410.c > But that view is contricted by the init call-backs from the wm8350 and wm1192 drivers. This board driver is not a modern driver, configuration callbacks used to be used but this is no longer be something that's needed. > I am confused, but it does make sense to do the GPIO --> IRQ initialization in the machine driver, > so I will try to do that. But who would be responsible for changing the wm8350 and wm1192 drivers > to also follow that philosophy? If someone has the time and enthusiasm it might be worthwhile, but it's not clear that this is the case.