[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231006154802.GA855916@bhelgaas>
Date: Fri, 6 Oct 2023 10:48:02 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Rob Herring <robh@...nel.org>,
Krzysztof WilczyĆski <kwilczynski@...nel.org>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Mark Blakeney <mark.blakeney@...let-systems.net>,
Lizhi Hou <lizhi.hou@....com>,
Herve Codina <herve.codina@...tlin.com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Sricharan Ramabadhran <quic_srichara@...cinc.com>
Subject: [GIT PULL] PCI fixes for v6.6
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(-)
Powered by blists - more mailing lists