summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-01-29thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke1-1/+1
2019-12-21thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-11-28thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2019-10-17thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel1-1/+1
2019-04-27thermal/int340x_thermal: fix mode settingMatthew Garrett1-4/+3
2019-04-27thermal/int340x_thermal: Add additional UUIDsMatthew Garrett1-0/+14
2019-03-23thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2019-02-20thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2018-11-10thermal: allow u8500-thermal driver to be a moduleArnd Bergmann1-2/+2
2018-11-10thermal: allow spear-thermal driver to be a moduleArnd Bergmann1-1/+1
2018-10-10thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang1-2/+5
2018-08-06thermal: exynos: fix setting rising_threshold for Exynos5433Bartlomiej Zolnierkiewicz1-0/+1
2018-04-24thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo1-3/+3
2018-04-13thermal: power_allocator: fix one race condition issue for thermal_instances ...Yi Zeng1-0/+2
2018-02-25thermal: spear: use __maybe_unused for PM functionsArnd Bergmann1-4/+2
2018-02-25thermal: fix INTEL_SOC_DTS_IOSF_CORE dependenciesArnd Bergmann1-2/+2
2017-12-25thermal: hisilicon: Handle return value of clk_prepare_enableArvind Yadav1-1/+4
2017-12-20thermal/drivers/step_wise: Fix temperature regulation misbehaviorDaniel Lezcano1-5/+6
2017-07-28thermal: cpu_cooling: Avoid accessing potentially freed structuresViresh Kumar1-1/+3
2017-01-09thermal: hwmon: Properly report critical temperature in sysfsKrzysztof Kozlowski1-1/+1
2016-07-27thermal: cpu_cooling: fix improper order during initializationLukasz Luba1-8/+8
2016-05-05thermal: rockchip: fix a impossible condition caused by the warningCaesar Wang1-6/+5
2016-04-12Thermal: Ignore invalid trip pointsZhang Rui1-1/+12
2016-03-10thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino1-6/+8
2016-03-04Thermal: do thermal zone update after a cooling device registeredChen Yu1-1/+13
2016-03-04Thermal: handle thermal zone device properly during system sleepZhang Rui1-0/+42
2016-03-04Thermal: initialize thermal zone device correctlyZhang Rui3-4/+33
2015-11-24imx: thermal: use CPU temperature grade info for thresholdsTim Harvey1-15/+41
2015-11-24Revert "thermal: qcom_spmi: allow compile test"Arnd Bergmann1-1/+1
2015-11-16thermal: rcar_thermal: remove redundant operationKuninori Morimoto1-28/+21
2015-11-16thermal: of-thermal: Reduce log level for message when can't fine thermal zoneJiada Wang1-1/+1
2015-11-12thermal: power_allocator: Use temperature reading from tzKapileshwar Singh1-17/+7
2015-11-12thermal: rockchip: Support the RK3368 SoCs in thermal driverCaesar Wang1-0/+72
2015-11-12thermal: rockchip: consistently use int for temperaturesCaesar Wang1-8/+8
2015-11-12thermal: rockchip: Add the sort mode for adc value increment or decrementCaesar Wang1-15/+53
2015-11-12thermal: rockchip: improve the conversion functionCaesar Wang1-27/+55
2015-11-12thermal: rockchip: trivial: fix typo in commitCaesar Wang1-9/+13
2015-11-12thermal: rockchip: better to compatible the driver for different SoCsCaesar Wang1-38/+48
2015-11-12thermal: rockchip: fix compile errorCaesar Wang1-0/+1
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds13-68/+887
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-11-06Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui12-63/+884
2015-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui3-38/+54
2015-11-04thermal: exynos: Directly return 0 instead of using local ret variableKrzysztof Kozlowski1-2/+3
2015-11-04thermal: exynos: Remove unneeded semicolonKrzysztof Kozlowski1-2/+2
2015-11-04thermal: exynos: Use IS_ERR() because regulator cannot be NULLKrzysztof Kozlowski1-1/+1
2015-11-04thermal: exynos: Fix first temperature read after registering sensorKrzysztof Kozlowski1-10/+17
2015-11-04thermal: exynos: Fix unbalanced regulator disable on probe failureKrzysztof Kozlowski1-17/+17
2015-11-04devfreq_cooling: return on allocation failureDan Carpenter1-1/+1
2015-11-03thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2rCaesar Wang1-0/+4