index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal: stm32: Rework sensor mode management
Pascal Paillet
2020-01-27
1
-6
/
+4
*
thermal: stm32: Fix icifr register name
Pascal Paillet
2020-01-27
1
-5
/
+5
*
thermal: of: Make thermal_zone_of_sensor_register return -ENODEV if a sensor ...
Peter Mamonov
2020-01-27
1
-1
/
+1
*
thermal: rcar_gen3_thermal: Remove temperature bound
Niklas Söderlund
2020-01-27
1
-3
/
+1
*
thermal: rcar_thermal: Remove temperature bound
Niklas Söderlund
2020-01-27
1
-6
/
+1
*
thermal: intel: intel_pch_thermal: Add Comet Lake (CML) platform support
Gayatri Kammela
2020-01-27
1
-0
/
+8
*
thermal: intel: Fix unmatched pci_release_region
Chuhong Yuan
2020-01-27
1
-1
/
+1
*
thermal: int340x: processor_thermal: Add Jasper Lake support
Swaminathan, Nivedita
2020-01-27
1
-0
/
+4
*
thermal: brcmstb_thermal: Register different ops per process
Florian Fainelli
2020-01-27
1
-3
/
+12
*
thermal: brcmstb_thermal: Restructure interrupt registration
Florian Fainelli
2020-01-27
1
-10
/
+9
*
thermal: brcmstb_thermal: Add 16nm process thermal parameters
Florian Fainelli
2020-01-27
1
-0
/
+6
*
thermal: brcmstb_thermal: Prepare to support a different process
Florian Fainelli
2020-01-27
1
-14
/
+33
*
thermal: brcmstb_thermal: Do not use DT coefficients
Florian Fainelli
2020-01-27
1
-22
/
+9
*
thermal: rcar_thermal: Use usleep_range() instead of udelay()
Geert Uytterhoeven
2020-01-27
1
-1
/
+1
*
thermal: Add BCM2711 thermal driver
Stefan Wahren
2020-01-27
3
-0
/
+131
*
thermal: sun8i: Add hwmon support
Yangtao Li
2020-01-27
1
-0
/
+6
*
thermal: sun8i: Remove unused variable and unneeded macros
Yangtao Li
2020-01-27
1
-6
/
+0
*
thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource...
Yangtao Li
2020-01-27
1
-1
/
+1
*
thermal: sun8i: Fix r40 ths number
Yangtao Li
2020-01-27
1
-1
/
+1
*
thermal: exynos: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
2020-01-27
2
-3
/
+3
*
thermal: generic-adc: silence info message for IIO_TEMP channels
Martin Blumenstingl
2020-01-27
1
-1
/
+5
*
thermal: generic-adc: silence "no lookup table" on deferred probe
Martin Blumenstingl
2020-01-27
1
-7
/
+7
*
thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40
Yangtao Li
2020-01-27
3
-0
/
+654
*
thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init section
Daniel Lezcano
2020-01-27
1
-1
/
+1
*
thermal/drivers/of-thermal: Make of_thermal_destroy_zones static
Daniel Lezcano
2020-01-27
2
-34
/
+32
*
thermal/drivers/cpu_cooling: Rename to cpufreq_cooling
Daniel Lezcano
2020-01-27
3
-5
/
+5
*
thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
Daniel Lezcano
2020-01-27
3
-0
/
+240
*
thermal: rockchip: Enable hwmon
Stefan Schaeckeler
2020-01-27
1
-1
/
+11
*
thermal: armada: Clear reset in armadaxp_init
Zak Hays
2020-01-27
1
-0
/
+3
*
thermal: armada: Fix register offsets for AXP
Zak Hays
2020-01-27
1
-1
/
+1
*
thermal/drivers/Kconfig: Convert the CPU cooling device to a choice
Daniel Lezcano
2020-01-27
2
-3
/
+13
*
thermal: qoriq: Add hwmon support
Andrey Smirnov
2020-01-27
1
-0
/
+6
*
thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()
Andrey Smirnov
2020-01-27
2
-0
/
+35
*
thermal: qoriq: Do not report invalid temperature reading
Andrey Smirnov
2020-01-27
1
-1
/
+18
*
thermal: qoriq: Enable all sensors before registering them
Andrey Smirnov
2020-01-27
1
-19
/
+12
*
thermal: qoriq: Convert driver to use regmap API
Andrey Smirnov
2020-01-27
1
-130
/
+99
*
thermal: qoriq: Drop unnecessary drvdata cleanup
Andrey Smirnov
2020-01-27
1
-2
/
+0
*
thermal: qoriq: Pass data to qoriq_tmu_calibration() directly
Andrey Smirnov
2020-01-27
1
-10
/
+9
*
thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly
Andrey Smirnov
2020-01-27
1
-4
/
+4
*
thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data
Andrey Smirnov
2020-01-27
1
-15
/
+8
*
thermal: qoriq: Add local struct qoriq_sensor pointer
Andrey Smirnov
2020-01-27
1
-5
/
+9
*
thermal: qoriq: Don't store struct thermal_zone_device reference
Andrey Smirnov
2020-01-27
1
-6
/
+11
*
thermal: qoriq: Add local struct device pointer
Andrey Smirnov
2020-01-27
1
-5
/
+6
*
thermal: zx2967: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-0
/
+1
*
thermal: amlogic: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-1
/
+5
*
thermal: tegra: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-2
/
+13
*
thermal: samsung: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-1
/
+4
*
thermal: rockchip: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-6
/
+16
*
thermal: mediatek: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-6
/
+6
*
thermal: max77620: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-1
/
+1
[next]