https://github.com/torvalds/linux
Revision abf02e2964b3aaf1d5197c5d7c671e771b0e109e authored by Linus Torvalds on 19 June 2019, 18:44:04 UTC, committed by Linus Torvalds on 19 June 2019, 18:44:04 UTC
Pull power management fix from Rafael Wysocki:
 "Prevent PCI bridges in general (and PCIe ports in particular) from
  being put into low-power states during system-wide suspend transitions
  if there are any devices in D0 below them and refine the handling of
  PCI devices in D0 during suspend-to-idle cycles"

* tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  PCI: PM: Skip devices in D0 for suspend-to-idle
2 parent s c3c0d54 + 3e26c5f
Raw File
Tip revision: abf02e2964b3aaf1d5197c5d7c671e771b0e109e authored by Linus Torvalds on 19 June 2019, 18:44:04 UTC
Merge tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Tip revision: abf02e2
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top