mbox series

[v1,0/2] : PCI: PM: Improvements related to D3cold -> D0 transitions

Message ID 4198163.ejJDZkT8p0@kreacher (mailing list archive)
Headers show
Series : PCI: PM: Improvements related to D3cold -> D0 transitions | expand

Message

Rafael J. Wysocki April 4, 2022, 3:38 p.m. UTC
Hi All,

This series of two patches addresses potential issues related to transitions
of PCI devices from D3cold to D0.

The first one is that devices initially in D3cold may be left in D0-uninitialized
by pci_power_up() in some cases and the second one is that attempting to resume
PCI devices under a bridge that fails to go from D3cold to D0 is pointless.

Please refer to the patch changelogs for details.

Thanks!