]> git.baikalelectronics.ru Git - kernel.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)
commit698bab05ccabfc6b8ebdfb1108f9ccab4e3d0576
tree0630ca895b251cf06eb88321fb9502b78bd7aa58
parente0048aecdae8df92d5f5d85922fb67a8d6732c51
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
arch/powerpc/platforms/86xx/gef_gpio.c [deleted file]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-ge.c [new file with mode: 0644]