• Kishon Vijay Abraham I's avatar
    PCI: keystone: Use Keystone specific msi_irq_chip · 117c3b60
    Kishon Vijay Abraham I authored
    Use Keystone specific msi_irq_chip to configure the MSI controller
    logic in the PCIe keystone wrapper instead of using the default
    Designware msi_irq chip (dw_pci_msi_bottom_irq_chip) with
    callback functions for configuring the Keystone MSI controller.
    This will help to remove Keystone specific callback functions
    added in dw_pcie_host_ops.
    
    Move the default msi_irq_chip assignment to dw_pcie_host_init since
    platforms that doesn't use the default msi_irq_chip will assign
    msi_irq_chip in the msi_host_init() callback.
    Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
    Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
    117c3b60
pci-keystone.c 25.8 KB