diff options
author | 2024-03-19 13:25:49 +0100 | |
---|---|---|
committer | 2024-03-19 13:25:49 +0100 | |
commit | a6d6590917ec352270bd3e3c040240aab31f2e90 (patch) | |
tree | db5ffcdae123b3246dd29957d5aa64ab052d203a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'cpufreq-arm-updates-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm (diff) | |
parent | PM: EM: Force device drivers to provide power in uW (diff) | |
parent | powercap: intel_rapl: Convert to platform remove callback returning void (diff) | |
parent | Documentation: power: Fix typo in suspend and interrupts doc (diff) | |
download | wireguard-linux-a6d6590917ec352270bd3e3c040240aab31f2e90.tar.xz wireguard-linux-a6d6590917ec352270bd3e3c040240aab31f2e90.zip |
Merge branches 'pm-em', 'pm-powercap' and 'pm-sleep'
Merge additional updates related to the Energy Model, power capping
and system-wide power management for 6.9-rc1:
- Modify the Energy Model code to bail out and complain if the unit of
power is not uW to prevent errors due to unit mismatches (Lukasz
Luba).
- Make the intel_rapl platform driver use a remove callback returning
void (Uwe Kleine-König).
- Fix typo in the suspend and interrupts document (Saravana Kannan).
* pm-em:
PM: EM: Force device drivers to provide power in uW
* pm-powercap:
powercap: intel_rapl: Convert to platform remove callback returning void
* pm-sleep:
Documentation: power: Fix typo in suspend and interrupts doc