linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] More power management updates for v5.5-rc1
@ 2019-12-04 10:34 Rafael J. Wysocki
  2019-12-04 19:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-12-04 10:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux PM, ACPI Devel Maling List, 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-5.5-rc1-2

with top-most commit 1e4230f56dac141eb149ebec01f41b6fad27e503

 Merge branches 'pm-sleep', 'pm-cpuidle', 'pm-cpufreq', 'pm-devfreq'
and 'pm-avs'

on top of commit 6e9f879684b46331f51d0c76ebee981c788417db

 Merge tag 'acpi-5.5-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional power management updates for 5.5-rc1.

These fix an ACPI EC driver bug exposed by the recent rework
of the suspend-to-idle code flow, reintroduce frequency
constraints into device PM QoS (in preparation for adding
QoS support to devfreq), drop a redundant field from struct
cpuidle_state and clean up Kconfig in some places.

Specifics:

 - Avoid a race condition in the ACPI EC driver that may cause
   systems to be unable to leave suspend-to-idle (Rafael Wysocki).

 - Drop the "disabled" field, which is redundant, from struct
   cpuidle_state (Rafael Wysocki).

 - Reintroduce device PM QoS frequency constraints (temporarily
   introduced and than dropped during the 5.4 cycle) in preparation
   for adding QoS support to devfreq (Leonard Crestez).

 - Clean up indentation (in multiple places) and the cpuidle drivers
   help text in Kconfig (Krzysztof Kozlowski, Randy Dunlap).

Thanks!


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

Krzysztof Kozlowski (3):
      cpuidle: Fix Kconfig indentation
      cpufreq: Fix Kconfig indentation
      power: avs: Fix Kconfig indentation

Leonard Crestez (4):
      PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
      PM / QoS: Initial kunit test
      PM / QoS: Reorder pm_qos/freq_qos/dev_pm_qos structs
      PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY

Marek Szyprowski (1):
      PM / devfreq: Add missing locking while setting suspend_freq

Rafael J. Wysocki (3):
      cpuidle: Drop disabled field from struct cpuidle_state
      ACPI: EC: Rework flushing of pending work
      ACPI: PM: s2idle: Rework ACPI events synchronization

Randy Dunlap (1):
      cpuidle: minor Kconfig help text fixes

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

 arch/sh/kernel/cpu/shmobile/cpuidle.c |   8 +--
 drivers/acpi/ec.c                     |  36 ++++-------
 drivers/acpi/sleep.c                  |  26 ++++++--
 drivers/base/Kconfig                  |   4 ++
 drivers/base/power/Makefile           |   1 +
 drivers/base/power/qos-test.c         | 117 ++++++++++++++++++++++++++++++++++
 drivers/base/power/qos.c              |  73 +++++++++++++++++++--
 drivers/cpufreq/Kconfig.powerpc       |   8 +--
 drivers/cpufreq/Kconfig.x86           |  16 ++---
 drivers/cpuidle/Kconfig               |  16 ++---
 drivers/cpuidle/Kconfig.arm           |  22 +++----
 drivers/cpuidle/cpuidle.c             |   2 +-
 drivers/cpuidle/poll_state.c          |   1 -
 drivers/devfreq/devfreq.c             |   4 ++
 drivers/idle/intel_idle.c             |   6 +-
 drivers/power/avs/Kconfig             |  12 ++--
 include/linux/cpuidle.h               |   2 +-
 include/linux/pm_qos.h                |  86 ++++++++++++++-----------
 kernel/power/qos.c                    |   4 +-
 19 files changed, 324 insertions(+), 120 deletions(-)

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

* Re: [GIT PULL] More power management updates for v5.5-rc1
  2019-12-04 10:34 [GIT PULL] More power management updates for v5.5-rc1 Rafael J. Wysocki
@ 2019-12-04 19:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-12-04 19:25 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, Linux PM, ACPI Devel Maling List,
	Linux Kernel Mailing List

The pull request you sent on Wed, 4 Dec 2019 11:34:48 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-5.5-rc1-2

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

Thank you!

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

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

end of thread, other threads:[~2019-12-04 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04 10:34 [GIT PULL] More power management updates for v5.5-rc1 Rafael J. Wysocki
2019-12-04 19:25 ` 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).