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

From: Rafael J. Wysocki
Date: Fri Aug 02 2024 - 13:50:52 EST


Hi Linus,

Please pull from the tag

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

with top-most commit a09074228977c24c677c10282f506fa11f88eb93

thermal: core: Update thermal zone registration documentation

on top of commit 8400291e289ee6b2bf9779ff1c83a291501f017b

Linux 6.11-rc1

to receive thermal control fixes for 6.11-rc2.

These fix a few issues related to the MSI IRQs management in the
int340x thermal driver, fix a thermal core issue that may lead to
missing trip point crossing events and update the thermal core
documentation.

Specifics:

- Fix MSI error path cleanup in int340x, allow it to work with a subset
of thermal MSI IRQs if some of them are not working and make it free
all MSI IRQs on module exit (Srinivas Pandruvada).

- Fix a thermal core issue that may lead to missing trip point crossing
events in some cases when thermal_zone_set_trips() is used and update
the thermal core documentation (Rafael Wysocki).

Thanks!


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

Rafael J. Wysocki (2):
thermal: trip: Avoid skipping trips in thermal_zone_set_trips()
thermal: core: Update thermal zone registration documentation

Srinivas Pandruvada (3):
thermal: intel: int340x: Fix kernel warning during MSI cleanup
thermal: intel: int340x: Allow limited thermal MSI support
thermal: intel: int340x: Free MSI IRQ vectors on module exit

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

Documentation/driver-api/thermal/sysfs-api.rst | 65 ++++++++++------------
.../int340x_thermal/processor_thermal_device_pci.c | 29 +++++++---
drivers/thermal/thermal_trip.c | 4 +-
3 files changed, 54 insertions(+), 44 deletions(-)