-
- Downloads
Merge branches 'pm-em' and 'pm-cpuidle'
Marge Energy Model support updates and cpuidle updates for 5.19-rc1: - Update the Energy Model support code to allow the Energy Model to be artificial, which means that the power values may not be on a uniform scale with other devices providing power information, and update the cpufreq_cooling and devfreq_cooling thermal drivers to support artificial Energy Models (Lukasz Luba). - Make DTPM check the Energy Model type (Lukasz Luba). - Fix policy counter decrementation in cpufreq if Energy Model is in use (Pierre Gondois). - Add AlderLake processor support to the intel_idle driver (Zhang Rui). - Fix regression leading to no genpd governor in the PSCI cpuidle driver and fix the riscv-sbi cpuidle driver to allow a genpd governor to be used (Ulf Hansson). * pm-em: PM: EM: Decrement policy counter powercap: DTPM: Check for Energy Model type thermal: cooling: Check Energy Model type in cpufreq_cooling and devfreq_cooling Documentation: EM: Add artificial EM registration description PM: EM: Remove old debugfs files and print all 'flags' PM: EM: Change the order of arguments in the .active_power() callback PM: EM: Use the new .get_cost() callback while registering EM PM: EM: Add artificial EM flag PM: EM: Add .get_cost() callback * pm-cpuidle: cpuidle: riscv-sbi: Fix code to allow a genpd governor to be used cpuidle: psci: Fix regression leading to no genpd governor intel_idle: Add AlderLake support
Showing
- Documentation/power/energy-model.rst 22 additions, 2 deletionsDocumentation/power/energy-model.rst
- drivers/cpufreq/mediatek-cpufreq-hw.c 2 additions, 2 deletionsdrivers/cpufreq/mediatek-cpufreq-hw.c
- drivers/cpufreq/scmi-cpufreq.c 2 additions, 2 deletionsdrivers/cpufreq/scmi-cpufreq.c
- drivers/cpuidle/cpuidle-psci-domain.c 2 additions, 2 deletionsdrivers/cpuidle/cpuidle-psci-domain.c
- drivers/cpuidle/cpuidle-riscv-sbi.c 2 additions, 2 deletionsdrivers/cpuidle/cpuidle-riscv-sbi.c
- drivers/idle/intel_idle.c 133 additions, 0 deletionsdrivers/idle/intel_idle.c
- drivers/opp/of.c 3 additions, 3 deletionsdrivers/opp/of.c
- drivers/powercap/dtpm_cpu.c 1 addition, 1 deletiondrivers/powercap/dtpm_cpu.c
- drivers/thermal/cpufreq_cooling.c 1 addition, 1 deletiondrivers/thermal/cpufreq_cooling.c
- drivers/thermal/devfreq_cooling.c 5 additions, 3 deletionsdrivers/thermal/devfreq_cooling.c
- include/linux/energy_model.h 31 additions, 4 deletionsinclude/linux/energy_model.h
- kernel/power/energy_model.c 36 additions, 29 deletionskernel/power/energy_model.c
Loading
Please register or sign in to comment