summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: rockchip: disable thermal->clk in err caseShawn Lin2016-05-171-1/+3
* thermal: tegra: add Tegra132 specific SOC_THERM driverWei Ni2016-05-174-0/+207
* thermal: fix ptr_ret.cocci warningskbuild test robot2016-05-171-4/+1
* thermal: generic-adc: Add ADC based thermal sensor driverLaxman Dewangan2016-05-173-0/+193
* thermal: tegra: fix static checker warningWei Ni2016-05-171-4/+1
* thermal: tegra: mark PM functions __maybe_unusedArnd Bergmann2016-05-171-2/+2
* thermal: add temperature sensor support for tango SoCMarc Gonzalez2016-05-173-0/+121
* thermal: hisilicon: fix IRQ imbalance enablingLeo Yan2016-05-171-3/+4
* thermal: hisilicon: support to use any sensorLeo Yan2016-05-171-13/+20
* thermal: tegra: add PM supportWei Ni2016-05-171-0/+46
* thermal: tegra: handle HW initialization in one funcotionWei Ni2016-05-171-41/+44
* thermal: tegra: handle clocks in one functionWei Ni2016-05-171-15/+36
* thermal: tegra: add thermtrip functionWei Ni2016-05-174-5/+216
* thermal: of-thermal: allow setting trip_temp on hardwareWei Ni2016-05-171-0/+8
* thermal: tegra: add a debugfs to show registersWei Ni2016-05-172-3/+145
* thermal: tegra: add Tegra210 specific SOC_THERM driverWei Ni2016-05-175-0/+195
* thermal: tegra: split tegra_soctherm driverWei Ni2016-05-177-566/+754
* thermal: tegra: get rid of PDIV/HOTSPOT hackWei Ni2016-05-171-4/+15
* thermal: tegra: combine sensor group-related dataWei Ni2016-05-171-27/+118
* thermal: tegra: move tegra thermal files into tegra directoryWei Ni2016-05-175-11/+17
* thermal: convert ti-thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-4/+1
* thermal: convert tegra_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-22/+9
* thermal: convert rockchip_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-13/+4
* thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-1/+1
* 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: use %d to print S32 parametersLeo Yan2016-04-281-1/+1
* thermal: hisilicon: increase temperature resolutionLeo Yan2016-04-281-2/+2
* thermal: fix Mediatek thermal controller buildJohannes Berg2016-04-211-0/+1
* thermal: consistently use int for trip tempWei Ni2016-04-211-4/+4
* thermal: fix mtk_thermal build dependencyRandy Dunlap2016-04-211-0/+1
* thermal: minor mtk_thermal.c cleanupsRandy Dunlap2016-04-211-2/+1
* thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino2016-04-211-1/+1
* thermal: of: add __init attributeJulia Lawall2016-04-211-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