powerpc: GE Fanuc's FPGA based PIC controller on the SBC610
authorMartyn Welch <martyn.welch@gefanuc.com>
Wed, 1 Oct 2008 08:32:39 +0000 (09:32 +0100)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 13 Oct 2008 16:09:57 +0000 (11:09 -0500)
commit3a470247913e6537c453937720b61f4ecc3e39db
tree284e09ffda9f3513677464abd05020fb01f51196
parent92ae954046b1434c8c11468893ed27c7c06f2c21
powerpc: GE Fanuc's FPGA based PIC controller on the SBC610

Support for the SBC610 VPX Single Board Computer from GE Fanuc (PowerPC MPC8641D).

A number of MPC8641D based route interrupts for on-board interrupts through
a FPGA based interrupt controller, which is chained with the
MPC8641D's mpic. This patch provides a basic driver to allow basic routing
of interrupts to the mpic.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/gef_sbc610.dts
arch/powerpc/platforms/86xx/Makefile
arch/powerpc/platforms/86xx/gef_pic.c [new file with mode: 0644]
arch/powerpc/platforms/86xx/gef_pic.h [new file with mode: 0644]
arch/powerpc/platforms/86xx/gef_sbc610.c