[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0i=YSDidLqiCW-Axj++BpDZ9wHOiBAgkktM0r9tw7nZNA@mail.gmail.com>
Date: Sat, 3 Jun 2017 00:43:58 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Power management fixes for v4.12-rc4
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-4.12-rc4
with top-most commit bb5710e72c217e5bbdf0969a2fd84f5f5ad7fc2b
Merge branch 'pm-cpufreq'
on top of commit 5ed02dbb497422bf225783f46e6eadd237d23d6b
Linux 4.12-rc3
to receive power management fixes for v4.12-rc4.
These fix two bugs in error code paths in the cpufreq core and in
the kirkwood-cpufreq driver.
Specifics:
- Make cpufreq_register_driver() return an error if the ->init()
calls fail for all CPUs to prevent non-functional drivers from
hanging around for no reason (David Arcari).
- Make kirkwood-cpufreq check the return value of clk_prepare_enable()
(which may fail) as appropriate (Arvind Yadav).
Thanks!
---------------
Arvind Yadav (1):
cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable()
David Arcari (1):
cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
---------------
drivers/cpufreq/cpufreq.c | 1 +
drivers/cpufreq/kirkwood-cpufreq.c | 19 ++++++++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists