[GIT PULL] Power management updates for v5.7-rc3
From: Rafael J. Wysocki
Date: Fri Apr 24 2020 - 15:20:48 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.7-rc3
with top-most commit 4bee16d7cccddafd769e8d8ec0625ba239d11a26
Merge branch 'pm-tools'
on top of commit ae83d0b416db002fe95601e7f97f64b59514d936
Linux 5.7-rc2
to receive power management updates for 5.7-rc3.
These restore an optimization related to asynchronous suspend and
resume of devices during system-wide power transitions that was
disabled by mistake (Kai-Heng Feng) and update the pm-graph suite
of power management utilities (Todd Brandt).
Thanks!
---------------
Kai-Heng Feng (1):
PM: sleep: core: Switch back to async_schedule_dev()
Todd Brandt (1):
pm-graph v5.6
---------------
drivers/base/power/main.c | 2 +-
tools/power/pm-graph/Makefile | 4 +
tools/power/pm-graph/README | 124 +++++-
tools/power/pm-graph/bootgraph.py | 2 +-
tools/power/pm-graph/sleepgraph.8 | 65 ++-
tools/power/pm-graph/sleepgraph.py | 795 +++++++++++++++++++++----------------
6 files changed, 620 insertions(+), 372 deletions(-)