aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 1-11/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Gravatar Thomas Gleixner 1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 11-109/+11
2019-06-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 5-22/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 2-19/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 3-39/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 2-20/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 4-21/+4
2019-05-28Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Gravatar Eduardo Valentin 5-22/+0
2019-05-23thermal: rcar_gen3_thermal: Update temperature conversion methodGravatar Yoshihiro Kaneko 1-10/+18
2019-05-23thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMPGravatar Yoshihiro Kaneko 1-16/+17
2019-05-23thermal: rcar_gen3_thermal: Update value of Tj_1Gravatar Yoshihiro Kaneko 1-11/+30
2019-05-23thermal: tegra: Make tegra210_tsensor_thermtrips staticGravatar YueHaibing 1-1/+1
2019-05-23Revert "thermal: rockchip: fix up the tsadc pinctrl setting error"Gravatar Heiko Stuebner 1-33/+3
2019-05-23thermal/x86_pkg_temp_thermal: Cosmetic: Rename internal variables to zones fr...Gravatar Len Brown 1-70/+72
2019-05-23thermal/x86_pkg_temp_thermal: Support multi-die/packageGravatar Zhang Rui 1-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 13-0/+13
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 6-45/+25
2019-05-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 29-490/+2142
2019-05-14thermal: rcar_gen3_thermal: Fix to show correct trip points numberGravatar Jiada Wang 1-4/+4
2019-05-14thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCsGravatar Yoshihiro Kaneko 1-1/+10
2019-05-14thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerGravatar Matthias Kaehlcke 1-1/+1
2019-05-14thermal: rockchip: Support the PX30 SoC in thermal driverGravatar Elaine Zhang 1-0/+38
2019-05-14thermal: rockchip: fix up the tsadc pinctrl setting errorGravatar Elaine Zhang 1-3/+33
2019-05-14thermal: broadcom: Remove ACPI supportGravatar Srinath Mannam 1-8/+0
2019-05-14thermal: Fix build error of missing devm_ioremap_resource on UMGravatar Talel Shenhar 1-0/+1
2019-05-14thermal/drivers/cpu_cooling: Remove pointless fieldGravatar Daniel Lezcano 1-5/+2
2019-05-14thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)Gravatar Daniel Lezcano 1-15/+1
2019-05-14thermal/drivers/cpu_cooling: Fixup the header and copyrightGravatar Daniel Lezcano 1-2/+4
2019-05-14thermal/drivers/cpu_cooling: Remove pointless test in power2state()Gravatar Daniel Lezcano 1-1/+0
2019-05-14thermal: rcar_gen3_thermal: disable interrupt in .removeGravatar Jiada Wang 1-0/+3
2019-05-14thermal: rcar_gen3_thermal: fix interrupt typeGravatar Jiada Wang 1-32/+6
2019-05-14thermal: Introduce devm_thermal_of_cooling_device_registerGravatar Guenter Roeck 1-0/+49
2019-05-14thermal: generic-adc: make lookup table optionalGravatar Jean-Francois Dagenais 1-3/+6
2019-05-14thermal: qoriq: Remove unnecessary DT node is NULL checkGravatar Andrey Smirnov 1-5/+0
2019-05-14thermal: Introduce Amazon's Annapurna Labs Thermal DriverGravatar Talel Shenhar 3-0/+140
2019-05-14thermal: rcar_gen3_thermal: Fix init value of IRQCTL registerGravatar Hoan Nguyen An 1-1/+1
2019-05-14drivers: thermal: tsens: Move calibration constants to header fileGravatar Amit Kucheria 2-5/+5
2019-05-14drivers: thermal: tsens: Add generic support for TSENS v1 IPGravatar Amit Kucheria 4-1/+202
2019-05-14drivers: thermal: tsens: Common get_temp() learns to do ADC conversionGravatar Amit Kucheria 1-4/+9
2019-05-14drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharingGravatar Amit Kucheria 3-36/+37
2019-05-14drivers: thermal: tsens: simplify get_temp_tsens_v2 routineGravatar Amit Kucheria 1-38/+17
2019-05-14drivers: thermal: tsens: Introduce IP-specific max_sensor countGravatar Amit Kucheria 4-2/+6
2019-05-14drivers: thermal: tsens: change data type for sensor IDsGravatar Amit Kucheria 1-2/+2
2019-05-14drivers: thermal: tsens: Add new operation to check if a sensor is enabledGravatar Amit Kucheria 5-0/+22
2019-05-14drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERGravatar Amit Kucheria 1-1/+2