Please ignore this patch series. A few modifications have been made to the driver to handle legacy interrupts, and an updated version will be sent soon. Regards, Thippeswamy H > -----Original Message----- > From: Thippeswamy Havalige <thippeswamy.havalige@xxxxxxx> > Sent: Monday, February 17, 2025 6:38 PM > To: bhelgaas@xxxxxxxxxx; lpieralisi@xxxxxxxxxx; kw@xxxxxxxxx; > manivannan.sadhasivam@xxxxxxxxxx; robh@xxxxxxxxxx; krzk+dt@xxxxxxxxxx; > conor+dt@xxxxxxxxxx > Cc: linux-pci@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; Simek, Michal <michal.simek@xxxxxxx>; Gogada, > Bharat Kumar <bharat.kumar.gogada@xxxxxxx>; jingoohan1@xxxxxxxxx; > Havalige, Thippeswamy <thippeswamy.havalige@xxxxxxx> > Subject: [PATCH v11 0/3] 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 (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 | 11 + > drivers/pci/controller/dwc/Makefile | 1 + > drivers/pci/controller/dwc/pcie-amd-mdb.c | 474 ++++++++++++++++++ > 5 files changed, 609 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.43.0