devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] Add support for Xilinx XDMA Soft IP as Root Port.
@ 2023-08-30  9:07 Thippeswamy Havalige
  2023-08-30  9:07 ` [PATCH v7 1/3] PCI: xilinx-cpm: Move interrupt bit definitions to common header Thippeswamy Havalige
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Thippeswamy Havalige @ 2023-08-30  9:07 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, bhelgaas, krzysztof.kozlowski+dt,
	devicetree, linux-pci
  Cc: lpieralisi, robh, conor+dt, michal.simek, bharat.kumar.gogada,
	Thippeswamy Havalige

This series of patch add support for Xilinx XDMA Soft IP as Root Port.

The Xilinx XDMA Soft IP support's 32 bit and 64bit BAR's.
As Root Port it supports MSI and legacy interrupts.

For code reusability existing CPM4 error interrupt bits are moved to
common header.

Signed-off-by: Thippeswamy Havalige <thippeswamy.havalige@amd.com>
Signed-off-by: Bharat Kumar Gogada <bharat.kumar.gogada@amd.com>
---
Thippeswamy Havalige (3):
  PCI: xilinx-cpm: Move interrupt bit definitions to common header
  dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe
    Root Port Bridge
  PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver

 .../devicetree/bindings/pci/xlnx,xdma-host.yaml    | 114 +++
 drivers/pci/controller/Kconfig                     |  11 +
 drivers/pci/controller/Makefile                    |   1 +
 drivers/pci/controller/pcie-xilinx-common.h        |  31 +
 drivers/pci/controller/pcie-xilinx-cpm.c           |  38 +-
 drivers/pci/controller/pcie-xilinx-dma-pl.c        | 803 +++++++++++++++++++++
 6 files changed, 967 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/xlnx,xdma-host.yaml
 create mode 100644 drivers/pci/controller/pcie-xilinx-common.h
 create mode 100644 drivers/pci/controller/pcie-xilinx-dma-pl.c

-- 
1.8.3.1


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

end of thread, other threads:[~2023-09-25  9:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30  9:07 [PATCH v7 0/3] Add support for Xilinx XDMA Soft IP as Root Port Thippeswamy Havalige
2023-08-30  9:07 ` [PATCH v7 1/3] PCI: xilinx-cpm: Move interrupt bit definitions to common header Thippeswamy Havalige
2023-09-06  8:16   ` Havalige, Thippeswamy
2023-08-30  9:07 ` [PATCH v7 2/3] dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe Root Port Bridge Thippeswamy Havalige
2023-08-30  9:07 ` [PATCH v7 3/3] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver Thippeswamy Havalige
2023-09-06  8:16   ` Havalige, Thippeswamy
2023-09-06 17:25   ` Bjorn Helgaas
2023-09-19 13:21     ` Havalige, Thippeswamy
2023-09-20 13:19       ` Krzysztof Kozlowski
2023-09-25  9:22         ` Havalige, Thippeswamy
2023-09-25  9:32           ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).