diff options
author | 2024-05-13 20:19:58 +0200 | |
---|---|---|
committer | 2024-05-13 20:19:58 +0200 | |
commit | de1c2722e07819c7ea65bb4bf37a2cfe2556095b (patch) | |
tree | f7e432a30730544f612c7e9ed1c55ad6a41dcdcf /scripts/generate_rust_analyzer.py | |
parent | Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap' (diff) | |
parent | soc: samsung: exynos-asv: Update Energy Model after adjusting voltage (diff) | |
parent | Documentation: PM: Update platform_pci_wakeup_init() reference (diff) | |
download | wireguard-linux-de1c2722e07819c7ea65bb4bf37a2cfe2556095b.tar.xz wireguard-linux-de1c2722e07819c7ea65bb4bf37a2cfe2556095b.zip |
Merge branches 'pm-em' and 'pm-docs'
Merge Enery Model update and a power management documentation update for
6.10:
- Make the Samsung exynos-asv driver update the Energy Model after
adjusting voltage on top of some preliminary changes of the OPP and
Enery Model generic code (Lukasz Luba).
- Remove a reference to a function that has been dropped from the power
management documentation (Bjorn Helgaas).
* pm-em:
soc: samsung: exynos-asv: Update Energy Model after adjusting voltage
PM: EM: Add em_dev_update_chip_binning()
PM: EM: Refactor em_adjust_new_capacity()
OPP: OF: Export dev_opp_pm_calc_power() for usage from EM
* pm-docs:
Documentation: PM: Update platform_pci_wakeup_init() reference