All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v6.6
@ 2023-10-06 15:48 Bjorn Helgaas
  2023-10-06 16:14 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2023-10-06 15:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński, Mika Westerberg, Mark Blakeney,
	Lizhi Hou, Herve Codina, Jonathan Cameron, Sricharan Ramabadhran

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-06 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 15:48 [GIT PULL] PCI fixes for v6.6 Bjorn Helgaas
2023-10-06 16:14 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.