[GIT PULL] Thermal control fixes for v5.16-rc2

From: Rafael J. Wysocki
Date: Thu Nov 18 2021 - 15:16:04 EST


Hi Linus,

Please pull from the tag

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

with top-most commit b49e0015c1bd8ab6c228981ca2eb4ad217ed8223

Merge branch 'thermal-int340x'

on top of commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf

Linux 5.16-rc1

to receive thermal control fixes for 5.16-rc2.

These fix the handling of thermal zones during system resume and
disable building of the int340x thermal driver on 32-bit.

Specifics:

- Prevent the previous high and low thermal zone trip values from
being retained over a system suspend-resume cycle (Manaf
Meethalavalappu Pallikunhi).

- Prevent the int340x thermal driver from being built in 32-bit
kernel configurations, because running it on 32-bit is
questionable (Arnd Bergmann).

Thanks!


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

Arnd Bergmann (1):
thermal: int340x: Limit Kconfig to 64-bit

Manaf Meethalavalappu Pallikunhi (1):
thermal: core: Reset previous low and high trip during thermal zone init

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

drivers/thermal/intel/int340x_thermal/Kconfig | 4 ++--
drivers/thermal/thermal_core.c | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)