Re: powerpc/pasemi: Add Nemo board IRQ initroutine

2019-01-08 Thread Michael Ellerman
Darren Stevens writes: > Hello Michael > > On 22/12/2018, Michael Ellerman wrote: >> On Sun, 2018-08-19 at 20:21:47 UTC, Darren Stevens wrote: >>> Add a IRQ init routine for the Nemo board which inits and attatches >>> the i8259 found in the SB600, and a cascade routine to dispatch the >>>

Re: powerpc/pasemi: Add Nemo board IRQ initroutine

2019-01-02 Thread Darren Stevens
Hello Michael On 22/12/2018, Michael Ellerman wrote: > On Sun, 2018-08-19 at 20:21:47 UTC, Darren Stevens wrote: >> Add a IRQ init routine for the Nemo board which inits and attatches >> the i8259 found in the SB600, and a cascade routine to dispatch the >> interrupts. >> >> Signed-off-by:

Re: [NEXT,v2,2/4] powerpc/pasemi: Add Nemo board IRQ initroutine

2018-12-22 Thread Michael Ellerman
On Sun, 2018-08-19 at 20:21:47 UTC, Darren Stevens wrote: > Add a IRQ init routine for the Nemo board which inits and attatches > the i8259 found in the SB600, and a cascade routine to dispatch the > interrupts. > > Signed-off-by: Darren Stevens Applied to powerpc next, thanks.

Re: [NEXT,v2,2/4] powerpc/pasemi: Add Nemo board IRQ initroutine

2018-12-22 Thread Michael Ellerman
On Sun, 2018-08-19 at 20:21:47 UTC, Darren Stevens wrote: > Add a IRQ init routine for the Nemo board which inits and attatches > the i8259 found in the SB600, and a cascade routine to dispatch the > interrupts. > > Signed-off-by: Darren Stevens Applied to powerpc next, thanks.

[PATCH NEXT v2 2/4] powerpc/pasemi: Add Nemo board IRQ initroutine

2018-08-19 Thread Darren Stevens
Add a IRQ init routine for the Nemo board which inits and attatches the i8259 found in the SB600, and a cascade routine to dispatch the interrupts. Signed-off-by: Darren Stevens --- diff --git a/arch/powerpc/platforms/pasemi/setup.c b/arch/powerpc/platforms/pasemi/setup.c index