linux/drivers/pci/controller/cadence
Alan Douglas 3ef5d16f50 PCI: cadence: Add MSI-X support to Endpoint driver
Implement ->set_msix() and ->get_msix() callback functions in order
to configure MSIX capability in the PCIe endpoint controller.

Add cdns_pcie_ep_send_msix_irq() to send MSIX interrupts to Host.
cdns_pcie_ep_send_msix_irq() gets the MSIX table address (virtual
address) from "struct cdns_pcie_epf" that gets initialized in
->set_bar() call back function.

[kishon@ti.com: Re-implement MSIX support in accordance with the
 re-designed core MSI-X interfaces]
Link: https://lore.kernel.org/r/20200722110317.4744-11-kishon@ti.com
Signed-off-by: Alan Douglas <adouglas@cadence.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2020-07-28 11:31:18 +01:00
..
Kconfig
Makefile
pcie-cadence-ep.c PCI: cadence: Add MSI-X support to Endpoint driver 2020-07-28 11:31:18 +01:00
pcie-cadence-host.c PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID register 2020-07-27 15:46:16 +01:00
pcie-cadence-plat.c PCI: cadence: Add new *ops* for CPU addr fixup 2020-07-27 15:46:16 +01:00
pcie-cadence.c PCI: cadence: Add new *ops* for CPU addr fixup 2020-07-27 15:46:16 +01:00
pcie-cadence.h PCI: cadence: Add MSI-X support to Endpoint driver 2020-07-28 11:31:18 +01:00