linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for v4.20-rc4
@ 2018-11-29 20:51 Rafael J. Wysocki
  2018-11-30  0:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2018-11-29 20:51 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.20-rc5

with top-most commit 36c3aeb4b48d5b058526d606fde14db4fd7e5e6d

 Merge branch 'opp/fixes-for-4.20' of
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm

on top of commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436

 Linux 4.20-rc4

to receive power management fixes for 4.20-rc5.

These fix two issues in the operating performance points (OPP)
framework.

Specifics:

 - Fix the handling of the "operating-points-v2" property to
   avoid failures if multiple phandles are present in it which
   is legitimate (Viresh Kumar).

 - Drop the unnecessary static initialization of the .owner field in
   the ti_opp_supply_driver structure (YueHaibing).

Thanks!


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

Viresh Kumar (1):
      OPP: Fix parsing of multiple phandles in "operating-points-v2" property

YueHaibing (1):
      opp: ti-opp-supply: Fix platform_no_drv_owner.cocci warnings

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

 drivers/opp/of.c            | 6 ++----
 drivers/opp/ti-opp-supply.c | 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Power management fixes for v4.20-rc4
  2018-11-29 20:51 [GIT PULL] Power management fixes for v4.20-rc4 Rafael J. Wysocki
@ 2018-11-30  0:15 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2018-11-30  0:15 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linus Torvalds, Linux PM, Linux Kernel Mailing List

The pull request you sent on Thu, 29 Nov 2018 21:51:44 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-4.20-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2f8406891fed8be5aa5f535b7b5c37bba3272b1a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Power management fixes for v4.20-rc4
  2018-11-23 10:10 Rafael J. Wysocki
@ 2018-11-23 19:00 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2018-11-23 19:00 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linus Torvalds, Linux PM, Linux Kernel Mailing List

The pull request you sent on Fri, 23 Nov 2018 11:10:58 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-4.20-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b88af994872418f0a98db6f4a9bae849315a99b0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Power management fixes for v4.20-rc4
@ 2018-11-23 10:10 Rafael J. Wysocki
  2018-11-23 19:00 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2018-11-23 10:10 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.20-rc4

with top-most commit 1d50088ca3956e5dcd2751a658e7869b9af10bb4

 Merge branches 'pm-cpufreq' and 'pm-sleep'

on top of commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6

 Linux 4.20-rc3

to receive power management fixes for 4.20-rc4.

These fix two issues in the Operating Performance Points (OPP)
framework, one cpufreq driver issue, one problem related to the
tasks freezer and a few build-related issues in the cpupower
utility.

Specifics:

 - Fix tasks freezer deadlock in de_thread() that occurs if one
   of its sub-threads has been frozen already (Chanho Min).

 - Avoid registering a platform device by the ti-cpufreq driver
   on platforms that cannot use it (Dave Gerlach).

 - Fix a mistake in the ti-opp-supply operating performance points
   (OPP) driver that caused an incorrect reference voltage to be
   used and make it adjust the minimum voltage dynamically to avoid
   hangs or crashes in some cases (Keerthy).

 - Fix issues related to compiler flags in the cpupower utility
   and correct a linking problem in it by renaming a file with
   a duplicate name (Jiri Olsa, Konstantin Khlebnikov).

Thanks!


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

Chanho Min (1):
      exec: make de_thread() freezable

Dave Gerlach (1):
      cpufreq: ti-cpufreq: Only register platform_device when supported

Jiri Olsa (2):
      tools cpupower debug: Allow to use outside build flags
      tools cpupower: Override CFLAGS assignments

Keerthy (2):
      opp: ti-opp-supply: Dynamically update u_volt_min
      opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call

Konstantin Khlebnikov (1):
      tools/power/cpupower: fix compilation with STATIC=true

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

 drivers/cpufreq/ti-cpufreq.c               | 26 +++++++++++++++++++++-----
 drivers/opp/ti-opp-supply.c                |  5 ++++-
 fs/exec.c                                  |  5 +++--
 tools/power/cpupower/Makefile              | 12 ++++++------
 tools/power/cpupower/bench/Makefile        |  2 +-
 tools/power/cpupower/debug/x86_64/Makefile |  4 ++--
 tools/power/cpupower/lib/cpufreq.c         |  2 +-
 tools/power/cpupower/lib/cpuidle.c         |  2 +-
 tools/power/cpupower/lib/cpupower.c        |  4 ++--
 tools/power/cpupower/lib/cpupower_intern.h |  2 +-
 10 files changed, 42 insertions(+), 22 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-30  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 20:51 [GIT PULL] Power management fixes for v4.20-rc4 Rafael J. Wysocki
2018-11-30  0:15 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2018-11-23 10:10 Rafael J. Wysocki
2018-11-23 19:00 ` pr-tracker-bot

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