From mboxrd@z Thu Jan 1 00:00:00 1970 From: zonque@gmail.com (Daniel Mack) Date: Thu, 25 Jul 2013 11:00:30 +0200 Subject: [PATCH 1/5] gpio: pxa: remove dead code In-Reply-To: References: <1373555877-29887-1-git-send-email-zonque@gmail.com> <1373555877-29887-2-git-send-email-zonque@gmail.com> Message-ID: <51F0E92E.6060900@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 22.07.2013 09:14, Haojian Zhuang wrote: > On 22 July 2013 00:15, Linus Walleij wrote: >> On Thu, Jul 11, 2013 at 5:17 PM, Daniel Mack wrote: >> >>> Commit f87311743 ("ARM: mmp: add more compatible names in gpio driver") >>> changed the driver logic to determine the number of available GPIOs from >>> the compatible string, and hence obsoleted the (undocumented) child >>> nodes that were previously necessary. However, it left some remainder >>> which can be safely removed now. >>> >>> Also, this patch makes pxa_gpio_probe_dt() return the correct value in >>> case irq_alloc_descs() fails. >>> >>> Signed-off-by: Daniel Mack >>> Cc: Haojian Zhuang >>> Cc: Linus Walleij >>> Cc: Arnd Bergmann >> >> Tentatively applied, Haojian, does this look allright? >> >> Yours, >> Linus Walleij > > This patch is good. > > Acked-by: Haojian Zhuang > And what about the others? I think the first 3 patches of this series can go through Linus W, and the other 2 should end up in the pxa tree, right? Thanks, Daniel