All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Adding support for Versal CPM as Root Port driver
@ 2020-04-24 12:04 Bharat Kumar Gogada
  2020-04-24 12:04 ` [PATCH v6 1/2] PCI: xilinx-cpm: Add device tree binding for Versal CPM Root Port Bharat Kumar Gogada
  2020-04-24 12:04 ` [PATCH v6 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver Bharat Kumar Gogada
  0 siblings, 2 replies; 7+ messages in thread
From: Bharat Kumar Gogada @ 2020-04-24 12:04 UTC (permalink / raw)
  To: linux-pci, linux-kernel
  Cc: lorenzo.pieralisi, bhelgaas, rgummal, Bharat Kumar Gogada

- Adding support for Versal CPM as Root port.
- The Versal ACAP devices include CCIX-PCIe Module (CPM). The integrated
  block for CPM along with the integrated bridge can function
  as PCIe Root Port.
- Versal CPM uses GICv3 ITS feature for assigning MSI/MSI-X
  vectors and handling MSI/MSI-X interrupts.
- Bridge error and legacy interrupts in Versal CPM are handled using
  Versal CPM specific MISC interrupt line.

Changes for v6:
- Using pci_generic_ecam_ops for ECAM registration.
- Fixed INTX registration handling

Bharat Kumar Gogada (2):
  PCI: xilinx-cpm: Add device tree binding for Versal CPM Root Port
  PCI: xilinx-cpm: Add Versal CPM Root Port driver

 .../devicetree/bindings/pci/xilinx-versal-cpm.txt  |  68 +++
 drivers/pci/controller/Kconfig                     |   9 +
 drivers/pci/controller/Makefile                    |   1 +
 drivers/pci/controller/pcie-xilinx-cpm.c           | 521 +++++++++++++++++++++
 4 files changed, 599 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/xilinx-versal-cpm.txt
 create mode 100644 drivers/pci/controller/pcie-xilinx-cpm.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-05  9:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 12:04 [PATCH v6 0/2] Adding support for Versal CPM as Root Port driver Bharat Kumar Gogada
2020-04-24 12:04 ` [PATCH v6 1/2] PCI: xilinx-cpm: Add device tree binding for Versal CPM Root Port Bharat Kumar Gogada
2020-04-29 18:55   ` Rob Herring
2020-04-30  7:11     ` Bharat Kumar Gogada
2020-04-24 12:04 ` [PATCH v6 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver Bharat Kumar Gogada
2020-04-29 19:14   ` Rob Herring
2020-05-05  9:19     ` Bharat Kumar Gogada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.