[GIT PULL] PCI fixes for v6.12

From: Bjorn Helgaas
Date: Fri Oct 25 2024 - 13:36:29 EST


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.12-fixes-1

for you to fetch changes up to ad783b9f8e78572fff3b04b6caee7bea3821eea8:

PCI/pwrctl: Abandon QCom WCN probe on pre-pwrseq device-trees (2024-10-23 13:34:41 -0500)

----------------------------------------------------------------
- Hold the rescan lock while adding devices to avoid race with concurrent
pwrctl rescan that can lead to a crash (Bartosz Golaszewski)

- Avoid binding pwrctl driver to QCom WCN wifi if the DT lacks the
necessary PMU regulator descriptions (Bartosz Golaszewski)

----------------------------------------------------------------
Bartosz Golaszewski (2):
PCI: Hold rescan lock while adding devices during host probe
PCI/pwrctl: Abandon QCom WCN probe on pre-pwrseq device-trees

drivers/pci/probe.c | 2 ++
drivers/pci/pwrctl/pci-pwrctl-pwrseq.c | 55 ++++++++++++++++++++++++++++++----
2 files changed, 52 insertions(+), 5 deletions(-)