From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 25 Jul 2012 19:10:18 +0000 Subject: [PATCH 1/2] GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip() In-Reply-To: <501036E1.5010309@gmail.com> References: <1343230539-7196-1-git-send-email-zonque@gmail.com> <201207251617.21735.arnd@arndb.de> <501036E1.5010309@gmail.com> Message-ID: <201207251910.19088.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 25 July 2012, Daniel Mack wrote: > On 25.07.2012 18:17, Arnd Bergmann wrote: > > On Wednesday 25 July 2012, Daniel Mack wrote: > >> Simplify the code in gpio-pxa.c and make them based on irq_base. > >> When not probed from devicetree, initialize irq_base from > >> PXA_GPIO_TO_IRQ() or MMP_GPIO_TO_IRQ(), respectively, so the non-DT case > >> still works. > >> > >> Only tested on PXA3xx. > >> > >> Signed-off-by: Daniel Mack > > > > Both look good to me, > > > > Acked-by: Arnd Bergmann > > > > Thanks. I somehow lost track about the upstream pathes recently. Who > would queue them up now? Haojian Zhuang is usually the person who picks up PXA patches these days. If he prefers, you can also prepare a series and send them directly to arm at kernel.org (that's Olof and me, for all practical purposes) for integration into the arm-soc tree. I have not received many pxa patches recently, so if he has no other stuff then this might be the more convenient way. Arnd