aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-17thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-1/+1
2016-05-17thermal: convert qcom-spmi to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-2/+1
2016-05-17thermal: convert mtk_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-10/+2
2016-05-17thermal: convert hisi_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-3/+2
2016-05-17thermal: of: fix cleanup when building a thermal zoneUlises Brindis1-1/+1
2016-05-17thermal: x86_pkg_temp: Handle the FROZEN hot plug notifier actions.Richard Cochran1-1/+1
2016-05-16thermal: check validity get_trip_hyst function pointer in bang-bang governorMichele Di Giorgio1-1/+7
2016-05-11Thermal / ACPI / video: add INT3406 thermal driverAaron Lu4-25/+282
2016-05-08thermal: int340x: processor_thermal: support acpi notificationSrinivas Pandruvada1-31/+77
2016-05-08thermal/powerclamp: remove cpu whitelistJacob Pan1-38/+9
2016-04-27thermal: use %d to print S32 parametersLeo Yan1-1/+1
2016-04-27thermal: hisilicon: increase temperature resolutionLeo Yan1-2/+2
2016-04-20thermal: fix Mediatek thermal controller buildJohannes Berg1-0/+1
2016-04-20thermal: consistently use int for trip tempWei Ni1-4/+4
2016-04-20thermal: fix mtk_thermal build dependencyRandy Dunlap1-0/+1
2016-04-20thermal: minor mtk_thermal.c cleanupsRandy Dunlap1-2/+1
2016-04-20thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino1-1/+1
2016-04-20thermal: of: add __init attributeJulia Lawall1-2/+2
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