From: Thippeswamy Havalige <thippesw@amd.com>
To: <kw@linux.com>, <manivannan.sadhasivam@linaro.org>,
<robh@kernel.org>, <bhelgaas@google.com>,
<devicetree@vger.kernel.org>, <conor+dt@kernel.org>,
<krzk+dt@kernel.org>
Cc: <bharat.kumar.gogada@amd.com>, <michal.simek@amd.com>,
<lpieralisi@kernel.org>, <linux-pci@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
Thippeswamy Havalige <thippesw@amd.com>
Subject: [PATCH v3 0/2] Add support for CPM5 controller 1
Date: Sun, 22 Sep 2024 11:43:16 +0530 [thread overview]
Message-ID: <20240922061318.2653503-1-thippesw@amd.com> (raw)
This patch series introduces support for the second Root Port controller in
the Xilinx Versal Premium CPM5 block. The Versal Premium platform features
two Type-A Root Port controllers operating at Gen5 speed. However, the
error interrupt registers and their corresponding bits are located at
different offsets for Controller 0 and Controller 1.
To handle these differences, the series includes:
A new compatible string for the second Root Port controller in the device
tree bindings.
Driver updates to manage platform-specific interrupt registers and offsets
for both controllers using the new compatible string.
Thippeswamy Havalige (2):
dt-bindings: PCI: xilinx-cpm: Add compatible string for CPM5 host1
PCI: xilinx-cpm: Add support for Versal CPM5 Root Port controller 1
.../bindings/pci/xilinx-versal-cpm.yaml | 1 +
drivers/pci/controller/pcie-xilinx-cpm.c | 50 +++++++++++++++----
2 files changed, 40 insertions(+), 11 deletions(-)
--
2.34.1
next reply other threads:[~2024-09-22 6:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-22 6:13 Thippeswamy Havalige [this message]
2024-09-22 6:13 ` [PATCH v3 1/2] dt-bindings: PCI: xilinx-cpm: Add compatible string for CPM5 host1 Thippeswamy Havalige
2024-09-22 20:22 ` Krzysztof Kozlowski
2024-09-24 14:20 ` Manivannan Sadhasivam
2024-09-22 6:13 ` [PATCH v3 2/2] PCI: xilinx-cpm: Add support for Versal CPM5 Root Port controller 1 Thippeswamy Havalige
2024-09-24 14:20 ` Manivannan Sadhasivam
2024-12-19 0:04 ` [PATCH v3 0/2] Add support for CPM5 " Krzysztof Wilczyński
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=20240922061318.2653503-1-thippesw@amd.com \
--to=thippesw@amd.com \
--cc=bharat.kumar.gogada@amd.com \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kw@linux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--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;
as well as URLs for NNTP newsgroup(s).