From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs Date: Fri, 30 Aug 2013 13:55:26 -0600 Message-ID: <5220F8AE.2080300@wwwdotorg.org> References: <1377526030-32024-1-git-send-email-larsi@wh2.tu-dresden.de> <521D0964.2080209@wwwdotorg.org> <521FE637.3010805@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <521FE637.3010805@collabora.co.uk> Sender: linux-gpio-owner@vger.kernel.org To: Javier Martinez Canillas Cc: Linus Walleij , Lars Poeschel , Lars Poeschel , Grant Likely , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Mark Rutland , Ian Campbell , Kumar Gala , Pawel Moll , Tomasz Figa , Enric Balletbo i Serra , Jean-Christophe PLAGNIOL-VILLARD , Santosh Shilimkar , Kevin Hilman , Balaji T K , Tony Lindgren , Jon Hunter List-Id: devicetree@vger.kernel.org On 08/29/2013 06:24 PM, Javier Martinez Canillas wrote: ... > We have been trying to solve this issue for a few months by now and Linus' > approach seems to be the most sensible solution to me. > > Drivers that request an IRQ and assume that platform code will request and setup > the GPIO have been broken since the boards using these drivers were migrated to > DT (e.g: smsc911x on OMAP2+ boards). That's only true if the driver for the GPIO controller is buggy. Whatever request_irq() maps down to in the GPIO/IRQ controller driver simply needs to set up the pin as an interrupt input, then it doesn't matter which order the driver does things.