]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: Support Immediate Readiness on devices without PM capabilities
authorSean Christopherson <seanjc@google.com>
Tue, 22 Jul 2025 15:59:26 +0000 (08:59 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Jul 2025 23:02:44 +0000 (18:02 -0500)
commit5c0d0ee36f168f6962a710205436533be31c9a42
tree1e656fa2a667f77786ec25caf624174c0f97b4aa
parent91703041697c9d2e8dffe5b3a159198ba0dd24e7
PCI: Support Immediate Readiness on devices without PM capabilities

Query support for Immediate Readiness irrespective of whether or not the
device supports PM capabilities, as nothing in the PCIe spec suggests that
Immediate Readiness is in any way dependent on PM functionality.

Fixes: d6112f8def51 ("PCI: Add support for Immediate Readiness")
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: David Matlack <dmatlack@google.com>
Cc: Vipin Sharma <vipinsh@google.com>
Cc: Aaron Lewis <aaronlewis@google.com>
Link: https://patch.msgid.link/20250722155926.352248-1-seanjc@google.com
drivers/pci/pci.c
drivers/pci/probe.c