OSDN Git Service

ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 15 Jan 2015 01:32:26 +0000 (02:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Jan 2015 15:24:49 +0000 (15:24 +0000)
commita0ea298d325616b58760c5182705df76912e0d73
tree8f3c76cb949ff98edfcf097d9650c1c102bd6d1d
parenta82be3f0f1a4a03ec43750b12cb48871ec2a2e28
ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driver

As a part of driver consolidation, move GPIO-related IRQ code to
drivers/gpio/gpio-sa1100.c. The code does not use GPIOLIB_IRQCHIP (yet),
because sa1100 does not have a device for gpios, which is a requirement
for GPIOLIB_IRQCHIP. This will be the next step.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/irq.c
drivers/gpio/gpio-sa1100.c