]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystem
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 22 Aug 2011 07:49:07 +0000 (08:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 22 Aug 2011 08:13:44 +0000 (09:13 +0100)
commitb2d8b9485139f0b75feaee5f905075bca86593c3
tree3118e3f4793d2032c0d469f2f4d6e86992918547
parentcfe5e3e324910cd7130a65384322c1bd57408161
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>
arch/arm/mach-sa1100/Makefile
arch/arm/mach-sa1100/gpio.c [deleted file]
drivers/gpio/Makefile
drivers/gpio/gpio-sa1100.c [new file with mode: 0644]