[PATCH v1 0/4] thermal: core: Simplifications and suspend/resume relocation
From: Rafael J. Wysocki
Date: Tue Mar 31 2026 - 15:24:42 EST
Hi All,
This series is intended for 7.1 (it applies on top of linux-next).
It removes a redundant check (patch [1/4]), changes the thermal workqueue
to an unbound and non-freezable one (patch [2/4]), relocates the suspend
and resume of thermal zones closer to the suspend and resume of devices,
respectively (patch [3/4]), and changes the allocation of thermal_class to
static (patch [4/4]).
Thanks!