Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseco…
…nds" This reverts commit 7e24bc3. 7e24bc3 was based on PCIe r5.0, sec 5.9, which claims we need a 200 ms delay when transitioning to or from D2. However, sec 5.3.1.3 states the delay as 200 μs (microseconds), as does the table in PCIe r4.0, sec 5.9.1. This looks like a typo in the r5.0 spec, so revert back to a 200 μs delay instead of a 200 ms delay. Fixes: 7e24bc3 ("PCI/PM: Apply D2 delay as milliseconds, not microseconds") Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Rafael J. Wysocki <[email protected]>
- Loading branch information