Re: [PATCH] powerpc: GE Fanuc's FPGA based PIC controller on the SBC610
From: Kumar Gala <hidden>
Date: 2008-09-30 14:51:05
From: Kumar Gala <hidden>
Date: 2008-09-30 14:51:05
On Sep 30, 2008, at 9:29 AM, Martyn Welch wrote:
arch/powerpc/boot/dts/gef_sbc610.dts | 38 ++++ arch/powerpc/platforms/86xx/gef_sbc610.c | 25 +++ arch/powerpc/sysdev/Makefile | 2 arch/powerpc/sysdev/gef_pic.c | 258 +++++++++++++++++++++ +++++++++ arch/powerpc/sysdev/gef_pic.h | 11 +
The gef_pic should really live in platforms/86xx/ since its specific to your board. - k