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)
commit5cd69651ceeed15e021cf7d19f1b1be0a80c0c7a
treee1ccbd5c439d81fb1791cdef207566dbb42bac4f
parentc80198a21792ac59412871e4e6fad5041c9be8e4
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