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(-)