Re: [PATCHv2 3/4] Virtex: add xilinx interrupt controller driver

2007-10-01 Thread Grant Likely
On 10/1/07, Stephen Rothwell <[EMAIL PROTECTED]> wrote: > On Sun, 30 Sep 2007 16:20:43 -0600 Grant Likely <[EMAIL PROTECTED]> wrote: > > > > diff --git a/arch/powerpc/sysdev/xilinx_intc.c > > b/arch/powerpc/sysdev/xilinx_intc.c > > new file mode 100644 > > index 000..69f05cd > > --- /dev/null

Re: [PATCHv2 3/4] Virtex: add xilinx interrupt controller driver

2007-10-01 Thread Stephen Rothwell
On Sun, 30 Sep 2007 16:20:43 -0600 Grant Likely <[EMAIL PROTECTED]> wrote: > > diff --git a/arch/powerpc/sysdev/xilinx_intc.c > b/arch/powerpc/sysdev/xilinx_intc.c > new file mode 100644 > index 000..69f05cd > --- /dev/null > +++ b/arch/powerpc/sysdev/xilinx_intc.c > @@ -0,0 +1,151 @@ > +#incl

[PATCHv2 3/4] Virtex: add xilinx interrupt controller driver

2007-09-30 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Adds support for the Xilinx opb-intc interrupt controller Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/Makefile |1 arch/powerpc/sysdev/xilinx_intc.c | 151 + include/asm-powerpc/xil