[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241127115804.2046576-1-thippeswamy.havalige@amd.com>
Date: Wed, 27 Nov 2024 17:28:02 +0530
From: Thippeswamy Havalige <thippeswamy.havalige@....com>
To: <bhelgaas@...gle.com>, <lpieralisi@...nel.org>, <kw@...ux.com>,
<manivannan.sadhasivam@...aro.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>
CC: <linux-pci@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <jingoohan1@...il.com>,
<michal.simek@....com>, <bharat.kumar.gogada@....com>, Thippeswamy Havalige
<thippeswamy.havalige@....com>
Subject: [PATCH 0/2] Add support for AMD MDB IP as Root Port
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 YAML schemas for AMD Versal2 MDB PCIe
Root Port Bridge
PCI: amd-mdb: Add AMD MDB Root Port driver
.../devicetree/bindings/pci/amd,mdb-pcie.yaml | 132 +++++
drivers/pci/controller/dwc/Kconfig | 10 +
drivers/pci/controller/dwc/Makefile | 1 +
drivers/pci/controller/dwc/pcie-amd-mdb.c | 455 ++++++++++++++++++
4 files changed, 598 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pci/amd,mdb-pcie.yaml
create mode 100644 drivers/pci/controller/dwc/pcie-amd-mdb.c
--
2.34.1
Powered by blists - more mailing lists