aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-299/+895
2021-07-04thermal/drivers/int340x/processor_thermal: Fix tcc settingGravatar Srinivas Pandruvada 1-8/+12
2021-07-04thermal/drivers/int340x/processor_thermal: Fix warning for return valueGravatar Srinivas Pandruvada 1-1/+3
2021-07-04thermal/drivers/mediatek: Add sensors-supportGravatar Frank Wunderlich 1-0/+6
2021-07-04thermal/drivers/int340x/processor_thermal: Add PCI MMIO based thermal driverGravatar Srinivas Pandruvada 4-1/+373
2021-07-04thermal/drivers/int340x/processor_thermal: Split enumeration and processing partGravatar Srinivas Pandruvada 5-259/+286
2021-07-04thermal: devfreq_cooling: Fix kernel-docGravatar Yang Li 1-1/+1
2021-07-04thermal/drivers/intel/intel_soc_dts_iosf: Switch to use find_first_zero_bit()Gravatar Andy Shevchenko 1-7/+8
2021-07-04thermal/core/thermal_of: Stop zone device before unregistering itGravatar Dmitry Osipenko 1-0/+3
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextGravatar Mark Brown 1-59/+4
2021-06-21thermal: Use generic HW-protection shutdown APIGravatar Matti Vaittinen 1-59/+4
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-4/+11
2021-06-17thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressureGravatar Lukasz Luba 1-1/+1
2021-06-14thermal/drivers/sprd: Add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-6/+9
2021-06-14thermal/drivers/imx_sc: Add missing of_node_put for loop iterationGravatar Krzysztof Kozlowski 1-0/+3
2021-06-14thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1Gravatar Geert Uytterhoeven 1-3/+2
2021-06-14thermal/drivers/rcar_gen3_thermal: Fix coefficient calculationsGravatar Niklas Söderlund 1-1/+1
2021-06-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-11/+2
2021-06-12thermal/core: Correct function name thermal_zone_device_unregister()Gravatar Yang Yingliang 1-1/+1
2021-06-11thermal/drivers/int340x: processor_thermal: Export additional attributesGravatar Srinivas Pandruvada 1-0/+55
2021-06-11thermal/drivers/int340x: processor_thermal: Export mailbox interfaceGravatar Srinivas Pandruvada 2-3/+11
2021-06-11thermal/drivers/sprd: Add missing MODULE_DEVICE_TABLEGravatar Chunyan Zhang 1-0/+1
2021-06-11thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driverGravatar Finley Xiao 1-0/+121
2021-06-06Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+11
2021-05-31x86/thermal: Fix LVT thermal setup for SMI delivery modeGravatar Borislav Petkov 1-4/+11
2021-05-27thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Gravatar Yang Yingliang 1-1/+1
2021-05-24thermal/ti-soc-thermal: Fix kernel-docGravatar Yang Li 1-1/+1
2021-05-14thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALIDGravatar Srinivas Pandruvada 2-1/+5
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 27-371/+706
2021-04-22thermal/drivers/mtk_thermal: Remove redundant initializations of several vari...Gravatar Colin Ian King 1-6/+6
2021-04-22thermal/core/power allocator: Use the lockless __thermal_cdev_update() functionGravatar Lukasz Luba 1-2/+1
2021-04-22thermal/core/fair share: Use the lockless __thermal_cdev_update() functionGravatar Lukasz Luba 1-4/+3
2021-04-22thermal/core/fair share: Lock the thermal zone while looping over instancesGravatar Lukasz Luba 1-0/+4
2021-04-22thermal/core/power_allocator: Update once cooling devices when temp is lowGravatar Lukasz Luba 1-4/+7
2021-04-22thermal/core/power_allocator: Maintain the device statistics from going staleGravatar Lukasz Luba 1-0/+10
2021-04-22thermal/core: Create a helper __thermal_cdev_update() without a lockGravatar Lukasz Luba 2-10/+18
2021-04-22thermal/drivers/tsens: Add support for ipq8064-tsensGravatar Ansuel Smith 1-0/+3
2021-04-22thermal/drivers/tsens: Drop unused define for msm8960Gravatar Ansuel Smith 1-23/+1
2021-04-22thermal/drivers/tsens: Replace custom 8960 apis with generic apisGravatar Ansuel Smith 1-41/+15
2021-04-22thermal/drivers/tsens: Fix bug in sensor enable for msm8960Gravatar Ansuel Smith 1-3/+20
2021-04-22thermal/drivers/tsens: Use init_common for msm8960Gravatar Ansuel Smith 1-51/+1
2021-04-22thermal/drivers/tsens: Add VER_0 tsens versionGravatar Ansuel Smith 3-30/+133
2021-04-22thermal/drivers/tsens: Convert msm8960 to reg_fieldGravatar Ansuel Smith 1-2/+71
2021-04-22thermal/drivers/tsens: Don't hardcode sensor slopeGravatar Ansuel Smith 1-1/+2
2021-04-22thermal/core: Remove thermal_notify_frameworkGravatar Thara Gopinath 1-18/+0
2021-04-21thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Gravatar Lin Ruizhe 1-4/+0
2021-04-20thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Gravatar Zhen Lei 1-17/+17
2021-04-20thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynameGravatar dingsenjie 1-10/+3
2021-04-20thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Gravatar Ye Bin 1-3/+1