index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-12
thermal: Add COMPILE_TEST support for i.MX8MM
Anson Huang
1
-1
/
+1
2020-03-12
thermal: qoriq: Fix a compiling issue
Yuantian Tang
1
-0
/
+1
2020-03-12
thermal: Remove COMPILE_TEST for IMX_SC_THERMAL
Anson Huang
1
-1
/
+1
2020-03-12
thermal: imx_thermal: Use __maybe_unused instead of CONFIG_PM_SLEEP
Anson Huang
1
-4
/
+2
2020-03-12
thermal: imx_sc_thermal: Align imx sc thermal msg structs to 4
Anson Huang
1
-3
/
+3
2020-03-12
thermal: ti-soc-thermal: Use GPIO descriptors
Linus Walleij
2
-33
/
+15
2020-03-12
thermal: Rephrase the Kconfig text for thermal
Linus Walleij
1
-6
/
+7
2020-03-12
thermal: imx8mm: Add support for i.MX8MM thermal monitoring unit
Anson Huang
3
-0
/
+142
2020-03-12
thermal: exynos: Silence warning during deferred probe
Marek Szyprowski
1
-1
/
+3
2020-03-12
thermal: imx_sc: add i.MX system controller thermal support
Anson Huang
3
-0
/
+160
2020-03-12
thermal: of-thermal: add API for getting sensor ID from DT
Anson Huang
1
-16
/
+46
2020-03-12
thermal: sprd: Add Spreadtrum thermal driver support
Freeman Liu
3
-0
/
+560
2020-03-12
thermal: rcar_gen3_thermal: Generate interrupt when temperature changes
Niklas Söderlund
1
-12
/
+12
2020-03-12
thermal: rcar_gen3_thermal: Remove unneeded curly brackets
Niklas Söderlund
1
-2
/
+1
2020-03-06
thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency c...
Thara Gopinath
1
-2
/
+17
2020-02-01
Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-01-31
thermal: armada: remove unused TO_MCELSIUS macro
Akinobu Mita
1
-2
/
+0
2020-01-31
thermal: intel_pch: switch to use <linux/units.h> helpers
Akinobu Mita
1
-1
/
+2
2020-01-31
thermal: int340x: switch to use <linux/units.h> helpers
Akinobu Mita
1
-3
/
+4
2020-01-31
thermal: stm32: fix spelling mistake "preprare" -> "prepare"
Colin Ian King
1
-1
/
+1
2020-01-29
Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
36
-578
/
+1556
2020-01-27
thermal: stm32: Fix low threshold interrupt flood
Pascal Paillet
1
-1
/
+2
2020-01-27
thermal: stm32: Improve temperature computing
Pascal Paillet
1
-44
/
+14
2020-01-27
thermal: stm32: Handle multiple trip points
Pascal Paillet
1
-212
/
+86
2020-01-27
thermal: stm32: Disable interrupts at probe
Pascal Paillet
1
-5
/
+14
2020-01-27
thermal: stm32: Rework sensor mode management
Pascal Paillet
1
-6
/
+4
2020-01-27
thermal: stm32: Fix icifr register name
Pascal Paillet
1
-5
/
+5
2020-01-27
thermal: of: Make thermal_zone_of_sensor_register return -ENODEV if a sensor ...
Peter Mamonov
1
-1
/
+1
2020-01-27
thermal: rcar_gen3_thermal: Remove temperature bound
Niklas Söderlund
1
-3
/
+1
2020-01-27
thermal: rcar_thermal: Remove temperature bound
Niklas Söderlund
1
-6
/
+1
2020-01-27
thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform support
Gayatri Kammela
1
-0
/
+8
2020-01-27
thermal: intel: Fix unmatched pci_release_region
Chuhong Yuan
1
-1
/
+1
2020-01-27
thermal: int340x: processor_thermal: Add Jasper Lake support
Swaminathan, Nivedita
1
-0
/
+4
2020-01-27
thermal: brcmstb_thermal: Register different ops per process
Florian Fainelli
1
-3
/
+12
2020-01-27
thermal: brcmstb_thermal: Restructure interrupt registration
Florian Fainelli
1
-10
/
+9
2020-01-27
thermal: brcmstb_thermal: Add 16nm process thermal parameters
Florian Fainelli
1
-0
/
+6
2020-01-27
thermal: brcmstb_thermal: Prepare to support a different process
Florian Fainelli
1
-14
/
+33
2020-01-27
thermal: brcmstb_thermal: Do not use DT coefficients
Florian Fainelli
1
-22
/
+9
2020-01-27
thermal: rcar_thermal: Use usleep_range() instead of udelay()
Geert Uytterhoeven
1
-1
/
+1
2020-01-27
thermal: Add BCM2711 thermal driver
Stefan Wahren
3
-0
/
+131
2020-01-27
thermal: sun8i: Add hwmon support
Yangtao Li
1
-0
/
+6
2020-01-27
thermal: sun8i: Remove unused variable and unneeded macros
Yangtao Li
1
-6
/
+0
2020-01-27
thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource...
Yangtao Li
1
-1
/
+1
2020-01-27
thermal: sun8i: Fix r40 ths number
Yangtao Li
1
-1
/
+1
2020-01-27
Merge branches 'acpi-battery', 'acpi-video', 'acpi-fan' and 'acpi-drivers'
Rafael J. Wysocki
2
-0
/
+2
2020-01-27
thermal: exynos: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
2
-3
/
+3
2020-01-27
thermal: generic-adc: silence info message for IIO_TEMP channels
Martin Blumenstingl
1
-1
/
+5
2020-01-27
thermal: generic-adc: silence "no lookup table" on deferred probe
Martin Blumenstingl
1
-7
/
+7
2020-01-27
thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40
Yangtao Li
3
-0
/
+654
2020-01-27
thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init section
Daniel Lezcano
1
-1
/
+1
[prev]
[next]