[GIT PULL] Thermal control fixes for v6.14-rc5
From: Rafael J. Wysocki
Date: Fri Feb 28 2025 - 16:17:23 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.14-rc5
with top-most commit 0cde378a10c1cbfaa8dd2b89672d42f36c2809c3
thermal: gov_power_allocator: Update total_weight on bind and cdev updates
on top of commit 0ad2507d5d93f39619fc42372c347d6006b64319
Linux 6.14-rc3
to receive thermal control fixes for 6.14-rc5.
These fix the processing of DT thermal properties and the Power
Allocator thermal governor:
- Fix parsing cooling-maps in DT for trip points with more than one
cooling device (Rafael Wysocki).
- Fix granted_power computation in the Power Allocator thermal
governor and make it update total_weight on configuration changes
after the thermal zone has been registered (Yu-Che Cheng).
Thanks!
---------------
Rafael J. Wysocki (1):
thermal/of: Fix cdev lookup in thermal_of_should_bind()
Yu-Che Cheng (2):
thermal: gov_power_allocator: Fix incorrect calculation in
divvy_up_power()
thermal: gov_power_allocator: Update total_weight on bind and cdev updates
---------------
drivers/thermal/gov_power_allocator.c | 32 +++++++++++++++-------
drivers/thermal/thermal_of.c | 50 ++++++++++++++++++++---------------
2 files changed, 52 insertions(+), 30 deletions(-)