Files
linux/drivers
Bjorn Helgaas 7e24bc347e PCI/PM: Apply D2 delay as milliseconds, not microseconds
PCI_PM_D2_DELAY is defined as 200, which is milliseconds, but previously we
used udelay(), which only waited for 200 microseconds.  Use msleep()
instead so we wait the correct amount of time.  See PCIe r5.0, sec 5.9.

Link: https://lore.kernel.org/r/20191101204558.210235-2-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2019-11-20 17:34:26 -06:00
..
2019-09-28 20:44:12 +02:00
2019-08-27 09:43:59 +02:00
2019-08-16 11:33:56 -07:00
2019-09-23 17:20:40 -04:00
2019-08-18 12:56:10 +02:00
2019-09-24 15:54:08 -07:00