All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	"Mika Westerberg" <mika.westerberg@linux.intel.com>,
	"Mark Blakeney" <mark.blakeney@bullet-systems.net>,
	"Lizhi Hou" <lizhi.hou@amd.com>,
	"Herve Codina" <herve.codina@bootlin.com>,
	"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
	"Sricharan Ramabadhran" <quic_srichara@quicinc.com>
Subject: [GIT PULL] PCI fixes for v6.6
Date: Fri, 6 Oct 2023 10:48:02 -0500	[thread overview]
Message-ID: <20231006154802.GA855916@bhelgaas> (raw)

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

             reply	other threads:[~2023-10-06 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06 15:48 Bjorn Helgaas [this message]
2023-10-06 16:14 ` [GIT PULL] PCI fixes for v6.6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231006154802.GA855916@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=herve.codina@bootlin.com \
    --cc=kwilczynski@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lizhi.hou@amd.com \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mark.blakeney@bullet-systems.net \
    --cc=mika.westerberg@linux.intel.com \
    --cc=quic_srichara@quicinc.com \
    --cc=robh@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.