Commit a1e4d72cd3024999bfb6703092ea271438805c89
1 parent
09c09bc618
Exists in
master
and in
7 other branches
PM: Allow PCI devices to suspend/resume asynchronously
Set power.async_suspend for all PCI devices and PCIe port services, so that they can be suspended and resumed in parallel with other devices they don't depend on in a known way (i.e. devices which are not their parents or children). This only affects the "regular" suspend and resume stages, which means in particular that the restoration of the PCI devices' standard configuration registers during resume will still be carried out synchronously (at the "early" resume stage). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff
drivers/pci/pci.c
drivers/pci/pcie/portdrv_core.c
drivers/pci/probe.c