[GIT PULL] PCI fixes for v6.5
From: Bjorn Helgaas
Date: Fri Aug 11 2023 - 12:31:51 EST
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.5-fixes-1
for you to fetch changes up to cc22522fd55e257c86d340ae9aedc122e705a435:
PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus (2023-08-08 14:30:00 -0500)
----------------------------------------------------------------
- Add Manivannan Sadhasivam as DesignWare PCIe driver co-maintainer
(Krzysztof Wilczyński)
- Revert "PCI: dwc: Wait for link up only if link is started" to fix a
regression on Qualcomm platforms that don't reach interconnect sync state
if the slot is empty (Johan Hovold)
- Revert "PCI: mvebu: Mark driver as BROKEN" so people can use pci-mvebu
even though some others report problems (Bjorn Helgaas)
- Avoid a NULL pointer dereference when using acpiphp for root bus hotplug
to fix a regression added in v6.5-rc1 (Igor Mammedov)
----------------------------------------------------------------
Bjorn Helgaas (1):
Revert "PCI: mvebu: Mark driver as BROKEN"
Igor Mammedov (1):
PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root bus
Johan Hovold (1):
Revert "PCI: dwc: Wait for link up only if link is started"
Krzysztof Wilczyński (1):
MAINTAINERS: Add Manivannan Sadhasivam as DesignWare PCIe driver maintainer
MAINTAINERS | 1 +
drivers/pci/controller/Kconfig | 1 -
drivers/pci/controller/dwc/pcie-designware-host.c | 13 ++++---------
drivers/pci/controller/dwc/pcie-designware.c | 20 +++++++-------------
drivers/pci/controller/dwc/pcie-designware.h | 1 -
drivers/pci/hotplug/acpiphp_glue.c | 8 +++++++-
6 files changed, 19 insertions(+), 25 deletions(-)