PCI: Add sysfs attribute for device power state
authorMaximilian Luz <luzmaximilian@gmail.com>
Mon, 2 Nov 2020 14:15:20 +0000 (15:15 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 4 Dec 2020 22:45:17 +0000 (16:45 -0600)
commit80a129afb75cba8434fc5071bd6919172442315c
treeb3066f31435871094bb6e80824e47db2cfdf6fd5
parentf8394f232b1eab649ce2df5c5f15b0e528c92091
PCI: Add sysfs attribute for device power state

While PCI power states D0-D3hot can be queried from user-space via lspci,
D3cold cannot.  lspci cannot provide an accurate value when the device is
in D3cold as it has to restore the device to D0 before it can access its
power state via the configuration space, leading to it reporting D0 or
another on-state. Thus lspci cannot be used to diagnose power consumption
issues for devices that can enter D3cold or to ensure that devices properly
enter D3cold at all.

Add a new sysfs device attribute for the PCI power state, showing the
current power state as seen by the kernel.

[bhelgaas: drop READ_ONCE(), see discussion at the link]
Link: https://lore.kernel.org/r/20201102141520.831630-1-luzmaximilian@gmail.com
Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/ABI/testing/sysfs-bus-pci
drivers/pci/pci-sysfs.c