linuxppc-dev.lists.ozlabs.org archive mirror
 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>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Krishna Chaitanya Chundru" <krishna.chundru@oss.qualcomm.com>,
	"Ron Economos" <re@w6rz.net>,
	"Maciej W. Rozycki" <macro@orcam.me.uk>,
	"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
	"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	"Guenter Roeck" <linux@roeck-us.net>,
	"Christian Zigotzky" <chzigotzky@xenosoft.de>,
	"FUKAUMI Naoki" <naoki@radxa.com>,
	"Herve Codina" <herve.codina@bootlin.com>,
	"Diederik de Haas" <diederik@cknow-tech.com>,
	"Dragan Simic" <dsimic@manjaro.org>,
	"Johan Hovold" <johan@kernel.org>,
	linuxppc-dev@lists.ozlabs.org,
	linux-rockchip@lists.infradead.org, linux-mips@vger.kernel.org
Subject: [GIT PULL] PCI fixes for v6.18
Date: Fri, 24 Oct 2025 14:29:03 -0500	[thread overview]
Message-ID: <20251024192903.GA1360890@bhelgaas> (raw)

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.18-fixes-3

for you to fetch changes up to df5192d9bb0e38bf831fb93e8026e346aa017ca8:

  PCI/ASPM: Enable only L0s and L1 for devicetree platforms (2025-10-23 20:08:14 -0500)

----------------------------------------------------------------

- Add DWC custom pci_ops for the root bus instead of overwriting the DBI
  base address, which broke drivers that rely on the DBI address for iATU
  programming; fixes an FU740 probe regression (Krishna Chaitanya Chundru)

- Revert qcom ECAM enablement, which is rendered unnecessary by the DWC
  custom pci_ops (Krishna Chaitanya Chundru)

- Fix longstanding MIPS Malta resource registration issues to avoid
  exposing them when the next commit fixes the boot failure (Maciej W.
  Rozycki)

- Use pcibios_align_resource() on MIPS Malta to fix boot failure caused by
  using the generic pci_enable_resources() (Ilpo Järvinen)

- Enable only ASPM L0s and L1, not L1 PM Substates, for devicetree
  platforms because we lack information required to configure L1 Substates;
  fixes regressions on powerpc and rockchip.  A qcom regression (L1
  Substates no longer enabled) remains and will be addressed next (Bjorn
  Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (1):
      PCI/ASPM: Enable only L0s and L1 for devicetree platforms

Ilpo Järvinen (1):
      MIPS: Malta: Use pcibios_align_resource() to block io range

Krishna Chaitanya Chundru (2):
      PCI: dwc: Use custom pci_ops for root bus DBI vs ECAM config access
      Revert "PCI: qcom: Prepare for the DWC ECAM enablement"

Maciej W. Rozycki (2):
      MIPS: Malta: Fix keyboard resource preventing i8042 driver from registering
      MIPS: Malta: Fix PCI southbridge legacy resource reservations

 arch/mips/mti-malta/malta-setup.c                 |  4 +-
 arch/mips/pci/pci-malta.c                         |  3 +-
 drivers/pci/controller/dwc/pcie-designware-host.c | 28 ++++++++--
 drivers/pci/controller/dwc/pcie-qcom.c            | 68 -----------------------
 drivers/pci/pcie/aspm.c                           | 34 +++---------
 5 files changed, 36 insertions(+), 101 deletions(-)


             reply	other threads:[~2025-10-24 19:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 19:29 Bjorn Helgaas [this message]
2025-10-24 23:48 ` [GIT PULL] PCI fixes for v6.18 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-11-14 22:24 Bjorn Helgaas
2025-11-14 23:53 ` 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=20251024192903.GA1360890@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=chzigotzky@xenosoft.de \
    --cc=diederik@cknow-tech.com \
    --cc=dsimic@manjaro.org \
    --cc=herve.codina@bootlin.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=johan@kernel.org \
    --cc=krishna.chundru@oss.qualcomm.com \
    --cc=kwilczynski@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@roeck-us.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=macro@orcam.me.uk \
    --cc=mani@kernel.org \
    --cc=naoki@radxa.com \
    --cc=re@w6rz.net \
    --cc=torvalds@linux-foundation.org \
    --cc=tsbogend@alpha.franken.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).