]> git.baikalelectronics.ru Git - kernel.git/commit
GPIO: sa1100: implement proper gpiolib gpio_to_irq conversion
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Dec 2011 18:24:57 +0000 (18:24 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 14 Jan 2012 05:25:23 +0000 (22:25 -0700)
commitb6ee87cc9073bc338e922cf39eb036b26772d2e2
tree8413c8cf3d8b21bfed24f09726f5c07d87be9c40
parent5ea65b9c339e0500866d7489a8c2f4584f3b514f
GPIO: sa1100: implement proper gpiolib gpio_to_irq conversion

The existing gpio_to_irq() implementation on sa1100 only translates
validly for internal GPIOs.  Since this sub-arch enables GPIOLIB
support, this results in buggy translations for non-internal GPIOs.

Get rid of the private gpio_to_irq() implementation, replacing it
with the .to_irq method in the sa1100 gpio chip instead.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/arm/mach-sa1100/include/mach/gpio.h
drivers/gpio/gpio-sa1100.c