aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds18-299/+895
2021-07-04thermal/drivers/int340x/processor_thermal: Fix tcc settingSrinivas Pandruvada1-8/+12
2021-07-04thermal/drivers/int340x/processor_thermal: Fix warning for return valueSrinivas Pandruvada1-1/+3
2021-07-04thermal/drivers/mediatek: Add sensors-supportFrank Wunderlich1-0/+6
2021-07-04thermal/drivers/int340x/processor_thermal: Add PCI MMIO based thermal driverSrinivas Pandruvada4-1/+373
2021-07-04thermal/drivers/int340x/processor_thermal: Split enumeration and processing partSrinivas Pandruvada5-259/+286
2021-07-04thermal: devfreq_cooling: Fix kernel-docYang Li1-1/+1
2021-07-04thermal/drivers/intel/intel_soc_dts_iosf: Switch to use find_first_zero_bit()Andy Shevchenko1-7/+8
2021-07-04thermal/core/thermal_of: Stop zone device before unregistering itDmitry Osipenko1-0/+3
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-59/+4
2021-06-21thermal: Use generic HW-protection shutdown APIMatti Vaittinen1-59/+4
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-4/+11
2021-06-17thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressureLukasz Luba1-1/+1
2021-06-14thermal/drivers/sprd: Add missing of_node_put for loop iterationKrzysztof Kozlowski1-6/+9
2021-06-14thermal/drivers/imx_sc: Add missing of_node_put for loop iterationKrzysztof Kozlowski1-0/+3
2021-06-14thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1Geert Uytterhoeven1-3/+2
2021-06-14thermal/drivers/rcar_gen3_thermal: Fix coefficient calculationsNiklas Söderlund1-1/+1
2021-06-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-11/+2
2021-06-12thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang1-1/+1
2021-06-11thermal/drivers/int340x: processor_thermal: Export additional attributesSrinivas Pandruvada1-0/+55
2021-06-11thermal/drivers/int340x: processor_thermal: Export mailbox interfaceSrinivas Pandruvada2-3/+11
2021-06-11thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang1-0/+1
2021-06-11thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driverFinley Xiao1-0/+121
2021-06-06Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+11
2021-05-31x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov1-4/+11
2021-05-27thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Yang Yingliang1-1/+1
2021-05-24thermal/ti-soc-thermal: Fix kernel-docYang Li1-1/+1
2021-05-14thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALIDSrinivas Pandruvada2-1/+5
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds27-371/+706
2021-04-22thermal/drivers/mtk_thermal: Remove redundant initializations of several variablesColin Ian King1-6/+6
2021-04-22thermal/core/power allocator: Use the lockless __thermal_cdev_update() functionLukasz Luba1-2/+1
2021-04-22thermal/core/fair share: Use the lockless __thermal_cdev_update() functionLukasz Luba1-4/+3
2021-04-22thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba1-0/+4
2021-04-22thermal/core/power_allocator: Update once cooling devices when temp is lowLukasz Luba1-4/+7
2021-04-22thermal/core/power_allocator: Maintain the device statistics from going staleLukasz Luba1-0/+10
2021-04-22thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba2-10/+18
2021-04-22thermal/drivers/tsens: Add support for ipq8064-tsensAnsuel Smith1-0/+3
2021-04-22thermal/drivers/tsens: Drop unused define for msm8960Ansuel Smith1-23/+1
2021-04-22thermal/drivers/tsens: Replace custom 8960 apis with generic apisAnsuel Smith1-41/+15
2021-04-22thermal/drivers/tsens: Fix bug in sensor enable for msm8960Ansuel Smith1-3/+20
2021-04-22thermal/drivers/tsens: Use init_common for msm8960Ansuel Smith1-51/+1
2021-04-22thermal/drivers/tsens: Add VER_0 tsens versionAnsuel Smith3-30/+133
2021-04-22thermal/drivers/tsens: Convert msm8960 to reg_fieldAnsuel Smith1-2/+71
2021-04-22thermal/drivers/tsens: Don't hardcode sensor slopeAnsuel Smith1-1/+2
2021-04-22thermal/core: Remove thermal_notify_frameworkThara Gopinath1-18/+0
2021-04-21thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Lin Ruizhe1-4/+0
2021-04-20thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header files alphabeticallyZhen Lei1-17/+17
2021-04-20thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynamedingsenjie1-10/+3
2021-04-20thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Ye Bin1-3/+1