summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorLines
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino-6/+8
2016-02-09thermal: allow u8500-thermal driver to be a moduleArnd Bergmann-2/+2
2016-02-09thermal: allow spear-thermal driver to be a moduleArnd Bergmann-1/+1
2016-02-09thermal: spear: use __maybe_unused for PM functionsArnd Bergmann-4/+2
2016-02-09thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto-5/+40
2016-02-09thermal: of: use for_each_available_child_of_node for child iteratorLaxman Dewangan-15/+3
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-39/+297
2016-01-23Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Zhang Rui-38/+286
2016-01-06thermal: trip_point_temp_store() calls thermal_zone_device_update()Kuninori Morimoto-1/+5
2016-01-06thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto-1/+11
2016-01-06thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto-4/+5
2016-01-06thermal: rcar: check every rcar_thermal_update_temp() return valueKuninori Morimoto-10/+12
2016-01-06thermal: rcar: move rcar_thermal_dt_ids to upsideKuninori Morimoto-6/+6
2016-01-06thermal: rockchip: Support the RK3399 SoCs in thermal driverCaesar Wang-0/+66
2016-01-06thermal: rockchip: Support the RK3228 SoCs in thermal driverCaesar Wang-0/+81
2016-01-06thermal: rockchip: fix a trivial typoCaesar Wang-12/+13
2015-12-29Thermal: Enable Broxton SoC thermal reporting deviceAmy Wiles-0/+10
2015-12-29thermal: constify pch_dev_ops structureJulia Lawall-1/+1
2015-12-29Thermal: do thermal zone update after a cooling device registeredChen Yu-1/+13
2015-12-29Thermal: handle thermal zone device properly during system sleepZhang Rui-0/+42
2015-12-29Thermal: initialize thermal zone device correctlyZhang Rui-4/+33
2015-12-09x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko-53/+51
2015-11-23imx: thermal: use CPU temperature grade info for thresholdsTim Harvey-15/+41
2015-11-23Revert "thermal: qcom_spmi: allow compile test"Arnd Bergmann-1/+1
2015-11-16thermal: rcar_thermal: remove redundant operationKuninori Morimoto-28/+21
2015-11-16thermal: of-thermal: Reduce log level for message when can't fine thermal zoneJiada Wang-1/+1
2015-11-12thermal: power_allocator: Use temperature reading from tzKapileshwar Singh-17/+7
2015-11-12thermal: rockchip: Support the RK3368 SoCs in thermal driverCaesar Wang-0/+72
2015-11-12thermal: rockchip: consistently use int for temperaturesCaesar Wang-8/+8
2015-11-12thermal: rockchip: Add the sort mode for adc value increment or decrementCaesar Wang-15/+53
2015-11-12thermal: rockchip: improve the conversion functionCaesar Wang-27/+55
2015-11-12thermal: rockchip: trivial: fix typo in commitCaesar Wang-9/+13
2015-11-12thermal: rockchip: better to compatible the driver for different SoCsCaesar Wang-38/+48
2015-11-11thermal: rockchip: fix compile errorCaesar Wang-0/+1
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-68/+887
2015-11-09remove abs64()Andrew Morton-1/+1
2015-11-06Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui-63/+884
2015-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui-38/+54
2015-11-04thermal: exynos: Directly return 0 instead of using local ret variableKrzysztof Kozlowski-2/+3
2015-11-04thermal: exynos: Remove unneeded semicolonKrzysztof Kozlowski-2/+2
2015-11-04thermal: exynos: Use IS_ERR() because regulator cannot be NULLKrzysztof Kozlowski-1/+1
2015-11-04thermal: exynos: Fix first temperature read after registering sensorKrzysztof Kozlowski-10/+17
2015-11-04thermal: exynos: Fix unbalanced regulator disable on probe failureKrzysztof Kozlowski-17/+17
2015-11-04devfreq_cooling: return on allocation failureDan Carpenter-1/+1
2015-11-03thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2rCaesar Wang-0/+4
2015-11-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui-33/+835
2015-11-02thermal: devfreq_cooling: Make power a u64Javi Merino-1/+1
2015-11-02thermal: devfreq_cooling: use a thermal_cooling_device for register and unreg...Javi Merino-6/+10
2015-10-30thermal: underflow bug in imx_set_trip_temp()Dan Carpenter-1/+1
2015-10-30thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaNadav Haklai-3/+3