aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0527-371/+706
|\
| * thermal/drivers/mtk_thermal: Remove redundant initializations of several vari...Colin Ian King2021-04-221-6/+6
| * thermal/core/power allocator: Use the lockless __thermal_cdev_update() functionLukasz Luba2021-04-221-2/+1
| * thermal/core/fair share: Use the lockless __thermal_cdev_update() functionLukasz Luba2021-04-221-4/+3
| * thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba2021-04-221-0/+4
| * thermal/core/power_allocator: Update once cooling devices when temp is lowLukasz Luba2021-04-221-4/+7
| * thermal/core/power_allocator: Maintain the device statistics from going staleLukasz Luba2021-04-221-0/+10
| * thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba2021-04-222-10/+18
| * thermal/drivers/tsens: Add support for ipq8064-tsensAnsuel Smith2021-04-221-0/+3
| * thermal/drivers/tsens: Drop unused define for msm8960Ansuel Smith2021-04-221-23/+1
| * thermal/drivers/tsens: Replace custom 8960 apis with generic apisAnsuel Smith2021-04-221-41/+15
| * thermal/drivers/tsens: Fix bug in sensor enable for msm8960Ansuel Smith2021-04-221-3/+20
| * thermal/drivers/tsens: Use init_common for msm8960Ansuel Smith2021-04-221-51/+1
| * thermal/drivers/tsens: Add VER_0 tsens versionAnsuel Smith2021-04-223-30/+133
| * thermal/drivers/tsens: Convert msm8960 to reg_fieldAnsuel Smith2021-04-221-2/+71
| * thermal/drivers/tsens: Don't hardcode sensor slopeAnsuel Smith2021-04-221-1/+2
| * thermal/core: Remove thermal_notify_frameworkThara Gopinath2021-04-221-18/+0
| * thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Lin Ruizhe2021-04-211-4/+0
| * thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Zhen Lei2021-04-201-17/+17
| * thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynamedingsenjie2021-04-201-10/+3
| * thermal/drivers/hisi: Remove redundant dev_err call in hisi_thermal_probe()Ye Bin2021-04-201-3/+1
| * thermal/drivers/intel: Introduce tcc cooling driverZhang Rui2021-04-203-0/+141
| * thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_pro...Ruiqi Gong2021-04-201-1/+0
| * thermal/drivers/thermal_mmio: Remove redundant dev_err call in thermal_mmio_p...Ruiqi Gong2021-04-201-4/+1
| * thermal/drivers/qcom/tsens-v0_1: Add support for MDM9607Konrad Dybcio2021-04-203-2/+101
| * thermal/drivers/tsens: Fix missing put_device errorGuangqing Zhu2021-04-151-2/+4
| * thermal/drivers/qcom-spmi-temp-alarm: Add support for GEN2 rev 1 PMIC periphe...David Collins2021-04-151-30/+61
| * thermal/drivers/cpufreq_cooling: Fix slab OOB issuebrian-sy yang2021-04-151-1/+1
| * thermal/drivers/hisi: Use the correct HiSilicon copyrightHao Fang2021-04-151-3/+3
| * thermal/drivers/cpuidle_cooling: Fix use after errorDaniel Lezcano2021-04-151-3/+5
| * thermal/drivers/devfreq_cooling: Fix wrong return on error pathDaniel Lezcano2021-04-151-1/+1
| * thermal/core: Fix memory leak in the error pathDaniel Lezcano2021-04-151-0/+1
| * thermal/drivers/qcom/tsens_v1: Enable sensor 3 on MSM8976Konrad Dybcio2021-03-171-2/+2
| * thermal/core/power_allocator: Using round the division when re-divvying up powerjeson.gao2021-03-161-3/+5
| * thermal/drivers/cpufreq_cooling: Remove unused listDaniel Lezcano2021-03-151-13/+0
| * thermal/drivers/cpuidle_cooling: Use device name instead of auto-numberingDaniel Lezcano2021-03-151-17/+16
| * thermal/drivers/devfreq_cooling: Use device name instead of auto-numberingDaniel Lezcano2021-03-151-17/+8
| * thermal/drivers/cpufreq_cooling: Use device name instead of auto-numberingDaniel Lezcano2021-03-151-22/+12
| * thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano2021-03-151-16/+22
| * thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params()Jia-Ju Bai2021-03-101-2/+5
| * thermal:ti-soc-thermal: Remove duplicate include in ti-bandgapZhang Yunkai2021-03-101-1/+0
| * thermal: rcar_gen3_thermal: Add support for up to five TSC nodesNiklas Söderlund2021-03-101-1/+2
| * thermal: Fix couple of spellos in the file sun8i_thermal.cBhaskar Chowdhury2021-03-101-2/+2
| * thermal: Fix a typo in the file soctherm.cBhaskar Chowdhury2021-03-101-1/+1
| * thermal: amlogic: Omit superfluous error message in amlogic_thermal_probe()Tang Bin2021-03-101-3/+1
* | thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi2021-03-171-0/+3
|/
* Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-2223-598/+752
|\
| * thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on errorViresh Kumar2021-02-171-1/+1
| * thermal: qcom: Fix comparison with uninitialized variable channels_availableColin Ian King2021-02-161-7/+7
| * thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov2021-02-153-0/+635