summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_pci.c
diff options
context:
space:
mode:
authorThomas Petazzoni2017-02-28 15:31:15 +0100
committerBjorn Helgaas2017-03-14 21:09:32 +0100
commit393bf9b38ad3f29c6663e8e76fce4f034e6ef673 (patch)
treeed9832344a13209cf7d27092a1f7ff288046496d /drivers/of/of_pci.c
parentPCI: aardvark: Move to MSI handling using generic MSI support (diff)
downloadkernel-qcow2-linux-393bf9b38ad3f29c6663e8e76fce4f034e6ef673.tar.gz
kernel-qcow2-linux-393bf9b38ad3f29c6663e8e76fce4f034e6ef673.tar.xz
kernel-qcow2-linux-393bf9b38ad3f29c6663e8e76fce4f034e6ef673.zip
PCI: mvebu: Remove useless MSI enabling code
Since commit fcc392d501bd2 ("irqchip/armada-370-xp: Use the generic MSI infrastructure"), the irqchip driver used on Armada 370, XP, 375, 38x, 39x for the MPIC interrupt controller has been converted to use the generic MSI infrastructure. Since this commit, it is no longer registering an msi_controller structure with the of_pci_msi_chip_add() function. Therefore, having the PCI driver used on the same platform calling of_pci_find_msi_chip_by_node() is pretty useless. The MSI resolution is now done in the generic interrupt resolution code, since the MSI controller is an irq domain attached to the interrupt controller node, which is pointed to by the msi-parent DT property in the PCIe controller node. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/of/of_pci.c')
0 files changed, 0 insertions, 0 deletions