Merge tag 'pci-v6.3-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Apr 2023 22:36:23 +0000 (15:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Apr 2023 22:36:23 +0000 (15:36 -0700)
commitb7bc77e2f2c714c82aa723445d98fa4c2fb63e90
tree495f03e1654b159d298c81710a60cab0e54d0196
parent0f2a4af27b649c13ba76431552fe49c60120d0f6
parent0d21e71a91debc87e88437a2cf9c6f34f8bf012f
Merge tag 'pci-v6.3-fixes-3' of git://git./linux/kernel/git/pci/pci

Pull pci fix from Bjorn Helgaas:

 - Previously we ignored PCI devices if the DT "status" property or the
   ACPI _STA method said it was not present.

   Per spec, _STA cannot be used for that purpose, and using it that way
   caused regressions, so skip the _STA check (Rob Herring)

* tag 'pci-v6.3-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
  PCI: Restrict device disabled status check to DT