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

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


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 at ge.com>
> ---
> 
> 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


More information about the Linuxppc-dev mailing list