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

From: Kumar Gala
Date: Fri Mar 16 2012 - 12:16:12 EST



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@xxxxxx>
> ---
>
> 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--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/