aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-31thermal: stm32: fix spelling mistake "preprare" -> "prepare"Colin Ian King1-1/+1
2020-01-31Documentation: cpu-idle-cooling: fix a SEVERE docs build failureRandy Dunlap1-0/+5
2020-01-27thermal: stm32: Fix low threshold interrupt floodPascal Paillet1-1/+2
2020-01-27thermal: stm32: Improve temperature computingPascal Paillet1-44/+14
2020-01-27thermal: stm32: Handle multiple trip pointsPascal Paillet1-212/+86
2020-01-27thermal: stm32: Disable interrupts at probePascal Paillet1-5/+14
2020-01-27thermal: stm32: Rework sensor mode managementPascal Paillet1-6/+4
2020-01-27thermal: stm32: Fix icifr register namePascal Paillet1-5/+5
2020-01-27thermal: of: Make thermal_zone_of_sensor_register return -ENODEV if a sensor OF node is missingPeter Mamonov1-1/+1
2020-01-27thermal: rcar_gen3_thermal: Remove temperature boundNiklas Söderlund1-3/+1
2020-01-27thermal: rcar_thermal: Remove temperature boundNiklas Söderlund1-6/+1
2020-01-27thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform supportGayatri Kammela1-0/+8
2020-01-27thermal: intel: Fix unmatched pci_release_regionChuhong Yuan1-1/+1
2020-01-27thermal: int340x: processor_thermal: Add Jasper Lake supportSwaminathan, Nivedita1-0/+4
2020-01-27dt-bindings: brcm,avs-ro-thermal: Fix binding check issuesStefan Wahren1-3/+6
2020-01-27thermal: brcmstb_thermal: Register different ops per processFlorian Fainelli1-3/+12
2020-01-27thermal: brcmstb_thermal: Restructure interrupt registrationFlorian Fainelli1-10/+9
2020-01-27thermal: brcmstb_thermal: Add 16nm process thermal parametersFlorian Fainelli1-0/+6
2020-01-27dt-bindings: thermal: Define BCM7216 thermal sensor compatibleFlorian Fainelli1-2/+6
2020-01-27thermal: brcmstb_thermal: Prepare to support a different processFlorian Fainelli1-14/+33
2020-01-27thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli1-22/+9
2020-01-27thermal: rcar_thermal: Use usleep_range() instead of udelay()Geert Uytterhoeven1-1/+1
2020-01-27ARM: configs: Build BCM2711 thermal as moduleStefan Wahren2-0/+2
2020-01-27ARM: dts: bcm2711: Enable thermalStefan Wahren1-0/+12
2020-01-27thermal: Add BCM2711 thermal driverStefan Wahren3-0/+131
2020-01-27dt-bindings: Add Broadcom AVS RO thermalStefan Wahren1-0/+45
2020-01-27thermal: sun8i: Add hwmon supportYangtao Li1-0/+6
2020-01-27thermal: sun8i: Remove unused variable and unneeded macrosYangtao Li1-6/+0
2020-01-27thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource_initYangtao Li1-1/+1
2020-01-27thermal: sun8i: Fix r40 ths numberYangtao Li1-1/+1
2020-01-27thermal: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski4-7/+7
2020-01-27thermal: generic-adc: silence info message for IIO_TEMP channelsMartin Blumenstingl1-1/+5
2020-01-27thermal: generic-adc: silence "no lookup table" on deferred probeMartin Blumenstingl1-7/+7
2020-01-27dt-bindings: thermal: Add YAML schema for sun8i-thermal driver bindingsYangtao Li1-0/+160
2020-01-27thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Yangtao Li4-0/+662
2020-01-27thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init sectionDaniel Lezcano1-1/+1
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano2-34/+32
2020-01-27thermal/drivers/cpu_cooling: Rename to cpufreq_coolingDaniel Lezcano6-8/+8
2020-01-27thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driverDaniel Lezcano5-0/+261
2020-01-27thermal/drivers/cpu_cooling: Add idle cooling device documentationDaniel Lezcano1-0/+189
2020-01-27thermal: rockchip: Enable hwmonStefan Schaeckeler1-1/+11
2020-01-27thermal: armada: Clear reset in armadaxp_initZak Hays1-0/+3
2020-01-27thermal: armada: Fix register offsets for AXPZak Hays1-1/+1
2020-01-27thermal/drivers/Kconfig: Convert the CPU cooling device to a choiceDaniel Lezcano3-6/+16
2020-01-27thermal: qoriq: Add hwmon supportAndrey Smirnov1-0/+6
2020-01-27thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()Andrey Smirnov2-0/+35
2020-01-27thermal: qoriq: Do not report invalid temperature readingAndrey Smirnov1-1/+18
2020-01-27thermal: qoriq: Enable all sensors before registering themAndrey Smirnov1-19/+12
2020-01-27thermal: qoriq: Convert driver to use regmap APIAndrey Smirnov1-130/+99
2020-01-27thermal: qoriq: Drop unnecessary drvdata cleanupAndrey Smirnov1-2/+0