]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: Move GE GPIO driver to reside within GPIO subsystem
authorMartyn Welch <martyn.welch@ge.com>
Mon, 12 Mar 2012 17:12:58 +0000 (17:12 +0000)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Mar 2012 16:08:08 +0000 (11:08 -0500)
commit6518bb69f463446a1552f52093cc699497f18fe0
tree0630ca895b251cf06eb88321fb9502b78bd7aa58
parent330bbf485447c0cf127750eb7d68d43a73f59356
gpio: Move GE GPIO driver to reside within GPIO subsystem

The GE GPIO driver provides basic support (set direction, read/write state)
for the GPIO provided on some GE single board computers. This patch moves
the driver from the 86xx specific platform directrory to the GPIO subsystem
so that it can be used on non-86xx boards.

Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/configs/86xx/gef_ppc9a_defconfig
arch/powerpc/configs/86xx/gef_sbc310_defconfig
arch/powerpc/configs/86xx/gef_sbc610_defconfig
arch/powerpc/platforms/86xx/Makefile
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-ge.c [moved from arch/powerpc/platforms/86xx/gef_gpio.c with 98% similarity]