]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Jan 2026 16:41:10 +0000 (06:41 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Jan 2026 16:41:10 +0000 (06:41 -1000)
commit4d6fe1dd12a77c7774a3210f8450bdad2f84d879
tree5d938686b1b3578e02c99ecce49ee194493a1030
parent553410fcb95e3acf1a4ac7c08c5b30407f5f30b6
parentbdb32359eab94013e80cf7e3d40a3fd4972da93a
Merge tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

Pull PCI fixes from Bjorn Helgaas:

 - Remove ASPM L0s support for MSM8996 SoC since we now enable L0s when
   advertised, and it caused random hangs on this device (Manivannan
   Sadhasivam)

 - Fix meson-pcie to report that the link is up while in ASPM L0s or L1,
   since those are active states from the software point of view, and
   treating the link as down caused config access failures (Bjorn
   Helgaas)

 - Fix up sparc DTS BAR descriptions that are above 4GB but not marked
   as prefetchable, which caused resource assignment and driver probe
   failures after we converted from the SPARC pcibios_enable_device() to
   the generic version (Ilpo Järvinen)

* tag 'pci-v6.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
  sparc/PCI: Correct 64-bit non-pref -> pref BAR resources
  PCI: meson: Report that link is up while in ASPM L0s and L1 states
  PCI: qcom: Remove ASPM L0s support for MSM8996 SoC