Commit 85a9b050 authored by Bjorn Helgaas's avatar Bjorn Helgaas

PCI/PM: Note that PME can be generated from D0

Per PCIe r5.0 sec 7.5.2.1, PME may be generated from D0, so update
Documentation/power/pci.rst to reflect that.

Link: https://lore.kernel.org/r/20191016194450.68959-1-helgaas@kernel.orgSigned-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 6da2f2cc
...@@ -130,8 +130,8 @@ a full power-on reset sequence and the power-on defaults are restored to the ...@@ -130,8 +130,8 @@ a full power-on reset sequence and the power-on defaults are restored to the
device by hardware just as at initial power up. device by hardware just as at initial power up.
PCI devices supporting the PCI PM Spec can be programmed to generate PMEs PCI devices supporting the PCI PM Spec can be programmed to generate PMEs
while in a low-power state (D1-D3), but they are not required to be capable while in any power state (D0-D3), but they are not required to be capable
of generating PMEs from all supported low-power states. In particular, the of generating PMEs from all supported power states. In particular, the
capability of generating PMEs from D3cold is optional and depends on the capability of generating PMEs from D3cold is optional and depends on the
presence of additional voltage (3.3Vaux) allowing the device to remain presence of additional voltage (3.3Vaux) allowing the device to remain
sufficiently active to generate a wakeup signal. sufficiently active to generate a wakeup signal.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment