[PATCH v3 2/4] gpio: Move GE GPIO driver to reside within GPIO subsystem

Kumar Gala galak at kernel.crashing.org
Sat Mar 17 03:13:47 EST 2012


On Mar 12, 2012, at 12:12 PM, Martyn Welch wrote:

> 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 at ge.com>
> ---
> 
> v3: Split out from patch moving PIC and GPIO driver. Moving to gpio subsystem
>    instead of sysdev.
> 
> arch/powerpc/configs/86xx/gef_ppc9a_defconfig      |    1 +
> arch/powerpc/configs/86xx/gef_sbc310_defconfig     |    1 +
> arch/powerpc/configs/86xx/gef_sbc610_defconfig     |    2 ++
> arch/powerpc/platforms/86xx/Makefile               |    3 +--
> drivers/gpio/Kconfig                               |   11 +++++++++++
> drivers/gpio/Makefile                              |    1 +
> .../86xx/gef_gpio.c => drivers/gpio/gpio-ge.c      |    2 +-
> 7 files changed, 18 insertions(+), 3 deletions(-)
> rename arch/powerpc/platforms/86xx/gef_gpio.c => drivers/gpio/gpio-ge.c (98%)

applied

- k


More information about the Linuxppc-dev mailing list