aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Thermal / ACPI / video: add INT3406 thermal driverGravatar Aaron Lu 4-25/+282
2016-04-27thermal: use %d to print S32 parametersGravatar Leo Yan 1-1/+1
2016-04-27thermal: hisilicon: increase temperature resolutionGravatar Leo Yan 1-2/+2
2016-04-20thermal: fix Mediatek thermal controller buildGravatar Johannes Berg 1-0/+1
2016-04-20thermal: consistently use int for trip tempGravatar Wei Ni 1-4/+4
2016-04-20thermal: fix mtk_thermal build dependencyGravatar Randy Dunlap 1-0/+1
2016-04-20thermal: minor mtk_thermal.c cleanupsGravatar Randy Dunlap 1-2/+1
2016-04-20thermal: power_allocator: req_range multiplication should be a 64 bit typeGravatar Javi Merino 1-1/+1
2016-04-20thermal: of: add __init attributeGravatar Julia Lawall 1-2/+2
2016-03-18Thermal: Ignore invalid trip pointsGravatar Zhang Rui 1-1/+12
2016-03-15Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextGravatar Zhang Rui 11-115/+893
2016-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 4-0/+716
2016-03-15thermal: intel_pch_thermal: Enable Skylake PCH thermalGravatar Srinivas Pandruvada 1-0/+6
2016-03-09thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerGravatar Laxman Dewangan 1-0/+81
2016-03-08thermal: exynos: Defer probe if vtmu is present but not registeredGravatar Javier Martinez Canillas 1-0/+2
2016-03-08thermal: exynos: Use devm_regulator_get_optional() for vtmuGravatar Javier Martinez Canillas 1-1/+1
2016-03-08thermal: exynos: Print a message about exceeded number of supported trip-pointsGravatar Krzysztof Kozlowski 1-0/+15
2016-03-08thermal: mtk: allow compile testing on UMGravatar Eduardo Valentin 1-0/+1
2016-03-08thermal: tegra_soctherm: fix sign bit of temperatureGravatar Wei Ni 1-1/+1
2016-03-08thermal: Fix build error of missing devm_ioremap_resource on UMGravatar Krzysztof Kozlowski 2-0/+9
2016-03-08thermal: ti-soc-thermal: clean up the error handling a bitGravatar Dan Carpenter 1-6/+4
2016-03-08thermal: rcar: Use ARCH_RENESASGravatar Simon Horman 1-1/+1
2016-03-08thermal: rcar_thermal: don't open code of_device_get_match_data()Gravatar Wolfram Sang 1-2/+1
2016-03-08thermal: db8500_cpufreq_cooling: Compile with COMPILE_TESTGravatar Luis de Bethencourt 1-1/+1
2016-02-29thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399Gravatar Caesar Wang 1-74/+102
2016-02-29thermal: rockchip: the rename compatibles for rockchip SoCsGravatar Caesar Wang 1-22/+28
2016-02-29thermal: rockchip: fix calculation error for code_to_tempGravatar Elaine Zhang 1-1/+1
2016-02-29thermal: rockchip: fix a impossible condition caused by the warningGravatar Caesar Wang 1-6/+5
2016-02-18thermal: small style cleanup in mtk_thermalGravatar Eduardo Valentin 1-27/+29
2016-02-18thermal: Add Mediatek thermal controller supportGravatar Sascha Hauer 3-0/+632
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleGravatar Javi Merino 1-6/+8
2016-02-09thermal: allow u8500-thermal driver to be a moduleGravatar Arnd Bergmann 1-2/+2
2016-02-09thermal: allow spear-thermal driver to be a moduleGravatar Arnd Bergmann 1-1/+1
2016-02-09thermal: spear: use __maybe_unused for PM functionsGravatar Arnd Bergmann 1-4/+2
2016-02-09thermal: rcar: enable to use thermal-zone on DTGravatar Kuninori Morimoto 1-5/+40
2016-02-09thermal: of: use for_each_available_child_of_node for child iteratorGravatar Laxman Dewangan 1-15/+3
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 7-39/+297
2016-01-23Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Gravatar Zhang Rui 5-38/+286
2016-01-06thermal: trip_point_temp_store() calls thermal_zone_device_update()Gravatar Kuninori Morimoto 1-1/+5
2016-01-06thermal: rcar: rcar_thermal_get_temp() return error if strange tempGravatar Kuninori Morimoto 1-1/+11
2016-01-06thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Gravatar Kuninori Morimoto 1-4/+5
2016-01-06thermal: rcar: check every rcar_thermal_update_temp() return valueGravatar Kuninori Morimoto 1-10/+12
2016-01-06thermal: rcar: move rcar_thermal_dt_ids to upsideGravatar Kuninori Morimoto 1-6/+6
2016-01-06thermal: rockchip: Support the RK3399 SoCs in thermal driverGravatar Caesar Wang 1-0/+66
2016-01-06thermal: rockchip: Support the RK3228 SoCs in thermal driverGravatar Caesar Wang 1-0/+81
2016-01-06thermal: rockchip: fix a trivial typoGravatar Caesar Wang 1-12/+13
2015-12-29Thermal: Enable Broxton SoC thermal reporting deviceGravatar Amy Wiles 1-0/+10
2015-12-29thermal: constify pch_dev_ops structureGravatar Julia Lawall 1-1/+1
2015-12-29Thermal: do thermal zone update after a cooling device registeredGravatar Chen Yu 1-1/+13
2015-12-29Thermal: handle thermal zone device properly during system sleepGravatar Zhang Rui 1-0/+42