linux-kernel.vger.kernel.org archive mirror
 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] Power management updates for v5.15-rc1
Date: Mon, 30 Aug 2021 20:41:28 +0200	[thread overview]
Message-ID: <CAJZ5v0hqMbLjTO71URfxCiKv6+Ha9BMA0ive1tEcjP7VqA1XZg@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

with top-most commit fe583359ddf0d509275b87b635fa8b2e3794321e

 Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'

on top of commit 7ee5fd12e8cac91bdec6de8417b030ed05d5d7ee

 Merge branch 'pm-opp'

to receive power management updates for 5.15-rc1.

These address some PCI device power management issues, add new
hardware support to the RAPL power capping driver, add HWP guaranteed
performance change notification support to the intel_pstate driver,
replace deprecated CPU-hotplug functions in a few places, update CPU
PM notifiers to use raw spinlocks, update the PM domains framework
(new DT property support, Kconfig fix), do a couple of cleanups in
code related to system sleep, and improve the energy model and
the schedutil cpufreq governor.

Specifics:

 - Address 3 PCI device power management issues (Rafael Wysocki).

 - Add Power Limit4 support for Alder Lake to the Intel RAPL power
   capping driver (Sumeet Pawnikar).

 - Add HWP guaranteed performance change notification support to
   the intel_pstate driver (Srinivas Pandruvada).

 - Replace deprecated CPU-hotplug functions in code related to power
   management (Sebastian Andrzej Siewior).

 - Update CPU PM notifiers to use raw spinlocks (Valentin Schneider).

 - Add support for 'required-opps' DT property to the generic power
   domains (genpd) framework and use this property for I2C on ARM64
   sc7180 (Rajendra Nayak).

 - Fix Kconfig issue related to genpd (Geert Uytterhoeven).

 - Increase energy calculation precision in the Energy Model (Lukasz
   Luba).

 - Fix kobject deletion in the exit code of the schedutil cpufreq
   governor (Kevin Hao).

 - Unmark some functions as kernel-doc in the PM core to avoid
   false-positive documentation build warnings (Randy Dunlap).

 - Check RTC features instead of ops in suspend_test Alexandre
   Belloni).

Thanks!


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

Alexandre Belloni (1):
      PM: sleep: check RTC features instead of ops in suspend_test

Geert Uytterhoeven (1):
      PM: domains: Fix domain attach for CONFIG_PM_OPP=n

Kevin Hao (1):
      cpufreq: schedutil: Use kobject release() method to free sugov_tunables

Lukasz Luba (1):
      PM: EM: Increase energy calculation precision

Rafael J. Wysocki (3):
      PCI: Use pci_update_current_state() in pci_enable_device_flags()
      PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently
      PCI: PM: Enable PME if it can be signaled from D3cold

Rajendra Nayak (3):
      opp: Don't print an error if required-opps is missing
      PM: domains: Add support for 'required-opps' to set default perf state
      arm64: dts: sc7180: Add required-opps for i2c

Randy Dunlap (1):
      PM: sleep: unmark 'state' functions as kernel-doc

Sebastian Andrzej Siewior (3):
      powercap: intel_rapl: Replace deprecated CPU-hotplug functions
      cpufreq: Replace deprecated CPU-hotplug functions
      PM: sleep: s2idle: Replace deprecated CPU-hotplug functions

Srinivas Pandruvada (2):
      thermal: intel: Allow processing of HWP interrupt
      cpufreq: intel_pstate: Process HWP Guaranteed change notification

Sumeet Pawnikar (1):
      powercap: Add Power Limit4 support for Alder Lake SoC

Valentin Schneider (2):
      PM: cpu: Make notifier chain use a raw_spinlock_t
      notifier: Remove atomic_notifier_call_chain_robust()

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

 arch/arm64/boot/dts/qcom/sc7180.dtsi      | 24 +++++++++++++++
 drivers/base/power/domain.c               | 30 +++++++++++++++++--
 drivers/cpufreq/acpi-cpufreq.c            |  4 +--
 drivers/cpufreq/cpufreq.c                 |  6 ++--
 drivers/cpufreq/cpufreq_ondemand.c        |  4 +--
 drivers/cpufreq/intel_pstate.c            | 43 ++++++++++++++++++++++++--
 drivers/cpufreq/powernow-k8.c             |  6 ++--
 drivers/cpufreq/powernv-cpufreq.c         |  4 +--
 drivers/opp/of.c                          | 12 ++------
 drivers/pci/pci.c                         | 31 +++++++++++--------
 drivers/powercap/intel_rapl_common.c      | 50 +++++++++++++++----------------
 drivers/powercap/intel_rapl_msr.c         |  2 ++
 drivers/thermal/intel/therm_throt.c       |  7 ++++-
 drivers/thermal/intel/thermal_interrupt.h |  3 ++
 include/linux/energy_model.h              | 16 ++++++++++
 include/linux/notifier.h                  |  2 --
 include/linux/pm_domain.h                 |  1 +
 kernel/cpu_pm.c                           | 50 +++++++++++++++++++++++--------
 kernel/notifier.c                         | 19 ------------
 kernel/power/energy_model.c               |  4 ++-
 kernel/power/main.c                       |  2 +-
 kernel/power/suspend.c                    |  4 +--
 kernel/power/suspend_test.c               |  2 +-
 kernel/sched/cpufreq_schedutil.c          | 16 ++++++----
 24 files changed, 235 insertions(+), 107 deletions(-)

             reply	other threads:[~2021-08-30 18:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-30 18:41 Rafael J. Wysocki [this message]
2021-08-31 20:39 ` [GIT PULL] 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=CAJZ5v0hqMbLjTO71URfxCiKv6+Ha9BMA0ive1tEcjP7VqA1XZg@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 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).