Re: [PATCH v2] powerpc: FPGA support for GE Fanuc SBC610

2008-10-13 Thread Stephen Rothwell
Hi Martyn, On Mon, 13 Oct 2008 09:53:49 +0100 Martyn Welch <[EMAIL PROTECTED]> wrote: > > --- a/arch/powerpc/platforms/86xx/gef_sbc610.c > +++ b/arch/powerpc/platforms/86xx/gef_sbc610.c > @@ -73,6 +73,7 @@ static void __init gef_sbc610_init_irq(void) > > static void __init gef_sbc610_setup_arch

[PATCH v2] powerpc: FPGA support for GE Fanuc SBC610

2008-10-13 Thread Martyn Welch
Support for the SBC610 VPX Single Board Computer from GE Fanuc (PowerPC MPC8641D). This patch adds support for the registers held in the devices main FPGA, exposing extra information about the revision of the board through cpuinfo. Signed-off-by: Martyn Welch <[EMAIL PROTECTED]> --- Kumar: Sorry