[PATCH v2 0/4] thermal: core: Simplifications and suspend/resume relocation
From: Rafael J. Wysocki
Date: Wed Apr 01 2026 - 11:03:58 EST
Hi All,
This is an update of
https://lore.kernel.org/linux-pm/4745677.LvFx2qVVIh@rafael.j.wysocki/
that reorders the last two patches and modifies them to address Sashiko
review feedback.
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!