[GIT PULL] Thermal control fixes for v6.9-rc3
From: Rafael J. Wysocki
Date: Fri Apr 05 2024 - 14:42:14 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.9-rc3
with top-most commit 6f824c9fccd494319988fa529601923edf5caacb
Merge branch 'acpi-thermal'
on top of commit 39cd87c4eb2b893354f3b850f916353f2658ae6f
Linux 6.9-rc2
to receive thermal control fixes for 6.9-rc3.
These fix two power allocator thermal governor issues and an ACPI
thermal driver regression that all were introduced during the 6.8
development cycle.
Specifics:
- Allow the power allocator thermal governor to bind to a thermal zone
without cooling devices and/or without trip points (Nikita Travkin).
- Make the ACPI thermal driver register a tripless thermal zone when
it cannot find any usable trip points instead of returning an error
from acpi_thermal_add() (Stephen Horvath).
Thanks!
---------------
Nikita Travkin (2):
thermal: gov_power_allocator: Allow binding without cooling devices
thermal: gov_power_allocator: Allow binding without trip points
Stephen Horvath (1):
ACPI: thermal: Register thermal zones without valid trip points
---------------
drivers/acpi/thermal.c | 22 ++++++++++------------
drivers/thermal/gov_power_allocator.c | 14 +++++---------
2 files changed, 15 insertions(+), 21 deletions(-)