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

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-4.7-rc5

to receive power management fixes for v4.7-rc5 with top-most commit
e753f3050935ff5a52069fef802bee72ab19c098

 Merge branches 'pm-devfreq-fixes' and 'pm-cpufreq-fixes'

on top of commit 33688abb2802ff3a230bd2441f765477b94cc89e

 Linux 4.7-rc4

Fix for a latent cpufreq driver bug uncovered by a recent ACPICA
change and several fixes for the devfreq framework, including one
fix for an issue introduced recently.

Specifics:

 - Fix a latent initialization issue in the pcc-cpufreq driver
   (incorrect initial value of a structure field) that has been
   uncovered by a recent ACPICA commit (Mike Galbraith).

 - Add a missing notification in an update_devfreq() error code
   path forgotten by a recent devfreq commit (Chanwoo Choi).

 - Fix devfreq device frequency initialization (Lukasz Luba).

 - Fix an incorrect IS_ERR() check in the devfreq framework
   discovered by the Smatch checker (Dan Carpenter).

 - Drop two excessive put_device() calls from the devfreq framework
   (MyungJoo Ham, Cai Zhiyong).

 - Fix a possible memory leak in the devfreq framework and drop an
   unnecessary kfree() invocation from it (MyungJoo Ham).

Thanks!

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

Cai Zhiyong (1):
      PM / devfreq: fix double call put_device

Chanwoo Choi (1):
      PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when
target() is failed

Dan Carpenter (1):
      PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check

Lukasz Luba (1):
      PM / devfreq: fix initialization of current frequency in last status

Mike Galbraith (1):
      cpufreq: pcc-cpufreq: Fix doorbell.access_width

MyungJoo Ham (3):
      PM / devfreq: devm_kzalloc to have dev pointer more precisely
      PM / devfreq: fix duplicated kfree on devfreq pointer
      PM / devfreq: remove double put_device

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

 drivers/cpufreq/pcc-cpufreq.c       |  2 +-
 drivers/devfreq/devfreq.c           | 27 ++++++++++++++-------------
 drivers/devfreq/event/exynos-nocp.c |  3 ---
 3 files changed, 15 insertions(+), 17 deletions(-)

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

only message in thread, other threads:[~2016-06-24 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24 22:49 [GIT PULL] Power management fixes for v4.7-rc5 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).