devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v5 0/3] Add support for AMD MDB IP as Root Port
@ 2024-12-13  6:40 Thippeswamy Havalige
  2024-12-13  6:40 ` [RESEND PATCH v5 1/3] dt-bindings: PCI: dwc: Add AMD Versal2 mdb slcr support Thippeswamy Havalige
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Thippeswamy Havalige @ 2024-12-13  6:40 UTC (permalink / raw)
  To: bhelgaas, lpieralisi, kw, manivannan.sadhasivam, robh, krzk+dt,
	conor+dt
  Cc: linux-pci, devicetree, linux-kernel, jingoohan1, michal.simek,
	bharat.kumar.gogada, Thippeswamy Havalige

This series of patch add support for AMD MDB IP as Root Port.

The AMD MDB IP support's 32 bit and 64bit BAR's at Gen5 speed.
As Root Port it supports MSI and legacy interrupts.

Thippeswamy Havalige (3):
  dt-bindings: PCI: dwc: Add AMD Versal2 mdb slcr support
  dt-bindings: PCI: amd-mdb: Add AMD Versal2 MDB PCIe Root Port Bridge
  PCI: amd-mdb: Add AMD MDB Root Port driver

 .../bindings/pci/amd,versal2-mdb-host.yaml    | 121 +++++
 .../devicetree/bindings/pci/snps,dw-pcie.yaml |   2 +
 drivers/pci/controller/dwc/Kconfig            |  10 +
 drivers/pci/controller/dwc/Makefile           |   1 +
 drivers/pci/controller/dwc/pcie-amd-mdb.c     | 439 ++++++++++++++++++
 5 files changed, 573 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/amd,versal2-mdb-host.yaml
 create mode 100644 drivers/pci/controller/dwc/pcie-amd-mdb.c

-- 
2.34.1


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

end of thread, other threads:[~2025-01-02 20:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13  6:40 [RESEND PATCH v5 0/3] Add support for AMD MDB IP as Root Port Thippeswamy Havalige
2024-12-13  6:40 ` [RESEND PATCH v5 1/3] dt-bindings: PCI: dwc: Add AMD Versal2 mdb slcr support Thippeswamy Havalige
2024-12-17 15:00   ` Rob Herring
2024-12-18  9:30     ` Havalige, Thippeswamy
2024-12-13  6:40 ` [RESEND PATCH v5 2/3] dt-bindings: PCI: amd-mdb: Add AMD Versal2 MDB PCIe Root Port Bridge Thippeswamy Havalige
2024-12-17 15:10   ` Rob Herring
2024-12-18  9:28     ` Havalige, Thippeswamy
2025-01-02 20:55       ` Rob Herring
2024-12-13  6:40 ` [RESEND PATCH v5 3/3] PCI: amd-mdb: Add AMD MDB Root Port driver Thippeswamy Havalige
2024-12-13 17:27   ` Bjorn Helgaas
2024-12-17 10:16     ` Havalige, Thippeswamy
2024-12-13  8:55 ` [RESEND PATCH v5 0/3] Add support for AMD MDB IP as Root Port Krzysztof Kozlowski
2024-12-16  6:09   ` Havalige, Thippeswamy

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).