summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * thermal: convert qcom-spmi to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-2/+1
| | | | | * thermal: convert mtk_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-10/+2
| | | | | * thermal: convert hisi_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-3/+2
| | | | | * thermal: of: fix cleanup when building a thermal zoneUlises Brindis2016-05-171-1/+1
| |_|_|_|/ |/| | | |
| | | | * thermal: x86_pkg_temp: Handle the FROZEN hot plug notifier actions.Richard Cochran2016-05-171-1/+1
| | | | * thermal: int340x: processor_thermal: support acpi notificationSrinivas Pandruvada2016-05-081-31/+77
| | | | * thermal/powerclamp: remove cpu whitelistJacob Pan2016-05-081-38/+9
| |_|_|/ |/| | |
| | | * thermal: check validity get_trip_hyst function pointer in bang-bang governorMichele Di Giorgio2016-05-161-1/+7
| |_|/ |/| |
| * | ACPI / Thermal / video: fix max_level incorrect valueAaron Lu2016-05-301-1/+1
| |/
| * Thermal / ACPI / video: add INT3406 thermal driverAaron Lu2016-05-114-25/+282
|/
* thermal: use %d to print S32 parametersLeo Yan2016-04-271-1/+1
* thermal: hisilicon: increase temperature resolutionLeo Yan2016-04-271-2/+2
* thermal: fix Mediatek thermal controller buildJohannes Berg2016-04-201-0/+1
* thermal: consistently use int for trip tempWei Ni2016-04-201-4/+4
* thermal: fix mtk_thermal build dependencyRandy Dunlap2016-04-201-0/+1
* thermal: minor mtk_thermal.c cleanupsRandy Dunlap2016-04-201-2/+1
* thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino2016-04-201-1/+1
* thermal: of: add __init attributeJulia Lawall2016-04-201-2/+2
* Thermal: Ignore invalid trip pointsZhang Rui2016-03-181-1/+12
*-. Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui2016-03-1511-115/+893
|\ \
| | * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2016-03-154-0/+716
| | |\
| | | * thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerLaxman Dewangan2016-03-091-0/+81
| | | * thermal: mtk: allow compile testing on UMEduardo Valentin2016-03-081-0/+1
| | | * thermal: small style cleanup in mtk_thermalEduardo Valentin2016-02-181-27/+29
| | | * thermal: Add Mediatek thermal controller supportSascha Hauer2016-02-183-0/+632
| |_|/ |/| |
| | * thermal: exynos: Defer probe if vtmu is present but not registeredJavier Martinez Canillas2016-03-081-0/+2
| | * thermal: exynos: Use devm_regulator_get_optional() for vtmuJavier Martinez Canillas2016-03-081-1/+1
| | * thermal: exynos: Print a message about exceeded number of supported trip-pointsKrzysztof Kozlowski2016-03-081-0/+15
| | * thermal: tegra_soctherm: fix sign bit of temperatureWei Ni2016-03-081-1/+1
| | * thermal: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski2016-03-082-0/+9
| | * thermal: ti-soc-thermal: clean up the error handling a bitDan Carpenter2016-03-081-6/+4
| | * thermal: rcar: Use ARCH_RENESASSimon Horman2016-03-081-1/+1
| | * thermal: rcar_thermal: don't open code of_device_get_match_data()Wolfram Sang2016-03-081-2/+1
| | * thermal: db8500_cpufreq_cooling: Compile with COMPILE_TESTLuis de Bethencourt2016-03-081-1/+1
| | * thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399Caesar Wang2016-02-291-74/+102
| | * thermal: rockchip: the rename compatibles for rockchip SoCsCaesar Wang2016-02-291-22/+28
| | * thermal: rockchip: fix calculation error for code_to_tempElaine Zhang2016-02-291-1/+1
| | * thermal: rockchip: fix a impossible condition caused by the warningCaesar Wang2016-02-291-6/+5
| |/ |/|
| * thermal: intel_pch_thermal: Enable Skylake PCH thermalSrinivas Pandruvada2016-03-151-0/+6
|/
* thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino2016-02-111-6/+8
* thermal: allow u8500-thermal driver to be a moduleArnd Bergmann2016-02-091-2/+2
* thermal: allow spear-thermal driver to be a moduleArnd Bergmann2016-02-091-1/+1
* thermal: spear: use __maybe_unused for PM functionsArnd Bergmann2016-02-091-4/+2
* thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto2016-02-091-5/+40
* thermal: of: use for_each_available_child_of_node for child iteratorLaxman Dewangan2016-02-091-15/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-01-247-39/+297
|\
| *-. Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Zhang Rui2016-01-235-38/+286
| |\ \
| | | * thermal: trip_point_temp_store() calls thermal_zone_device_update()Kuninori Morimoto2016-01-061-1/+5
| | | * thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto2016-01-061-1/+11
| | | * thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto2016-01-061-4/+5