linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v4.12-rc4
@ 2017-06-02 22:43 Rafael J. Wysocki
  0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2017-06-02 22:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux PM, Linux Kernel Mailing List

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-02 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02 22:43 [GIT PULL] Power management fixes for v4.12-rc4 Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).