Re: [PATCH v3 3/4] powerpc: Move GE PIC drivers

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



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

> Move the GE PIC drivers to allow these to be used by non-86xx boards.
>
> Signed-off-by: Martyn Welch <martyn.welch@xxxxxx>
> ---
>
> v2: Move GPIO and PIC drivers to sysdev/ge/ rather than platforms/.
>
> v3: Now just PIC driver. GPIO driver going to drivers/gpio.
>
> arch/powerpc/platforms/86xx/Kconfig | 4 ----
> arch/powerpc/platforms/86xx/Makefile | 1 -
> arch/powerpc/platforms/86xx/gef_ppc9a.c | 2 +-
> arch/powerpc/platforms/86xx/gef_sbc310.c | 2 +-
> arch/powerpc/platforms/86xx/gef_sbc610.c | 2 +-
> arch/powerpc/sysdev/Kconfig | 4 ++++
> arch/powerpc/sysdev/Makefile | 2 ++
> arch/powerpc/sysdev/ge/Makefile | 1 +
> .../86xx/gef_pic.c => sysdev/ge/ge_pic.c} | 2 +-
> .../86xx/gef_pic.h => sysdev/ge/ge_pic.h} | 0
> 10 files changed, 11 insertions(+), 9 deletions(-)
> create mode 100644 arch/powerpc/sysdev/ge/Makefile
> rename arch/powerpc/{platforms/86xx/gef_pic.c => sysdev/ge/ge_pic.c} (99%)
> rename arch/powerpc/{platforms/86xx/gef_pic.h => sysdev/ge/ge_pic.h} (100%)

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/