[GIT PULL] Power management fixes for v4.16-rc4

From: Rafael J. Wysocki
Date: Fri Mar 02 2018 - 06:36:52 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-4.16-rc4

with top-most commit b61e0703053321d2cdf397c438ce8d21c7317f7a

Merge branch 'cpufreq-scpi'

on top of commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb

Linux 4.16-rc3

to receive power management fixes for 4.16-rc4.

These fix three issues in cpufreq drivers: one recent regression, one
leftover Kconfig dependency and one old but "stable" material.

Specifics:

- Make the task scheduler load and utilization signals be
frequency-invariant again after recent changes in the SCPI
cpufreq driver (Dietmar Eggemann).

- Drop an unnecessary leftover Kconfig dependency from the SCPI
cpufreq driver (Sudeep Holla).

- Fix the initialization of the s3c24xx cpufreq driver (Viresh
Kumar).

Thanks!


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

Dietmar Eggemann (1):
cpufreq: scpi: invoke frequency-invariance setter function

Sudeep Holla (1):
cpufreq: scpi: Fix incorrect arm_big_little config dependency

Viresh Kumar (1):
cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()

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

drivers/cpufreq/Kconfig.arm | 6 +++---
drivers/cpufreq/s3c24xx-cpufreq.c | 8 +++++++-
drivers/cpufreq/scpi-cpufreq.c | 16 ++++++++++++----
3 files changed, 22 insertions(+), 8 deletions(-)