diff options
| author | 2026-02-04 21:06:22 +0100 | |
|---|---|---|
| committer | 2026-02-04 21:06:22 +0100 | |
| commit | 931688a44a2b1a115cfaa229accb255f890196f3 (patch) | |
| tree | 8203b066028b5b4a1f4fccf9f19e7f593c51e2f2 /tools/perf/scripts/python | |
| parent | Merge branch 'pm-runtime' (diff) | |
| parent | powercap: intel_rapl: Add PL4 support for Ice Lake (diff) | |
| parent | Merge tag 'opp-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm (diff) | |
| parent | PM: EM: Documentation: Fix bug in example code snippet (diff) | |
Merge branches 'pm-powercap', 'pm-opp' and 'pm-em'
Merge power capping updates, OPP (operating performance points) updates
and energy model management documentation updates for 6.20-rc1/7.0-rc1:
- Add PL4 support for Ice Lake to the Intel RAPL power capping
driver (Daniel Tang)
- Replace sprintf() with sysfs_emit() in power capping sysfs show
functions (Sumeet Pawnikar)
- Make dev_pm_opp_get_level() return value match the documentation
after a previous update of the latter (Aleks Todorov)
- Use scoped for each OF child loop in the OPP code (Krzysztof
Kozlowski)
- Fix a bug in an example code snippet and correct typos in the energy
model management documentation (Patrick Little)
* pm-powercap:
powercap: intel_rapl: Add PL4 support for Ice Lake
powercap: Replace sprintf() with sysfs_emit() in sysfs show functions
* pm-opp:
OPP: Return correct value in dev_pm_opp_get_level
OPP: of: Simplify with scoped for each OF child loop
* pm-em:
PM: EM: Documentation: Fix bug in example code snippet
Documentation: Fix typos in energy model documentation
