Re: [PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs

2011-12-01 Thread Benjamin Herrenschmidt
On Thu, 2011-12-01 at 19:48 -0600, Moffett, Kyle D wrote: > Ben, > > I fixed the 3 issues that Paul and Michael reported and I can provide them > to you two different ways, however you would prefer. I can also send the > patches via email if that's more convenient. > > Option 1: Squashed into th

Re: [PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs

2011-12-01 Thread Moffett, Kyle D
Ben, I fixed the 3 issues that Paul and Michael reported and I can provide them to you two different ways, however you would prefer. I can also send the patches via email if that's more convenient. Option 1: Squashed into the the original patches for bisectability: git://opensource.exmeritus.c

Re: [PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs

2011-11-30 Thread Michael Ellerman
On Tue, 2011-11-29 at 13:58 -0500, Kyle Moffett wrote: > diff --git a/arch/powerpc/platforms/cell/setup.c > b/arch/powerpc/platforms/cell/setup.c > index cd00ca8..a0f5d28 100644 > --- a/arch/powerpc/platforms/cell/setup.c > +++ b/arch/powerpc/platforms/cell/setup.c > @@ -215,15 +202,6 @@ static vo

[PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs

2011-11-29 Thread Kyle Moffett
The Cell and PowerMac platforms use virtually identical cascaded-IRQ setup code, so just merge it into the core. Ideally this code would trigger automatically when an MPIC device-node specifies an "interrupts" property, perhaps even enabling MPIC_SECONDARY along the way. Unfortunately, Benjamin H

[RFC PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs

2011-10-31 Thread Kyle Moffett
The Cell and PowerMac platforms use virtually identical cascaded-IRQ setup code, so just merge it into the core. This does the obvious thing when an MPIC device-node specifies an "interrupts" property. Signed-off-by: Kyle Moffett --- arch/powerpc/platforms/cell/setup.c | 22