Re: [PATCH v2 06/17] powerpc/powernv: Split out set MSI IRQ chip code

2014-10-01 Thread Michael Neuling
On Thu, 2014-10-02 at 11:57 +1000, Michael Ellerman wrote: > On Tue, 2014-30-09 at 10:34:55 UTC, Michael Neuling wrote: > > From: Ian Munsie > > > > Some of the MSI IRQ code in pnv_pci_ioda_msi_setup() is generically useful > > so > > split it out. > > > > This will be used by some of the cxl P

Re: [PATCH v2 06/17] powerpc/powernv: Split out set MSI IRQ chip code

2014-10-01 Thread Michael Ellerman
On Tue, 2014-30-09 at 10:34:55 UTC, Michael Neuling wrote: > From: Ian Munsie > > Some of the MSI IRQ code in pnv_pci_ioda_msi_setup() is generically useful so > split it out. > > This will be used by some of the cxl PCIe code later. > > diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c >

[PATCH v2 06/17] powerpc/powernv: Split out set MSI IRQ chip code

2014-09-30 Thread Michael Neuling
From: Ian Munsie Some of the MSI IRQ code in pnv_pci_ioda_msi_setup() is generically useful so split it out. This will be used by some of the cxl PCIe code later. Signed-off-by: Ian Munsie Signed-off-by: Michael Neuling --- arch/powerpc/platforms/powernv/pci-ioda.c | 43 ++---