index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2018-06-06
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
1
-3
/
+3
2018-06-05
thermal: bcm2835: Stop using printk format %pCr
Geert Uytterhoeven
1
-2
/
+2
2018-05-11
Merge branch 'thermal-soc' into next
Zhang Rui
1
-3
/
+11
2018-04-27
thermal: exynos: Propagate error value from tmu_read()
Marek Szyprowski
1
-2
/
+7
2018-04-27
thermal: exynos: Reading temperature makes sense only when TMU is turned on
Marek Szyprowski
1
-1
/
+4
2018-04-24
thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
Hans de Goede
1
-2
/
+1
2018-04-13
Merge branches 'thermal-core' and 'thermal-soc' into next
Zhang Rui
1
-3
/
+3
2018-04-02
thermal: Add cooling device's statistics in sysfs
Viresh Kumar
5
-2
/
+248
2018-03-14
thermal: imx: Fix race condition in imx_thermal_probe()
Mikhail Lappo
1
-3
/
+3
2018-02-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
11
-198
/
+286
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+8
2018-01-15
Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next
Zhang Rui
8
-180
/
+281
2018-01-15
thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()
Fabio Estevam
1
-17
/
+3
2018-01-13
thermal/x86 pkg temp: Remove debugfs_create_u32() casts
Geert Uytterhoeven
1
-2
/
+2
2018-01-13
thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
Alexey Khoroshilov
1
-3
/
+7
2018-01-09
treewide: Use DEVICE_ATTR_WO
Joe Perches
1
-1
/
+1
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
1
-3
/
+3
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
1
-5
/
+4
2018-01-02
thermal/drivers/hisi: Remove bogus const from function return type
Geert Uytterhoeven
1
-1
/
+1
2018-01-01
thermal: armada: Give meaningful names to the thermal zones
Miquel Raynal
1
-2
/
+2
2018-01-01
thermal: armada: Wait sensors validity before exiting the init callback
Miquel Raynal
1
-3
/
+20
2018-01-01
thermal: armada: Change sensors trim default value
Miquel Raynal
1
-0
/
+13
2018-01-01
thermal: armada: Update Kconfig and module description
Miquel Raynal
2
-4
/
+4
2018-01-01
thermal: armada: Add support for Armada CP110
Baruch Siach
1
-7
/
+26
2018-01-01
thermal: armada: Add support for Armada AP806
Baruch Siach
1
-16
/
+58
2018-01-01
thermal: armada: Use real status register name
Miquel Raynal
1
-8
/
+8
2018-01-01
thermal: armada: Clarify control registers accesses
Miquel Raynal
1
-22
/
+54
2018-01-01
thermal: armada: Simplify the check of the validity bit
Miquel Raynal
1
-8
/
+6
2018-01-01
thermal: armada: Use msleep for long delays
Baruch Siach
1
-4
/
+4
2018-01-01
thermal: mtk: Cleanup unused defines
Matthias Brugger
1
-8
/
+1
2018-01-01
thermal: imx: update to new formula according to NXP AN5215
Uwe Kleine-König
1
-15
/
+11
2018-01-01
thermal: imx: use consistent style to write temperatures
Uwe Kleine-König
1
-6
/
+6
2018-01-01
thermal: imx: improve comments describing algorithm for temp calculation
Uwe Kleine-König
1
-23
/
+19
2018-01-01
thermal: imx: Use better parameter names than "val"
Uwe Kleine-König
1
-5
/
+5
2018-01-01
thermal: tegra: remove forward declarations
Nicolin Chen
1
-56
/
+47
2017-12-27
thermal: int3400_thermal: Ignore Unknown Notification Codes
Brian Bian
1
-1
/
+1
2017-12-27
thermal: power_allocator: fix one race condition issue for thermal_instances ...
Yi Zeng
1
-0
/
+2
2017-12-27
drivers: thermal: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-12-07
cpu_cooling: Drop static-power related stuff
Viresh Kumar
1
-94
/
+12
2017-12-07
cpu_cooling: Keep only one of_cpufreq*cooling_register() helper
Viresh Kumar
1
-26
/
+2
2017-12-07
cpu_cooling: Remove unused cpufreq_power_cooling_register()
Viresh Kumar
1
-30
/
+0
2017-12-07
cpu_cooling: Make of_cpufreq_power_cooling_register() parse DT
Viresh Kumar
1
-18
/
+31
2017-11-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
19
-320
/
+1006
2017-11-16
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-2
/
+273
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
5
-0
/
+5
2017-11-02
Merge branches 'thermal-core', 'thermal-tool', 'thermal-intel' and 'thermal-s...
Zhang Rui
19
-320
/
+1006
2017-11-02
Merge branch 'imx-nvmem' into thermal-soc
Zhang Rui
2
-30
/
+75
2017-11-02
thermal: pch: Add Cannon Lake support
Srinivas Pandruvada
1
-0
/
+11
[next]