aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2021-04-20thermal/drivers/intel: Introduce tcc cooling driverGravatar Zhang Rui 3-0/+141
2021-04-20thermal/drivers/bcm2835: Remove redundant dev_err call in bcm2835_thermal_pro...Gravatar Ruiqi Gong 1-1/+0
2021-04-20thermal/drivers/thermal_mmio: Remove redundant dev_err call in thermal_mmio_p...Gravatar Ruiqi Gong 1-4/+1
2021-04-20thermal/drivers/qcom/tsens-v0_1: Add support for MDM9607Gravatar Konrad Dybcio 3-2/+101
2021-04-15thermal/drivers/tsens: Fix missing put_device errorGravatar Guangqing Zhu 1-2/+4
2021-04-15thermal/drivers/qcom-spmi-temp-alarm: Add support for GEN2 rev 1 PMIC periphe...Gravatar David Collins 1-30/+61
2021-04-15thermal/drivers/cpufreq_cooling: Fix slab OOB issueGravatar brian-sy yang 1-1/+1
2021-04-15thermal/drivers/hisi: Use the correct HiSilicon copyrightGravatar Hao Fang 1-3/+3
2021-04-15thermal/drivers/cpuidle_cooling: Fix use after errorGravatar Daniel Lezcano 1-3/+5
2021-04-15thermal/drivers/devfreq_cooling: Fix wrong return on error pathGravatar Daniel Lezcano 1-1/+1
2021-04-15thermal/core: Fix memory leak in the error pathGravatar Daniel Lezcano 1-0/+1
2021-03-17thermal/drivers/qcom/tsens_v1: Enable sensor 3 on MSM8976Gravatar Konrad Dybcio 1-2/+2
2021-03-17thermal/core: Add NULL pointer check before using cooling device statsGravatar Manaf Meethalavalappu Pallikunhi 1-0/+3
2021-03-16thermal/core/power_allocator: Using round the division when re-divvying up powerGravatar jeson.gao 1-3/+5
2021-03-15thermal/drivers/cpufreq_cooling: Remove unused listGravatar Daniel Lezcano 1-13/+0
2021-03-15thermal/drivers/cpuidle_cooling: Use device name instead of auto-numberingGravatar Daniel Lezcano 1-17/+16
2021-03-15thermal/drivers/devfreq_cooling: Use device name instead of auto-numberingGravatar Daniel Lezcano 1-17/+8
2021-03-15thermal/drivers/cpufreq_cooling: Use device name instead of auto-numberingGravatar Daniel Lezcano 1-22/+12
2021-03-15thermal/drivers/core: Use a char pointer for the cooling device nameGravatar Daniel Lezcano 1-16/+22
2021-03-10thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params()Gravatar Jia-Ju Bai 1-2/+5
2021-03-10thermal:ti-soc-thermal: Remove duplicate include in ti-bandgapGravatar Zhang Yunkai 1-1/+0
2021-03-10thermal: rcar_gen3_thermal: Add support for up to five TSC nodesGravatar Niklas Söderlund 1-1/+2
2021-03-10thermal: Fix couple of spellos in the file sun8i_thermal.cGravatar Bhaskar Chowdhury 1-2/+2
2021-03-10thermal: Fix a typo in the file soctherm.cGravatar Bhaskar Chowdhury 1-1/+1
2021-03-10thermal: amlogic: Omit superfluous error message in amlogic_thermal_probe()Gravatar Tang Bin 1-3/+1
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 23-598/+752
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-14/+55
2021-02-17thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on errorGravatar Viresh Kumar 1-1/+1
2021-02-16thermal: qcom: Fix comparison with uninitialized variable channels_availableGravatar Colin Ian King 1-7/+7
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorGravatar Dmitry Baryshkov 3-0/+635
2021-02-15thermal: ti-soc-thermal: Use non-inverted define for omap4Gravatar Tony Lindgren 2-4/+4
2021-02-15thermal: ti-soc-thermal: Simplify polling with iopollGravatar Tony Lindgren 1-16/+14
2021-02-15thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Gravatar Tony Lindgren 3-4/+14
2021-02-15thermal: ti-soc-thermal: Skip pointless register access for dra7Gravatar Tony Lindgren 1-14/+15
2021-02-08thermal: Move therm_throt there from x86/mceGravatar Borislav Petkov 5-1/+741
2021-02-03thermal/drivers/zx: Remove zx driverGravatar Arnd Bergmann 3-265/+0
2021-02-03thermal/drivers/tango: Remove tango driverGravatar Arnd Bergmann 3-136/+0
2021-01-19thermal: power allocator: fail binding for non-power actor devicesGravatar Lukasz Luba 1-1/+34
2021-01-19thermal/core: Make cooling device state change privateGravatar Daniel Lezcano 2-1/+2
2021-01-19thermal: intel: pch: Fix unexpected shutdown at critical temperatureGravatar Kai-Heng Feng 1-0/+6
2021-01-19thermal: int340x: Fix unexpected shutdown at critical temperatureGravatar Kai-Heng Feng 1-0/+6
2021-01-19thermal/core: Remove pointless thermal_zone_device_reset() functionGravatar Daniel Lezcano 1-7/+1
2021-01-19thermal/core: Remove ms based delay fieldsGravatar Daniel Lezcano 4-8/+8
2021-01-19thermal/core: Use precomputed jiffies for the pollingGravatar Daniel Lezcano 1-10/+5
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesGravatar Daniel Lezcano 3-0/+11
2021-01-19thermal/core: Remove THERMAL_TRIPS_NONE testGravatar Daniel Lezcano 1-1/+1
2021-01-19thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroGravatar Daniel Lezcano 1-4/+1
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionGravatar Daniel Lezcano 2-41/+0
2021-01-19thermal/core: Remove the 'forced_passive' optionGravatar Daniel Lezcano 2-91/+3
2021-01-14thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsGravatar Viresh Kumar 1-14/+55