All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM <linux-pm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Additional power management updates for v5.15-rc1
Date: Fri, 10 Sep 2021 21:02:45 +0200	[thread overview]
Message-ID: <CAJZ5v0jsnv0QYY7AeaUoxd3FsrSz_pxjjJsLk5svK4Uk7u25mw@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.15-rc1-3

with top-most commit be2d24336f8876d60d8a4634f1a1e4753c4be124

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

on top of commit 30f349097897c115345beabeecc5e710b479ff1e

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

to receive additional power management updates for 5.15-rc1.

These improve hybrid processors support in intel_pstate, fix an issue
in the core devices PM code, clean up the handling of dedicated wake
IRQs, update the Energy Model documentation and update MAINTAINERS.

Specifics:

 - Make the HWP performance levels calibration on hybrid processors
   in intel_pstate more straightforward (Rafael Wysocki).

 - Prevent the PM core from leaving devices in suspend after a
   failing system-wide suspend transition in some cases when driver
   PM flags are used (Prasad Sodagudi).

 - Drop unused function argument from the dedicated wake IRQs
   handling code (Sergey Shtylyov).

 - Fix up Energy Model kerneldoc comments and include them in the
   Energy Model documentation (Lukasz Luba).

 - Use my kernel.org address in MAINTAINERS insead of the personal
   one (Rafael Wysocki).

Thanks!


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

Lukasz Luba (2):
      PM: EM: fix kernel-doc comments
      Documentation: power: include kernel-doc in Energy Model doc

Prasad Sodagudi (1):
      PM: sleep: core: Avoid setting power.must_resume to false

Rafael J. Wysocki (3):
      ACPI: CPPC: Introduce cppc_get_nominal_perf()
      cpufreq: intel_pstate: hybrid: Rework HWP calibration
      MAINTAINERS: Change Rafael's e-mail address

Sergey Shtylyov (1):
      PM: sleep: wakeirq: drop useless parameter from dev_pm_attach_wake_irq()

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

 Documentation/power/energy-model.rst |  15 ++-
 MAINTAINERS                          |  20 ++--
 drivers/acpi/cppc_acpi.c             |  47 ++++++---
 drivers/base/power/main.c            |   2 +-
 drivers/base/power/wakeirq.c         |  11 +--
 drivers/cpufreq/intel_pstate.c       | 185 ++++++++++++++---------------------
 include/acpi/cppc_acpi.h             |   5 +
 include/linux/energy_model.h         |   8 +-
 8 files changed, 138 insertions(+), 155 deletions(-)

             reply	other threads:[~2021-09-10 19:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-10 19:02 Rafael J. Wysocki [this message]
2021-09-10 20:31 ` [GIT PULL] Additional power management updates for v5.15-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0jsnv0QYY7AeaUoxd3FsrSz_pxjjJsLk5svK4Uk7u25mw@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.