Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ thermal-6.14-rc1 with top-most commit 2dc748695568a02199e813d408a8f6f58919f4bd Merge branch 'thermal-intel' on top of commit 5bc55a333a2f7316b58edc7573e8e893f7acb532 Linux 6.13-rc7 to receive thermal control updates for 6.14-rc1. These add support for Intel Panther Lake processors in multiple places, modify Intel thermal drivers to stop selecting the user space thermal governor which is not necessary for them to work any more and clean up the thermal core somewhat: - Add support for Panther Lake processors in multiple places (Zhang Rui, Srinivas Pandruvada). - Remove explicit user_space governor selection from Intel thermal drivers (Srinivas Pandruvada). - Rename a few things and relocate a comment in the thermal subsystem (Rafael Wysocki). Thanks! --------------- Rafael J. Wysocki (3): thermal: core: Rename callback functions in two governors thermal: gov_bang_bang: Relocate regulation logic description thermal: core: Rename function argument related to trip crossing Srinivas Pandruvada (4): thermal: intel: Remove explicit user_space governor selection thermal: intel: int340x: Panther Lake DLVR support thermal: intel: int340x: Panther Lake power floor and workload hint support thermal: intel: Fix compile issue when CONFIG_NET is not defined Zhang Rui (3): powercap: intel_rapl: Add support for Panther Lake platform thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake ACPI: DPTF: Support Panther Lake --------------- drivers/acpi/dptf/dptf_pch_fivr.c | 1 + drivers/acpi/dptf/dptf_power.c | 2 + drivers/acpi/dptf/int340x_thermal.c | 6 +++ drivers/acpi/fan.h | 1 + drivers/powercap/intel_rapl_common.c | 1 + drivers/thermal/gov_bang_bang.c | 57 +++++++++++----------- drivers/thermal/gov_user_space.c | 12 ++--- drivers/thermal/intel/Kconfig | 4 +- drivers/thermal/intel/int340x_thermal/Kconfig | 4 +- .../intel/int340x_thermal/int3400_thermal.c | 2 +- .../intel/int340x_thermal/int3403_thermal.c | 1 + .../intel/int340x_thermal/int340x_thermal_zone.c | 1 - .../int340x_thermal/processor_thermal_device.h | 1 + .../int340x_thermal/processor_thermal_device_pci.c | 4 +- drivers/thermal/thermal_core.c | 10 ++-- drivers/thermal/thermal_core.h | 2 +- 16 files changed, 61 insertions(+), 48 deletions(-)