[GIT PULL] Thermal control fixes for v6.9-rc2

From: Rafael J. Wysocki
Date: Fri Mar 29 2024 - 14:32:33 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-6.9-rc2

with top-most commit a26de34b3c77ae3a969654d94be49e433c947e3b

thermal: devfreq_cooling: Fix perf state when calculate dfc res_util

on top of commit 4cece764965020c22cff7665b18a012006359095

Linux 6.9-rc1

to receive thermal control fixes for 6.9-rc2.

These revert a problematic optimization commit and address a devfreq
cooling device issue.

Specifics:

- Revert thermal core optimization that introduced a functional issue
causing a critical trip point to be crossed in some cases (Daniel
Lezcano).

- Add missing conversion between different state ranges to the
devfreq cooling device driver (Ye Zhang).

Thanks!


---------------

Daniel Lezcano (1):
Revert "thermal: core: Don't update trip points inside the
hysteresis range"

Ye Zhang (1):
thermal: devfreq_cooling: Fix perf state when calculate dfc res_util

---------------

drivers/thermal/devfreq_cooling.c | 2 +-
drivers/thermal/thermal_trip.c | 19 ++-----------------
2 files changed, 3 insertions(+), 18 deletions(-)