summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2022-12-12Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-12-12Merge branch 'thermal-intel'Rafael J. Wysocki
2022-12-02thermal: intel: hfi: Remove a pointless die_id checkRicardo Neri
2022-12-02Merge Intel thermal control drivers changes for v6.2Rafael J. Wysocki
2022-11-25thermal: core: fix some possible name leaks in error pathsYang Yingliang
2022-11-23thermal: intel: hfi: ACK HFI for the same timestampSrinivas Pandruvada
2022-11-23thermal: intel: Protect clearing of thermal status bitsSrinivas Pandruvada
2022-11-23thermal: intel: Prevent accidental clearing of HFI statusSrinivas Pandruvada
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2022-11-22Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2022-11-14thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck
2022-11-14thermal/core: Remove thermal_zone_set_trips()Guenter Roeck
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck
2022-11-14thermal/core: Protect hwmon accesses to thermal operations with thermal zone ...Guenter Roeck
2022-11-14thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck
2022-11-14thermal/core: Move parameter validation from __thermal_zone_get_temp to therm...Guenter Roeck
2022-11-14thermal/core: Ensure that thermal device is registered in thermal_zone_get_tempGuenter Roeck
2022-11-14thermal/core: Delete device under thermal device zone lockGuenter Roeck
2022-11-14thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck
2022-11-09thermal: intel: intel_tcc_cooling: Add TCC cooling support for RaptorLake-SZhang Rui
2022-11-09thermal: intel: intel_tcc_cooling: Detect TCC lock bitZhang Rui
2022-10-28thermal: intel: hfi: Improve the type of hfi_features::nr_table_pagesRicardo Neri
2022-10-28thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter
2022-10-25thermal: sysfs: Reuse cdev->max_stateViresh Kumar
2022-10-25thermal: Validate new state in cur_state_store()Viresh Kumar
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding
2022-10-15thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki
2022-10-10Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_idVincent Knecht
2022-10-04thermal/core: Add a check before calling set_trip_temp()Lad Prabhakar
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar
2022-10-04thermal/drivers/rcar_thermal: Constify static thermal_zone_device_opsLad Prabhakar
2022-10-04thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM...Jonathan Cameron
2022-10-04thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano
2022-10-04thermal/drivers/imx_sc: Rely on the platform data to get the resource idDaniel Lezcano
2022-10-03Merge branches 'thermal-intel' and 'thermal-drivers'Rafael J. Wysocki
2022-10-03Merge branch 'thermal-core'Rafael J. Wysocki
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar
2022-09-24thermal: int340x: processor_thermal: Use module_pci_driver() macroShang XiaoJing
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki
2022-09-21thermal: intel_powerclamp: Remove accounting for IRQ wakesSrinivas Pandruvada
2022-09-21thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo...Srinivas Pandruvada
2022-09-21Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2022-09-03thermal: int340x_thermal: Consolidate priv->data_vault checksRafael J. Wysocki
2022-09-03thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register()Xuewen Yan
2022-09-03thermal: Drop duplicate words from commentsJilin Yuan
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski