summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-04-14 16:04:13 +0300
committerBjorn Helgaas <bhelgaas@google.com>2022-05-05 22:19:45 +0300
commit730643d33e2d9ae52d974201b5017d8c3efe5aa5 (patch)
tree4cbdeb14ca16e84f72b275cfad25ca745e67cfc8 /include/linux
parent9a6058312ea941bac3b0ba8c963d7543fc42a288 (diff)
downloadlinux-730643d33e2d9ae52d974201b5017d8c3efe5aa5.tar.xz
PCI/PM: Resume subordinate bus in bus type callbacks
Calling pci_resume_bus() on the secondary bus from pci_power_up() as it is done now is questionable, because it depends on the mandatory bridge power-up delays that are only covered by the PCI bus type PM callbacks. For this reason, move the subordinate bus resume to those callbacks too and use the observation that if a bridge is being powered-up during resume from system-wide suspend, it may be still desirable to runtime-resume its subordinate bus after completing the system-wide transition (in case the resume of the devices on that bus is skipped during it). Link: https://lore.kernel.org/r/3190097.aeNJFYEL58@kreacher Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions