mbox series

[GIT,PULL] PCI fixes for v6.6

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-2

Message

Bjorn Helgaas Oct. 6, 2023, 3:48 p.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-2

for you to fetch changes up to c82458101d5490230d735caecce14c9c27b1010c:

  PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume (2023-09-29 17:42:00 -0500)

----------------------------------------------------------------
- Fix a qcom register offset that broke IPQ8074 PCIe controller enumeration
  (Sricharan Ramabadhran)

- Handle interrupt parsing failures when creating a device tree node to
  avoid using uninitialized data (Lizhi Hou)

- Clean up if adding PCI device node fails when creating a device tree node
  to avoid a memory leak (Lizhi Hou)

- If a link is down, mark all downstream devices as "disconnected" so we
  don't wait for them on resume (Mika Westerberg)

----------------------------------------------------------------
Lizhi Hou (2):
      PCI: of_property: Handle interrupt parsing failures
      PCI: of: Destroy changeset when adding PCI device node fails

Mika Westerberg (1):
      PCI/PM: Mark devices disconnected if upstream PCIe link is down on resume

Sricharan Ramabadhran (1):
      PCI: qcom: Fix IPQ8074 enumeration

 drivers/pci/controller/dwc/pcie-qcom.c |  4 +---
 drivers/pci/of.c                       | 19 +++++++++++--------
 drivers/pci/of_property.c              | 25 ++++++++++++++++++-------
 drivers/pci/pci-driver.c               | 14 +++++++++++++-
 4 files changed, 43 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 6, 2023, 4:14 p.m. UTC | #1
The pull request you sent on Fri, 6 Oct 2023 10:48:02 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-2

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

Thank you!