From: Thippeswamy Havalige <thippeswamy.havalige@amd.com>
To: <bhelgaas@google.com>, <lpieralisi@kernel.org>, <kw@linux.com>,
<manivannan.sadhasivam@linaro.org>, <robh@kernel.org>,
<krzk+dt@kernel.org>, <conor+dt@kernel.org>
Cc: <linux-pci@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <jingoohan1@gmail.com>,
<michal.simek@amd.com>, <bharat.kumar.gogada@amd.com>,
Thippeswamy Havalige <thippeswamy.havalige@amd.com>
Subject: [PATCH 0/2] Add support for AMD MDB IP as Root Port
Date: Wed, 27 Nov 2024 17:28:02 +0530 [thread overview]
Message-ID: <20241127115804.2046576-1-thippeswamy.havalige@amd.com> (raw)
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
next reply other threads:[~2024-11-27 11:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 11:58 Thippeswamy Havalige [this message]
2024-11-27 11:58 ` [PATCH 1/2] dt-bindings: PCI: amd-mdb: Add YAML schemas for AMD Versal2 MDB PCIe Root Port Bridge Thippeswamy Havalige
2024-11-28 7:28 ` Krzysztof Kozlowski
2024-12-02 8:23 ` Havalige, Thippeswamy
2024-11-27 11:58 ` [PATCH 2/2] PCI: amd-mdb: Add AMD MDB Root Port driver Thippeswamy Havalige
2024-11-29 20:22 ` Bjorn Helgaas
2024-12-02 8:21 ` Havalige, Thippeswamy
2024-12-08 12:58 ` manivannan.sadhasivam
2024-12-09 9:44 ` Havalige, Thippeswamy
2024-12-09 9:54 ` Manivannan Sadhasivam
2024-12-09 11:21 ` Havalige, Thippeswamy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241127115804.2046576-1-thippeswamy.havalige@amd.com \
--to=thippeswamy.havalige@amd.com \
--cc=bharat.kumar.gogada@amd.com \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jingoohan1@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=michal.simek@amd.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox