summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-142/+255
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-5/+3
2022-12-12Merge branch 'thermal-intel'Rafael J. Wysocki1-1/+1
2022-12-02thermal: intel: hfi: Remove a pointless die_id checkRicardo Neri1-1/+1
2022-12-02Merge Intel thermal control drivers changes for v6.2Rafael J. Wysocki5-31/+52
2022-11-25thermal: core: fix some possible name leaks in error pathsYang Yingliang1-8/+10
2022-11-23thermal: intel: hfi: ACK HFI for the same timestampSrinivas Pandruvada1-5/+17
2022-11-23thermal: intel: Protect clearing of thermal status bitsSrinivas Pandruvada4-24/+22
2022-11-23thermal: intel: Prevent accidental clearing of HFI statusSrinivas Pandruvada1-1/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-5/+3
2022-11-22Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-7/+8
2022-11-14thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck1-1/+11
2022-11-14thermal/core: Remove thermal_zone_set_trips()Guenter Roeck2-20/+15
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck3-16/+69
2022-11-14thermal/core: Protect hwmon accesses to thermal operations with thermal zone ...Guenter Roeck1-1/+9
2022-11-14thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck1-26/+31
2022-11-14thermal/core: Move parameter validation from __thermal_zone_get_temp to therm...Guenter Roeck1-3/+23
2022-11-14thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGuenter Roeck1-1/+6
2022-11-14thermal/core: Delete device under thermal device zone lockGuenter Roeck1-1/+6
2022-11-14thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck1-1/+1
2022-11-09thermal: intel: intel_tcc_cooling: Add TCC cooling support for RaptorLake-SZhang Rui1-0/+1
2022-11-09thermal: intel: intel_tcc_cooling: Detect TCC lock bitZhang Rui1-0/+10
2022-10-28thermal: intel: hfi: Improve the type of hfi_features::nr_table_pagesRicardo Neri1-1/+1
2022-10-28thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter1-1/+2
2022-10-25thermal: sysfs: Reuse cdev->max_stateViresh Kumar1-16/+10
2022-10-25thermal: Validate new state in cur_state_store()Viresh Kumar3-19/+13
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding1-7/+8
2022-10-15thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki1-5/+1
2022-10-10Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-86/+42
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+3
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-10-04thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_idVincent Knecht1-1/+1
2022-10-04thermal/core: Add a check before calling set_trip_temp()Lad Prabhakar1-3/+5
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar1-1/+1
2022-10-04thermal/drivers/rcar_thermal: Constify static thermal_zone_device_opsLad Prabhakar1-1/+1
2022-10-04thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM...Jonathan Cameron1-1/+1
2022-10-04thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano1-44/+0
2022-10-04thermal/drivers/imx_sc: Rely on the platform data to get the resource idDaniel Lezcano1-35/+33
2022-10-03Merge branches 'thermal-intel' and 'thermal-drivers'Rafael J. Wysocki7-56/+19
2022-10-03Merge branch 'thermal-core'Rafael J. Wysocki45-1155/+740
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar1-1/+14
2022-09-24thermal: int340x: processor_thermal: Use module_pci_driver() macroShang XiaoJing2-24/+2
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki1-1/+1
2022-09-21thermal: intel_powerclamp: Remove accounting for IRQ wakesSrinivas Pandruvada1-18/+3
2022-09-21thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo...Srinivas Pandruvada1-2/+4
2022-09-21Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman1-1/+2
2022-09-03thermal: int340x_thermal: Consolidate priv->data_vault checksRafael J. Wysocki1-3/+2
2022-09-03thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()Xuewen Yan1-5/+5
2022-09-03thermal: Drop duplicate words from commentsJilin Yuan2-2/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+6