]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7044/1: mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystem
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 22 Aug 2011 07:44:45 +0000 (08:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Aug 2011 08:13:21 +0000 (09:13 +0100)
commit8ea5720c0a95fffe32e2b96686fe12faf9d098fc
tree286a6e2823820f9886cee5ae7ce6b7446b4358cd
parent8aefa851fab4aa6402c8ad18c3f7962ced405919
ARM: 7044/1: mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystem

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

Cc: Wolfram Sang <w.sang@pengutronix.de>
Cc: Barry Song <bs14@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-lpc32xx/Makefile
arch/arm/mach-lpc32xx/gpiolib.c [deleted file]
drivers/gpio/Makefile
drivers/gpio/gpio-lpc32xx.c [new file with mode: 0644]