summaryrefslogtreecommitdiffstats
path: root/drivers/opp
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-07-15 18:55:14 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-07-15 18:55:14 +0200
commita02bed4183c48d42a2855a4e70867b6239c45770 (patch)
tree7187f07f8340beea22321467b576e0accd094a73 /drivers/opp
parentMerge branches 'pm-cpuidle' and 'pm-powercap' (diff)
parentMerge back final cpufreq fixes for 6.10. (diff)
parentMerge tag 'linux-cpupower-6.11-rc1-2' of ssh://gitolite.kernel.org/pub/scm/li... (diff)
downloadlinux-a02bed4183c48d42a2855a4e70867b6239c45770.tar.xz
linux-a02bed4183c48d42a2855a4e70867b6239c45770.zip
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