[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <EE34B23A-E2D0-4F49-B59A-F52B786E9020@kernel.crashing.org>
Date: Fri, 16 Mar 2012 11:13:47 -0500
From: Kumar Gala <galak@...nel.crashing.org>
To: Martyn Welch <martyn.welch@...com>
Cc: linuxppc-dev@...ts.ozlabs.org,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Wim Van Sebroeck <wim@...ana.be>,
linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>
Subject: Re: [PATCH v3 2/4] gpio: Move GE GPIO driver to reside within GPIO subsystem
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@...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--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists