summary refs log tree commit diff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2022-08-17thermal/drivers/samsung: Switch to new of thermal APIDaniel Lezcano
2022-08-17thermal/drivers/ti-soc: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/hisilicon: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/maxim: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/banggap: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/mtk: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/qoriq: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/rzg2l: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/rcar: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/imx: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/db8500: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/armada: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/amlogic: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/st: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/qcom: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/sprd: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/tegra: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/mmio: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/generic-adc: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/uniphier: Switch to new of APIDaniel Lezcano
2022-08-17thermal/drivers/rockchip: Switch to new of APIDaniel Lezcano
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano
2022-08-17thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano
2022-08-17thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano
2022-08-17thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter
2022-08-17thermal/of: Rework the thermal device tree initializationDaniel Lezcano
2022-08-15thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode APINuno Sá
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano
2022-08-08Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-08Merge branches 'thermal-core' and 'thermal-tools'Rafael J. Wysocki
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-03thermal: Drop obsolete dependency on COMPILE_TESTJean Delvare
2022-08-03thermal: sysfs: Fix cooling_device_stats_setup() error code pathRafael J. Wysocki
2022-08-03thermal: intel: Add TCC cooling support for Alder Lake-N and Raptor Lake-PSumeet Pawnikar
2022-08-02Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-08-01Merge tag 'timers-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2022-07-29Merge branch 'thermal-core'Rafael J. Wysocki
2022-07-28thermal/of: Initialize trip points separatelyDaniel Lezcano
2022-07-28thermal/of: Use thermal trips stored in the thermal zoneDaniel Lezcano
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano
2022-07-28thermal/core: Remove unneeded EXPORT_SYMBOLSDaniel Lezcano
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano