[GIT PULL] More power management updates for v6.3-rc1
From: Rafael J. Wysocki
Date: Fri Mar 03 2023 - 13:15:23 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.3-rc1-2
with top-most commit 5719638d368f35934d53e4a8c3a2f007c32a1ecf
Merge branch 'powercap'
on top of commit 2504ba8b01634319a6f95b7fa9bf9c101437e158
Merge tag 'pm-6.3-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more power management updates for 6.3-rc1.
These update power capping (new hardware support and cleanup) and
cpufreq (bug fixes, cleanups and intel_pstate adjustment for a new
platform).
Specifics:
- Fix error handling in the apple-soc cpufreq driver (Dan Carpenter).
- Change the log level of a message in the amd-pstate cpufreq driver
so it is more visible to users (Kai-Heng Feng).
- Adjust the balance_performance EPP value for Sapphire Rapids in the
intel_pstate cpufreq driver (Srinivas Pandruvada).
- Remove MODULE_LICENSE from 3 pieces of non-modular code (Nick Alcock).
- Make a read-only kobj_type structure in the schedutil cpufreq governor
constant (Thomas Weißschuh).
- Add Power Limit4 support for Meteor Lake SoC to the Intel RAPL
power capping driver (Sumeet Pawnikar).
Thanks!
---------------
Dan Carpenter (1):
cpufreq: apple-soc: Fix an IS_ERR() vs NULL check
Kai-Heng Feng (1):
cpufreq: amd-pstate: Let user know amd-pstate is disabled
Nick Alcock (3):
cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules
cpufreq: intel_pstate: remove MODULE_LICENSE in non-modules
powercap: remove MODULE_LICENSE in non-modules
Srinivas Pandruvada (1):
cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids
Sumeet Pawnikar (1):
powercap: RAPL: Add Power Limit4 support for Meteor Lake SoC
Thomas Weißschuh (1):
cpufreq: schedutil: make kobj_type structure constant
---------------
drivers/cpufreq/amd-pstate.c | 3 +--
drivers/cpufreq/apple-soc-cpufreq.c | 4 ++--
drivers/cpufreq/intel_pstate.c | 2 +-
drivers/powercap/intel_rapl_msr.c | 2 ++
drivers/powercap/powercap_sys.c | 1 -
kernel/sched/cpufreq_schedutil.c | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)