diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-12-12 16:23:36 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-12-12 16:23:36 +0100 |
commit | e0e44513c793c3e8f6ce5eff377065e67853806b (patch) | |
tree | 352f27a6c39f886dc5d81703af9584c54e06713d /drivers/memory/tegra/tegra30-emc.c | |
parent | Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains' (diff) | |
parent | powercap: idle_inject: Fix warnings with make W=1 (diff) | |
parent | platform/x86: intel-uncore-freq: add Emerald Rapids support (diff) | |
parent | Merge tag 'opp-updates-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | notifier: repair slips in kernel-doc comments (diff) | |
download | linux-e0e44513c793c3e8f6ce5eff377065e67853806b.tar.xz linux-e0e44513c793c3e8f6ce5eff377065e67853806b.zip |
Merge branches 'powercap', 'pm-x86', 'pm-opp' and 'pm-misc'
Merge power capping code updates, x86-specific power management pdate,
operating performance points library updates and miscellaneous power
management updates for 6.2-rc1:
- Fix compiler warnings with make W=1 in the idle_inject power capping
driver (Srinivas Pandruvada).
- Use kstrtobool() instead of strtobool() in the power capping sysfs
interface (Christophe JAILLET).
- Add SCMI Powercap based power capping driver (Cristian Marussi).
- Add Emerald Rapids support to the intel-uncore-freq driver (Artem
Bityutskiy).
- Repair slips in kernel-doc comments in the generic notifier code
(Lukas Bulwahn).
- Fix several DT issues in the OPP library reorganize code around
opp-microvolt-<named> DT property (Viresh Kumar).
- Allow any of opp-microvolt, opp-microamp, or opp-microwatt properties
to be present without the others present (James Calligeros).
- Fix clock-latency-ns property in DT example (Serge Semin).
* powercap:
powercap: idle_inject: Fix warnings with make W=1
powercap: Use kstrtobool() instead of strtobool()
powercap: arm_scmi: Add SCMI Powercap based driver
* pm-x86:
platform/x86: intel-uncore-freq: add Emerald Rapids support
* pm-opp:
dt-bindings: opp-v2: Fix clock-latency-ns prop in example
OPP: decouple dt properties in opp_parse_supplies()
OPP: Simplify opp_parse_supplies() by restructuring it
OPP: Parse named opp-microwatt property too
dt-bindings: opp: Fix named microwatt property
dt-bindings: opp: Fix usage of current in microwatt property
* pm-misc:
notifier: repair slips in kernel-doc comments