]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powernv/pci: Set the IRQ chip data for P8/CXL devices
authorCédric Le Goater <clg@kaod.org>
Thu, 1 Jul 2021 13:27:46 +0000 (15:27 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 10 Aug 2021 13:15:01 +0000 (23:15 +1000)
commit60f520e1e940d6a0327f3fd9bc13023f26cc2502
treee1ccbd5c439d81fb1791cdef207566dbb42bac4f
parent26817959be26ea2f10a52f15d002216846589d42
powerpc/powernv/pci: Set the IRQ chip data for P8/CXL devices

Before MSI domains, the default IRQ chip of PHB3 MSIs was patched by
pnv_set_msi_irq_chip() with the custom EOI handler pnv_ioda2_msi_eoi()
and the owning PHB was deduced from the 'ioda.irq_chip' field. This
path has been deprecated by the MSI domains but it is still in use by
the P8 CAPI 'cxl' driver.

Rewriting this driver to support MSI would be a waste of time.
Nevertheless, we can still remove the IRQ chip patch and set the IRQ
chip data instead. This is cleaner.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210701132750.1475580-29-clg@kaod.org
arch/powerpc/platforms/powernv/pci-ioda.c