diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-07-15 18:55:14 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-07-15 18:55:14 +0200 |
commit | a02bed4183c48d42a2855a4e70867b6239c45770 (patch) | |
tree | 7187f07f8340beea22321467b576e0accd094a73 | |
parent | 7fae6f8b97ed5f9d60d6af54614724cdca7dc5de (diff) | |
parent | 161bd53e3248358029e1cdad02ab74f0003e6b02 (diff) | |
parent | b48b342dd5e6e9b0cda26ba07925e61c26e02578 (diff) |
Merge branches 'pm-opp' and 'pm-tools'
Merge OPP (operating performance points) and tooling updates for
6.11-rc1:
- Fix missing cleanup on error in _opp_attach_genpd() (Viresh Kumar).
- Introduce an OF helper function to inform if required-opps is used
and drop a redundant in-parameter to _set_opp_level() (Ulf Hansson).
- Update pm-graph to v5.12 which includes fixes and major code revamp
for python3.12 (Todd Brandt).
- Address several assorted issues in the cpupower utility (Roman
Storozhenko).
* pm-opp:
OPP: Introduce an OF helper function to inform if required-opps is used
OPP: Drop a redundant in-parameter to _set_opp_level()
OPP: Fix missing cleanup on error in _opp_attach_genpd()
* pm-tools:
cpupower: fix lib default installation path
cpupower: Disable direct build of the 'bench' subproject
cpupower: Change the var type of the 'monitor' subcommand display mode
cpupower: Remove absent 'v' parameter from monitor man page
cpupower: Improve cpupower build process description
cpupower: Add 'help' target to the main Makefile
cpupower: Replace a dead reference link with working ones
pm-graph: v5.12, code revamp for python3.12
pm-graph: v5.12, fixes