[PATCH 0/2] DaVinci: GPIO: fixes
From: grygorii.strashko@ti.com (Grygorii Strashko)
Date: 2013-11-11 15:46:39
Also in:
linux-gpio, lkml
From: grygorii.strashko@ti.com (Grygorii Strashko)
Date: 2013-11-11 15:46:39
Also in:
linux-gpio, lkml
Hi Sekhar, Prabhakar Lad On 11/08/2013 08:45 AM, Prabhakar Lad wrote:> From: "Lad, Prabhakar" [off-list ref]
This patch series fixes gpio driver regestration
and offset check for unbanked gpio.
Lad, Prabhakar (2):
gpio: davinci: Fix a check for unbanked gpio
ARM: davinci: Fix number of resources passed to
davinci_gpio_register() callI've verified both patches - looks ok. Patch 1 - restores unbanked GPIO IRQs functionality Patch 2 - allows to register GPIO Platform devices and boot without issues. Could we move forward with these patches?
arch/arm/mach-davinci/dm355.c | 2 +- arch/arm/mach-davinci/dm365.c | 2 +- arch/arm/mach-davinci/dm644x.c | 2 +- arch/arm/mach-davinci/dm646x.c | 2 +- drivers/gpio/gpio-davinci.c | 4 +++- 5 files changed, 7 insertions(+), 5 deletions(-)