mbox series

[GIT,PULL] PCI fixes for v6.5

Message ID 20230811163144.GA75144@bhelgaas (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] PCI fixes for v6.5 | expand

Pull-request

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

Message

Bjorn Helgaas Aug. 11, 2023, 4:31 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 11, 2023, 4:45 p.m. UTC | #1
The pull request you sent on Fri, 11 Aug 2023 11:31:44 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9106536c1aa37bcf60202ad93bb8b94bcd29f3f0

Thank you!