aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Thermal: Ignore invalid trip pointsZhang Rui1-1/+12
2016-03-15Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui11-115/+893
2016-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-socZhang Rui4-0/+716
2016-03-15thermal: intel_pch_thermal: Enable Skylake PCH thermalSrinivas Pandruvada1-0/+6
2016-03-09thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerLaxman Dewangan1-0/+81
2016-03-08thermal: exynos: Defer probe if vtmu is present but not registeredJavier Martinez Canillas1-0/+2
2016-03-08thermal: exynos: Use devm_regulator_get_optional() for vtmuJavier Martinez Canillas1-1/+1
2016-03-08thermal: exynos: Print a message about exceeded number of supported trip-pointsKrzysztof Kozlowski1-0/+15
2016-03-08thermal: mtk: allow compile testing on UMEduardo Valentin1-0/+1
2016-03-08thermal: tegra_soctherm: fix sign bit of temperatureWei Ni1-1/+1
2016-03-08thermal: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski2-0/+9
2016-03-08thermal: ti-soc-thermal: clean up the error handling a bitDan Carpenter1-6/+4
2016-03-08thermal: rcar: Use ARCH_RENESASSimon Horman1-1/+1
2016-03-08thermal: rcar_thermal: don't open code of_device_get_match_data()Wolfram Sang1-2/+1
2016-03-08thermal: db8500_cpufreq_cooling: Compile with COMPILE_TESTLuis de Bethencourt1-1/+1
2016-02-29thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399Caesar Wang1-74/+102
2016-02-29thermal: rockchip: the rename compatibles for rockchip SoCsCaesar Wang1-22/+28
2016-02-29thermal: rockchip: fix calculation error for code_to_tempElaine Zhang1-1/+1
2016-02-29thermal: rockchip: fix a impossible condition caused by the warningCaesar Wang1-6/+5
2016-02-18thermal: small style cleanup in mtk_thermalEduardo Valentin1-27/+29
2016-02-18thermal: Add Mediatek thermal controller supportSascha Hauer3-0/+632
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino1-6/+8
2016-02-09thermal: allow u8500-thermal driver to be a moduleArnd Bergmann1-2/+2
2016-02-09thermal: allow spear-thermal driver to be a moduleArnd Bergmann1-1/+1
2016-02-09thermal: spear: use __maybe_unused for PM functionsArnd Bergmann1-4/+2
2016-02-09thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto1-5/+40
2016-02-09thermal: of: use for_each_available_child_of_node for child iteratorLaxman Dewangan1-15/+3
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds7-39/+297
2016-01-23Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into nextZhang Rui5-38/+286
2016-01-06thermal: trip_point_temp_store() calls thermal_zone_device_update()Kuninori Morimoto1-1/+5
2016-01-06thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto1-1/+11
2016-01-06thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto1-4/+5
2016-01-06thermal: rcar: check every rcar_thermal_update_temp() return valueKuninori Morimoto1-10/+12
2016-01-06thermal: rcar: move rcar_thermal_dt_ids to upsideKuninori Morimoto1-6/+6
2016-01-06thermal: rockchip: Support the RK3399 SoCs in thermal driverCaesar Wang1-0/+66
2016-01-06thermal: rockchip: Support the RK3228 SoCs in thermal driverCaesar Wang1-0/+81
2016-01-06thermal: rockchip: fix a trivial typoCaesar Wang1-12/+13
2015-12-29Thermal: Enable Broxton SoC thermal reporting deviceAmy Wiles1-0/+10
2015-12-29thermal: constify pch_dev_ops structureJulia Lawall1-1/+1
2015-12-29Thermal: do thermal zone update after a cooling device registeredChen Yu1-1/+13
2015-12-29Thermal: handle thermal zone device properly during system sleepZhang Rui1-0/+42
2015-12-29Thermal: initialize thermal zone device correctlyZhang Rui3-4/+33
2015-12-09x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko2-53/+51
2015-11-23imx: thermal: use CPU temperature grade info for thresholdsTim Harvey1-15/+41
2015-11-23Revert "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