From: Niklas Cassel <cassel@kernel.org>
To: "Jingoo Han" <jingoohan1@gmail.com>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Frank Li" <Frank.Li@nxp.com>,
"Krishna Chaitanya Chundru" <krishna.chundru@oss.qualcomm.com>
Cc: Randolph Lin <randolph@andestech.com>,
Samuel Holland <samuel.holland@sifive.com>,
Charles Mirabile <cmirabil@redhat.com>,
tim609@andestech.com, "Maciej W. Rozycki" <macro@orcam.me.uk>,
Niklas Cassel <cassel@kernel.org>,
linux-pci@vger.kernel.org
Subject: [PATCH v3 0/4] PCI: dwc: Clean up iatu index mess
Date: Fri, 23 Jan 2026 10:32:09 +0100 [thread overview]
Message-ID: <20260123093208.593506-6-cassel@kernel.org> (raw)
This series tries to clean up the iatu index mess, by treating
iatu indexing for outbound and inbound address translation in
a consistent way (increment the index after assignment, and only
if the function call succeeded).
Changes since v2:
-Fixed review comments from Mani.
-Picked up tags.
Link to v2:
https://lore.kernel.org/linux-pci/20260122222914.523238-6-cassel@kernel.org/
Link to v1:
https://lore.kernel.org/linux-pci/20260122145411.453291-4-cassel@kernel.org/
Krishna Chaitanya Chundru (1):
PCI: dwc: Fix missing iATU setup when ECAM is enabled
Niklas Cassel (3):
PCI: dwc: Fix msg_atu_index assignment
PCI: dwc: Improve msg_atu_index error handling
PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup()
.../pci/controller/dwc/pcie-designware-host.c | 85 +++++++++++--------
drivers/pci/controller/dwc/pcie-designware.c | 6 ++
2 files changed, 56 insertions(+), 35 deletions(-)
base-commit: 0ecd890e3cf54a0586247b9a384702703277e4fd
--
2.52.0
next reply other threads:[~2026-01-23 9:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 9:32 Niklas Cassel [this message]
2026-01-23 9:32 ` [PATCH v3 1/4] PCI: dwc: Fix msg_atu_index assignment Niklas Cassel
2026-01-23 9:32 ` [PATCH v3 2/4] PCI: dwc: Improve msg_atu_index error handling Niklas Cassel
2026-01-23 9:32 ` [PATCH v3 3/4] PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup() Niklas Cassel
2026-01-23 9:32 ` [PATCH v3 4/4] PCI: dwc: Fix missing iATU setup when ECAM is enabled Niklas Cassel
2026-01-23 10:07 ` Niklas Cassel
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=20260123093208.593506-6-cassel@kernel.org \
--to=cassel@kernel.org \
--cc=Frank.Li@nxp.com \
--cc=bhelgaas@google.com \
--cc=cmirabil@redhat.com \
--cc=jingoohan1@gmail.com \
--cc=krishna.chundru@oss.qualcomm.com \
--cc=kwilczynski@kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=macro@orcam.me.uk \
--cc=mani@kernel.org \
--cc=randolph@andestech.com \
--cc=robh@kernel.org \
--cc=samuel.holland@sifive.com \
--cc=tim609@andestech.com \
/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