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
2020-01-29thermal: mediatek: fix register index errorMichael Kao1-2/+4
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-06-22drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria1-1/+2
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-1/+1
2019-04-20thermal/int340x_thermal: fix mode settingMatthew Garrett1-4/+3
2019-04-20thermal/int340x_thermal: Add additional UUIDsMatthew Garrett1-0/+14
2019-03-05drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill1-13/+15
2019-03-05thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2019-02-12thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2019-02-12thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson1-4/+8
2019-02-12Thermal: do not clear passive state during system sleepWei Wang1-4/+8
2018-10-04thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang1-2/+5
2018-08-03thermal: exynos: fix setting rising_threshold for Exynos5433Bartlomiej Zolnierkiewicz1-0/+1
2018-05-16thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski1-2/+7
2018-05-16thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski1-1/+4
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: fix INTEL_SOC_DTS_IOSF_CORE dependenciesArnd Bergmann1-2/+2
2017-12-25thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano1-2/+8
2017-12-25thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano1-13/+28
2017-12-25thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano1-9/+9
2017-12-25thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano1-2/+3
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-07-28thermal: max77620: fix device-node reference imbalanceJohan Hovold1-2/+8
2017-01-09thermal: hwmon: Properly report critical temperature in sysfsKrzysztof Kozlowski1-1/+1
2016-11-21thermal/powerclamp: add back module device tableJacob Pan1-1/+8
2016-10-20thermal/powerclamp: correct cpu support checkEric Ernst1-12/+2
2016-10-20thermal: intel_pch_thermal: Enable Haswell PCHSrinivas Pandruvada1-0/+9
2016-10-20thermal: intel_pch_thermal: Add an ACPI passive tripSrinivas Pandruvada1-0/+51
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds43-195/+3410
2016-09-27thermal: int3403: Process trip change notificationSrinivas Pandruvada1-0/+6
2016-09-27thermal: int340x: New Interface to read trip and notifySrinivas Pandruvada5-27/+48
2016-09-27thermal: user_space gov: Add additional information in ueventSrinivas Pandruvada1-2/+13
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada16-25/+38
2016-09-27Merge branches 'thermal-soc', 'thermal-core', 'thermal-intel' and 'thermal-te...Zhang Rui9-16/+1202
2016-09-27thermal: tegra: add hw-throttle for Tegra132Wei Ni2-30/+221
2016-09-27thermal: tegra: add hw-throttle functionWei Ni5-15/+700
2016-09-27thermal: mtk_thermal: Check return value of devm_thermal_zone_of_sensor_registerAxel Lin1-2/+9
2016-09-27thermal: Add Mediatek thermal driver for mt2701.dawei.chien@mediatek.com1-63/+152
2016-09-27thermal: max77620: Add thermal driver for reporting junction tempLaxman Dewangan3-0/+176
2016-09-27thermal: tango: add resume supportMarc Gonzalez1-2/+17
2016-09-27devfreq_cooling: no need to check state with negative numberShawn Lin1-1/+1
2016-09-27thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_...Bui Duc Phuc1-1/+2
2016-09-27Thermal: of thermal: typo fixZhang Rui1-1/+1
2016-09-27thermal: imx: depend on imx SoC archPeter Robinson1-1/+1