summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-12-12 16:23:36 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-12-12 16:23:36 +0100
commite0e44513c793c3e8f6ce5eff377065e67853806b (patch)
tree352f27a6c39f886dc5d81703af9584c54e06713d /drivers
parent7680d45a910f775402281253610f039277630d0c (diff)
parent98e596fc85fe74067bfb0a910b3d813784132a22 (diff)
parent9c252ecf30360cb7b4dbcc275aebe5642174fd39 (diff)
parent68bf66a108583e20b95136ebf8c29ab8e7ec7b44 (diff)
parentf9b4dc920d35cca8bf85ecce836ee6d23788e7cf (diff)
downloadlinux-e0e44513c793c3e8f6ce5eff377065e67853806b.tar.bz2
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