summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * thermal: ti-soc-thermal: Use non-inverted define for omap4Tony Lindgren2021-02-152-4/+4
| * thermal: ti-soc-thermal: Simplify polling with iopollTony Lindgren2021-02-151-16/+14
| * thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Tony Lindgren2021-02-153-4/+14
| * thermal: ti-soc-thermal: Skip pointless register access for dra7Tony Lindgren2021-02-151-14/+15
| * thermal/drivers/zx: Remove zx driverArnd Bergmann2021-02-033-265/+0
| * thermal/drivers/tango: Remove tango driverArnd Bergmann2021-02-033-136/+0
| * thermal: power allocator: fail binding for non-power actor devicesLukasz Luba2021-01-191-1/+34
| * thermal/core: Make cooling device state change privateDaniel Lezcano2021-01-192-1/+2
| * thermal: intel: pch: Fix unexpected shutdown at critical temperatureKai-Heng Feng2021-01-191-0/+6
| * thermal: int340x: Fix unexpected shutdown at critical temperatureKai-Heng Feng2021-01-191-0/+6
| * thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano2021-01-191-7/+1
| * thermal/core: Remove ms based delay fieldsDaniel Lezcano2021-01-194-8/+8
| * thermal/core: Use precomputed jiffies for the pollingDaniel Lezcano2021-01-191-10/+5
| * thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano2021-01-193-0/+11
| * thermal/core: Remove THERMAL_TRIPS_NONE testDaniel Lezcano2021-01-191-1/+1
| * thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroDaniel Lezcano2021-01-191-4/+1
| * thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano2021-01-192-41/+0
| * thermal/core: Remove the 'forced_passive' optionDaniel Lezcano2021-01-192-91/+3
| * thermal/core: Remove notify opsDaniel Lezcano2021-01-071-3/+0
* | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-14/+55
|\ \
| * | thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsViresh Kumar2021-01-141-14/+55
| |/