summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* imx: thermal: use CPU temperature grade info for thresholdsTim Harvey2015-11-241-15/+41
* Revert "thermal: qcom_spmi: allow compile test"Arnd Bergmann2015-11-241-1/+1
* thermal: rcar_thermal: remove redundant operationKuninori Morimoto2015-11-161-28/+21Star
* thermal: of-thermal: Reduce log level for message when can't fine thermal zoneJiada Wang2015-11-161-1/+1
* thermal: power_allocator: Use temperature reading from tzKapileshwar Singh2015-11-121-17/+7Star
* thermal: rockchip: Support the RK3368 SoCs in thermal driverCaesar Wang2015-11-121-0/+72
* thermal: rockchip: consistently use int for temperaturesCaesar Wang2015-11-121-8/+8
* thermal: rockchip: Add the sort mode for adc value increment or decrementCaesar Wang2015-11-121-15/+53
* thermal: rockchip: improve the conversion functionCaesar Wang2015-11-121-27/+55
* thermal: rockchip: trivial: fix typo in commitCaesar Wang2015-11-121-9/+13
* thermal: rockchip: better to compatible the driver for different SoCsCaesar Wang2015-11-121-38/+48
* thermal: rockchip: fix compile errorCaesar Wang2015-11-121-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-1113-68/+887
|\
| *-. Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui2015-11-0612-63/+884
| |\ \
| | | * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-11-063-38/+54
| | | |\
| | | | * thermal: exynos: Directly return 0 instead of using local ret variableKrzysztof Kozlowski2015-11-041-2/+3
| | | | * thermal: exynos: Remove unneeded semicolonKrzysztof Kozlowski2015-11-041-2/+2
| | | | * thermal: exynos: Use IS_ERR() because regulator cannot be NULLKrzysztof Kozlowski2015-11-041-1/+1
| | | | * thermal: exynos: Fix first temperature read after registering sensorKrzysztof Kozlowski2015-11-041-10/+17
| | | | * thermal: exynos: Fix unbalanced regulator disable on probe failureKrzysztof Kozlowski2015-11-041-17/+17
| | | | * devfreq_cooling: return on allocation failureDan Carpenter2015-11-041-1/+1
| | | | * thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2rCaesar Wang2015-11-031-0/+4
| | | | * thermal: devfreq_cooling: Make power a u64Javi Merino2015-11-021-1/+1
| | | | * thermal: devfreq_cooling: use a thermal_cooling_device for register and unreg...Javi Merino2015-11-021-6/+10
| | | * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-11-0311-33/+835
| | | |\|
| | | | * thermal: underflow bug in imx_set_trip_temp()Dan Carpenter2015-10-301-1/+1
| | | | * thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaNadav Haklai2015-10-301-3/+3
| | | | * thermal: imx: register irq handler later in probeBai Ping2015-10-301-8/+11
| | | | * thermal: rockhip: fix setting thermal shutdown polarityDmitry Torokhov2015-10-301-6/+4Star
| | | | * thermal: rockchip: fix handling of invalid readingsDmitry Torokhov2015-10-301-15/+13Star
| | | | * devfreq_cooling: add trace informationJavi Merino2015-10-301-0/+6
| | | | * thermal: Add devfreq coolingØrjan Eide2015-10-303-0/+580
| | | | * thermal: ti-soc-thermal: add OMAP36xx supportEduardo Valentin2015-09-293-0/+79
| | | | * ti-soc-thermal: implement omap3 supportPavel Machek2015-09-295-0/+138
| | * | | thermal: kconfig: select THERMAL_WRITABLE_TRIPS for x86 thermalSrinivas Pandruvada2015-10-101-0/+3
| | |/ /
| * / / thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar2015-10-101-5/+3Star
| |/ /
* | | remove abs64()Andrew Morton2015-11-101-1/+1
* | | Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2015-10-211-1/+1
|\ \ \ | |/ / |/| |
| * | thermal: exynos: Fix register read in TMUSudip Mukherjee2015-10-171-1/+1
* | | thermal: avoid division by zero in power allocatorAndrea Arcangeli2015-10-021-0/+10
| |/ |/|
* | thermal: power_allocator: exit early if there are no cooling devicesJavi Merino2015-09-201-0/+5
* | thermal: power_allocator: don't require tzp to be present for the thermal zoneJavi Merino2015-09-141-5/+27
* | thermal: power_allocator: relax the requirement of two passive trip pointsJavi Merino2015-09-141-44/+57
* | thermal: power_allocator: relax the requirement of a sustainable_power in tzpJavi Merino2015-09-141-25/+100
* | thermal: Add a function to get the minimum powerJavi Merino2015-09-141-0/+28
* | thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino2015-09-141-5/+16
* | thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-141-24/+23Star
* | thermal: db8500_cpufreq_cooling: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-141-0/+1
* | thermal: ti-soc: Kconfig fix to avoid menu showing wronglyEduardo Valentin2015-09-142-2/+1Star
* | thermal: ti-soc: allow compile testEduardo Valentin2015-09-141-4/+4