[GIT PULL] Additional power management updates for v5.6-rc1

From: Rafael J. Wysocki
Date: Fri Feb 07 2020 - 05:35:01 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.6-rc1-3

with top-most commit 332008256f1f7cd8294acd6e288fb821f685d1a9

Merge branches 'pm-avs' and 'pm-cpuidle'

on top of commit ffda81b69fce50f2543be99ef2d7c77dffc1ebc1

Merge tag 'acpi-5.6-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional power management updates for 5.6-rc1.

These update the recently merged CPR (Core Power Reduction) support
in the AVS (Adaptive Voltage Scaling) subsystem (Brendan Higgins,
Nathan Chancellor, Niklas Cassel) and the rockchip-io AVS driver
(Heiko Stuebner), add two more module parameters to intel_idle on
top of the recently merged material, clean up a piece of cpuidle
documentation and consolidate system sleep states documentation
somewhat (Rafael Wysocki).

Thanks!


---------------

Brendan Higgins (1):
power: avs: qcom-cpr: add unspecified HAS_IOMEM dependency

Heiko Stuebner (1):
PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30

Nathan Chancellor (1):
power: avs: qcom-cpr: Avoid clang -Wsometimes-uninitialized in cpr_scale

Niklas Cassel (1):
power: avs: qcom-cpr: add a printout after the driver has been initialized

Rafael J. Wysocki (4):
intel_idle: Introduce 'use_acpi' module parameter
intel_idle: Introduce 'states_off' module parameter
Documentation: admin-guide: PM: Update sleep states documentation
cpuidle: Documentation: Clean up PM QoS description

---------------

Documentation/admin-guide/pm/cpuidle.rst | 8 +--
Documentation/admin-guide/pm/intel_idle.rst | 30 ++++++++--
Documentation/admin-guide/pm/sleep-states.rst | 76 ++++++++++++++++++++------
Documentation/power/interface.rst | 79 ---------------------------
drivers/idle/intel_idle.c | 30 +++++++++-
drivers/power/avs/Kconfig | 2 +-
drivers/power/avs/qcom-cpr.c | 9 +--
drivers/power/avs/rockchip-io-domain.c | 6 +-
8 files changed, 125 insertions(+), 115 deletions(-)