]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpio: move U300 GPIO driver to drivers/gpio
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 24 May 2011 21:06:52 +0000 (23:06 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 26 May 2011 23:29:33 +0000 (17:29 -0600)
This moves the U300 GPIO driver out of arch/arm/mach-u300 and into
the desired location indicated by the subsystem maintainer.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/arm/mach-u300/Makefile
drivers/gpio/Makefile
drivers/gpio/gpio-u300.c [moved from arch/arm/mach-u300/gpio.c with 100% similarity]

index fab46fe9a71f7b7061d2aa9e8f485f1449b625f1..8fd354aaf0a7f5c9aa309ee69b490e604868fc65 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for the linux kernel, U300 machine.
 #
 
-obj-y          := core.o clock.o timer.o gpio.o padmux.o
+obj-y          := core.o clock.o timer.o padmux.o
 obj-m          :=
 obj-n          :=
 obj-           :=
index d92ce3a62ae593aedbaee5681ad3acc4485a8e4d..27a22086739b541cbafd50828f503931613dd6c5 100644 (file)
@@ -34,6 +34,7 @@ obj-$(CONFIG_GPIO_WM831X)     += wm831x-gpio.o
 obj-$(CONFIG_GPIO_WM8350)      += wm8350-gpiolib.o
 obj-$(CONFIG_GPIO_WM8994)      += wm8994-gpio.o
 obj-$(CONFIG_GPIO_SCH)         += sch_gpio.o
+obj-$(CONFIG_MACH_U300)                += gpio-u300.o
 obj-$(CONFIG_GPIO_RDC321X)     += rdc321x-gpio.o
 obj-$(CONFIG_GPIO_JANZ_TTL)    += janz-ttl.o
 obj-$(CONFIG_GPIO_SX150X)      += sx150x.o