devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for AMD MDB IP as Root Port
@ 2024-12-03 12:36 Thippeswamy Havalige
  2024-12-03 12:36 ` [PATCH v2 1/2] dt-bindings: PCI: amd-mdb: Add AMD Versal2 MDB PCIe Root Port Bridge Thippeswamy Havalige
  2024-12-03 12:36 ` [PATCH v2 2/2] PCI: amd-mdb: Add AMD MDB Root Port driver Thippeswamy Havalige
  0 siblings, 2 replies; 7+ messages in thread
From: Thippeswamy Havalige @ 2024-12-03 12:36 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 (2):
  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    | 132 ++++++
 drivers/pci/controller/dwc/Kconfig            |  10 +
 drivers/pci/controller/dwc/Makefile           |   1 +
 drivers/pci/controller/dwc/pcie-amd-mdb.c     | 439 ++++++++++++++++++
 4 files changed, 582 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] 7+ messages in thread

end of thread, other threads:[~2024-12-10  6:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 12:36 [PATCH v2 0/2] Add support for AMD MDB IP as Root Port Thippeswamy Havalige
2024-12-03 12:36 ` [PATCH v2 1/2] dt-bindings: PCI: amd-mdb: Add AMD Versal2 MDB PCIe Root Port Bridge Thippeswamy Havalige
2024-12-03 13:24   ` Rob Herring (Arm)
2024-12-03 14:41   ` Rob Herring
2024-12-04  6:32     ` Havalige, Thippeswamy
2024-12-10  6:37       ` Havalige, Thippeswamy
2024-12-03 12:36 ` [PATCH v2 2/2] PCI: amd-mdb: Add AMD MDB Root Port driver Thippeswamy Havalige

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