History log of /drivers/gpio/gpio-sa1100.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f408c985cefc9b1d99bc099e1208dd7df3445aa5 18-Dec-2011 Russell King <rmk+kernel@arm.linux.org.uk> 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>
/drivers/gpio/gpio-sa1100.c
2428835fc6a579b68dde16d37e0b72ca29259c96 22-Aug-2011 Linus Walleij <linus.walleij@linaro.org> ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystem

As per example from the other ARM boards, push the SA100
GPIO driver down to the GPIO subsystem so it can be consolidated.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
/drivers/gpio/gpio-sa1100.c