Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: move U300 GPIO driver to drivers/gpio

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>

authored by

Linus Walleij and committed by
Grant Likely
06caa7ad 7812803a

+2 -1
+1 -1
arch/arm/mach-u300/Makefile
··· 2 2 # Makefile for the linux kernel, U300 machine. 3 3 # 4 4 5 - obj-y := core.o clock.o timer.o gpio.o padmux.o 5 + obj-y := core.o clock.o timer.o padmux.o 6 6 obj-m := 7 7 obj-n := 8 8 obj- :=
arch/arm/mach-u300/gpio.c drivers/gpio/gpio-u300.c
+1
drivers/gpio/Makefile
··· 34 34 obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o 35 35 obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o 36 36 obj-$(CONFIG_GPIO_SCH) += sch_gpio.o 37 + obj-$(CONFIG_MACH_U300) += gpio-u300.o 37 38 obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o 38 39 obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o 39 40 obj-$(CONFIG_GPIO_SX150X) += sx150x.o