[GIT PULL] Power management fixes for v4.14-rc3
From: Rafael J. Wysocki
Date: Thu Sep 28 2017 - 17:32:08 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-4.14-rc3
with top-most commit abeb19a219dce5c021c759d01434f82924354df7
Merge branches 'pm-opp' and 'pm-cpufreq'
on top of commit e19b205be43d11bff638cad4487008c48d21c103
Linux 4.14-rc2
to receive power management fixes for v4.14-rc3.
These fix a deadlock in the operating performance points (OPP)
framework introduced during the 4.11 cycle, more issues with
duplicate device objects for cpufreq-dt and cpufreq documentation.
Specifics:
- Fix a deadlock in the operating performance points (OPP)
framework caused by a notifier callback taking a lock that's
already held by its caller (Viresh Kumar).
- Prevent the ti-cpufreq and cpufreq-dt-platdev drivers from
attempting to register conflicting device objects which
triggers a warning from sysfs (Suniel Mahesh).
- Drop a stale reference to a piece of intel_pstate documentation
that's not in the tree any more (Rafael Wysocki).
Thanks!
---------------
Rafael J. Wysocki (1):
cpufreq: docs: Drop intel-pstate.txt from index.txt
Suniel Mahesh (1):
cpufreq: dt: Fix sysfs duplicate filename creation for platform-device
Viresh Kumar (1):
PM / OPP: Call notifier without holding opp_table->lock
---------------
Documentation/cpu-freq/index.txt | 2 --
drivers/base/power/opp/core.c | 7 +++++++
drivers/cpufreq/cpufreq-dt-platdev.c | 4 ++++
3 files changed, 11 insertions(+), 2 deletions(-)