Skip to content

Commit 83ed8d4

Browse files
Marc ZyngierLorenzo Pieralisi
authored andcommitted
PCI: rcar: Convert to MSI domains
In anticipation of the removal of the msi_controller structure, convert the Rcar host controller driver to MSI domains. We end-up with the usual two domain structure, the top one being a generic PCI/MSI domain, the bottom one being Rcar-specific and handling the actual HW interrupt allocation. Link: https://lore.kernel.org/r/20210330151145.997953-4-maz@kernel.org Tested-by: Marek Vasut <marek.vasut+renesas@gmail.com> Signed-off-by: Marc Zyngier <maz@kernel.org> [lorenzo.pieralisi@arm.com: merged fix https://lore.kernel.org/linux-pci/87y2e2p9wk.wl-maz@kernel.org] Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 93cd1bb commit 83ed8d4

File tree

2 files changed

+169
-183
lines changed

2 files changed

+169
-183
lines changed

drivers/pci/controller/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ config PCIE_RCAR_HOST
5858
bool "Renesas R-Car PCIe host controller"
5959
depends on ARCH_RENESAS || COMPILE_TEST
6060
depends on PCI_MSI_IRQ_DOMAIN
61-
select PCI_MSI_ARCH_FALLBACKS
6261
help
6362
Say Y here if you want PCIe controller support on R-Car SoCs in host
6463
mode.

0 commit comments

Comments
 (0)