From: Bjorn Helgaas <helgaas@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Marc Zyngier" <maz@kernel.org>,
"Geert Uytterhoeven" <geert+renesas@glider.be>
Subject: [GIT PULL] PCI fixes for v6.16
Date: Fri, 11 Jul 2025 15:28:02 -0500 [thread overview]
Message-ID: <20250711202802.GA2304110@bhelgaas> (raw)
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.16-fixes-3
for you to fetch changes up to ba74278c638df7c333a970a265dfcc258e70807b:
Revert "PCI: ecam: Allow cfg->priv to be pre-populated from the root port device" (2025-06-30 12:30:03 -0500)
----------------------------------------------------------------
- Track apple Root Ports explicitly and look up the driver data from the
struct device instead of using dev->driver_data, which is used by
pci_host_common_init() for the generic host bridge pointer (Marc Zyngier)
- Set dev->driver_data before pci_host_common_init() calls gen_pci_init()
because some drivers need it to set up ECAM mappings; this fixes a
regression on MicroChip MPFS Icicle (Geert Uytterhoeven)
- Revert the now-unnecessary use of ECAM pci_config_window.priv to store a
copy of dev->driver_data (Marc Zyngier)
----------------------------------------------------------------
Geert Uytterhoeven (1):
PCI: host-generic: Set driver_data before calling gen_pci_init()
Marc Zyngier (2):
PCI: apple: Add tracking of probed root ports
Revert "PCI: ecam: Allow cfg->priv to be pre-populated from the root port device"
drivers/pci/controller/pci-host-common.c | 4 +--
drivers/pci/controller/pcie-apple.c | 53 +++++++++++++++++++++++++++++---
drivers/pci/ecam.c | 2 --
3 files changed, 51 insertions(+), 8 deletions(-)
next reply other threads:[~2025-07-11 20:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 20:28 Bjorn Helgaas [this message]
2025-07-12 0:29 ` [GIT PULL] PCI fixes for v6.16 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-07-24 22:10 Bjorn Helgaas
2025-07-24 22:42 ` pr-tracker-bot
2025-06-27 20:27 Bjorn Helgaas
2025-06-28 3:28 ` pr-tracker-bot
2025-06-20 19:49 Bjorn Helgaas
2025-06-21 15:47 ` pr-tracker-bot
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=20250711202802.GA2304110@bhelgaas \
--to=helgaas@kernel.org \
--cc=geert+renesas@glider.be \
--cc=kwilczynski@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=mani@kernel.org \
--cc=maz@kernel.org \
--cc=torvalds@linux-foundation.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