GPIO: sa1100: implement proper gpiolib gpio_to_irq conversion
commitf408c985cefc9b1d99bc099e1208dd7df3445aa5
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Dec 2011 18:24:57 +0000 (18 18:24 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 14 Jan 2012 05:25:23 +0000 (13 22:25 -0700)
tree8413c8cf3d8b21bfed24f09726f5c07d87be9c40
parentfda87903f4e9caf87e02d52768c2611e417b7efb
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