aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-10-03 20:43:32 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-10-03 20:43:32 +0200
commit2e70ea7fb9873e642982f166bf9aaa4a6206fbec (patch)
tree689ab73ec3bb33ef1eca48665cb26db2b5f65a55 /drivers/thermal
parentMerge branch 'thermal-core' (diff)
parentthermal: int340x: processor_thermal: Use module_pci_driver() macro (diff)
parentthermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register() (diff)
downloadlinux-dev-2e70ea7fb9873e642982f166bf9aaa4a6206fbec.tar.xz
linux-dev-2e70ea7fb9873e642982f166bf9aaa4a6206fbec.zip
Merge branches 'thermal-intel' and 'thermal-drivers'
Merge thermal control driver changes for 6.1-rc1: - Use module_pci_driver() macro in the int340x processor_thermal driver (Shang XiaoJing). - Use get_cpu() instead of smp_processor_id() in the intel_powerclamp thermal driver to prevent it from crashing and remove unused accounting for IRQ wakes from it (Srinivas Pandruvada). - Consolidate priv->data_vault checks in int340x_thermal (Rafael Wysocki). - Check the policy first in cpufreq_cooling_register() (Xuewen Yan). - Drop redundant error message from da9062-thermal (zhaoxiao). - Drop of_match_ptr() from thermal_mmio (Jean Delvare). * thermal-intel: thermal: int340x: processor_thermal: Use module_pci_driver() macro thermal: intel_powerclamp: Remove accounting for IRQ wakes thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash thermal: int340x_thermal: Consolidate priv->data_vault checks * thermal-drivers: thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register() thermal: da9062-thermal: Drop redundant error message thermal/drivers/thermal_mmio: Drop of_match_ptr()