aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20thermal/drivers/intel: Introduce tcc cooling driverZhang Rui3-0/+141
2021-04-20thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_probe()Ruiqi Gong1-1/+0
2021-04-20thermal/drivers/thermal_mmio: Remove redundant dev_err call in thermal_mmio_probe()Ruiqi Gong1-4/+1
2021-04-20thermal/drivers/qcom/tsens-v0_1: Add support for MDM9607Konrad Dybcio3-2/+101
2021-04-15thermal/drivers/tsens: Fix missing put_device errorGuangqing Zhu1-2/+4
2021-04-15thermal/drivers/qcom-spmi-temp-alarm: Add support for GEN2 rev 1 PMIC peripheralsDavid Collins1-30/+61
2021-04-15thermal/drivers/cpufreq_cooling: Fix slab OOB issuebrian-sy yang1-1/+1
2021-04-15thermal/drivers/hisi: Use the correct HiSilicon copyrightHao Fang1-3/+3
2021-04-15thermal/drivers/cpuidle_cooling: Fix use after errorDaniel Lezcano1-3/+5
2021-04-15thermal/drivers/devfreq_cooling: Fix wrong return on error pathDaniel Lezcano1-1/+1
2021-04-15thermal/core: Fix memory leak in the error pathDaniel Lezcano1-0/+1
2021-03-17thermal/drivers/qcom/tsens_v1: Enable sensor 3 on MSM8976Konrad Dybcio1-2/+2
2021-03-17thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi1-0/+3
2021-03-16thermal/core/power_allocator: Using round the division when re-divvying up powerjeson.gao1-3/+5
2021-03-15thermal/drivers/cpufreq_cooling: Remove unused listDaniel Lezcano1-13/+0
2021-03-15thermal/drivers/cpuidle_cooling: Use device name instead of auto-numberingDaniel Lezcano1-17/+16
2021-03-15thermal/drivers/devfreq_cooling: Use device name instead of auto-numberingDaniel Lezcano1-17/+8
2021-03-15thermal/drivers/cpufreq_cooling: Use device name instead of auto-numberingDaniel Lezcano1-22/+12
2021-03-15thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano1-16/+22
2021-03-10thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params()Jia-Ju Bai1-2/+5
2021-03-10thermal:ti-soc-thermal: Remove duplicate include in ti-bandgapZhang Yunkai1-1/+0
2021-03-10thermal: rcar_gen3_thermal: Add support for up to five TSC nodesNiklas Söderlund1-1/+2
2021-03-10thermal: Fix couple of spellos in the file sun8i_thermal.cBhaskar Chowdhury1-2/+2
2021-03-10thermal: Fix a typo in the file soctherm.cBhaskar Chowdhury1-1/+1
2021-03-10thermal: amlogic: Omit superfluous error message in amlogic_thermal_probe()Tang Bin1-3/+1
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds23-598/+752
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+55
2021-02-17thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on errorViresh Kumar1-1/+1
2021-02-16thermal: qcom: Fix comparison with uninitialized variable channels_availableColin Ian King1-7/+7
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov3-0/+635
2021-02-15thermal: ti-soc-thermal: Use non-inverted define for omap4Tony Lindgren2-4/+4
2021-02-15thermal: ti-soc-thermal: Simplify polling with iopollTony Lindgren1-16/+14
2021-02-15thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Tony Lindgren3-4/+14
2021-02-15thermal: ti-soc-thermal: Skip pointless register access for dra7Tony Lindgren1-14/+15
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov5-1/+741
2021-02-03thermal/drivers/zx: Remove zx driverArnd Bergmann3-265/+0
2021-02-03thermal/drivers/tango: Remove tango driverArnd Bergmann3-136/+0
2021-01-19thermal: power allocator: fail binding for non-power actor devicesLukasz Luba1-1/+34
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano2-1/+2
2021-01-19thermal: intel: pch: Fix unexpected shutdown at critical temperatureKai-Heng Feng1-0/+6
2021-01-19thermal: int340x: Fix unexpected shutdown at critical temperatureKai-Heng Feng1-0/+6
2021-01-19thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano1-7/+1
2021-01-19thermal/core: Remove ms based delay fieldsDaniel Lezcano4-8/+8
2021-01-19thermal/core: Use precomputed jiffies for the pollingDaniel Lezcano1-10/+5
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano3-0/+11
2021-01-19thermal/core: Remove THERMAL_TRIPS_NONE testDaniel Lezcano1-1/+1
2021-01-19thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroDaniel Lezcano1-4/+1
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano2-41/+0
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano2-91/+3
2021-01-14thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsViresh Kumar1-14/+55