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
2016-02-11
thermal: cpu_cooling: fix out of bounds access in time_in_idle
Javi Merino
1
-6
/
+8
2016-02-09
thermal: allow u8500-thermal driver to be a module
Arnd Bergmann
1
-2
/
+2
2016-02-09
thermal: allow spear-thermal driver to be a module
Arnd Bergmann
1
-1
/
+1
2016-02-09
thermal: spear: use __maybe_unused for PM functions
Arnd Bergmann
1
-4
/
+2
2016-02-09
thermal: rcar: enable to use thermal-zone on DT
Kuninori Morimoto
1
-5
/
+40
2016-02-09
thermal: of: use for_each_available_child_of_node for child iterator
Laxman Dewangan
1
-15
/
+3
2016-01-24
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
7
-39
/
+297
2016-01-23
Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...
Zhang Rui
5
-38
/
+286
2016-01-06
thermal: trip_point_temp_store() calls thermal_zone_device_update()
Kuninori Morimoto
1
-1
/
+5
2016-01-06
thermal: rcar: rcar_thermal_get_temp() return error if strange temp
Kuninori Morimoto
1
-1
/
+11
2016-01-06
thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()
Kuninori Morimoto
1
-4
/
+5
2016-01-06
thermal: rcar: check every rcar_thermal_update_temp() return value
Kuninori Morimoto
1
-10
/
+12
2016-01-06
thermal: rcar: move rcar_thermal_dt_ids to upside
Kuninori Morimoto
1
-6
/
+6
2016-01-06
thermal: rockchip: Support the RK3399 SoCs in thermal driver
Caesar Wang
1
-0
/
+66
2016-01-06
thermal: rockchip: Support the RK3228 SoCs in thermal driver
Caesar Wang
1
-0
/
+81
2016-01-06
thermal: rockchip: fix a trivial typo
Caesar Wang
1
-12
/
+13
2015-12-29
Thermal: Enable Broxton SoC thermal reporting device
Amy Wiles
1
-0
/
+10
2015-12-29
thermal: constify pch_dev_ops structure
Julia Lawall
1
-1
/
+1
2015-12-29
Thermal: do thermal zone update after a cooling device registered
Chen Yu
1
-1
/
+13
2015-12-29
Thermal: handle thermal zone device properly during system sleep
Zhang Rui
1
-0
/
+42
2015-12-29
Thermal: initialize thermal zone device correctly
Zhang Rui
3
-4
/
+33
2015-12-09
x86/platform/iosf_mbi: Remove duplicate definitions
Andy Shevchenko
2
-53
/
+51
2015-11-23
imx: thermal: use CPU temperature grade info for thresholds
Tim Harvey
1
-15
/
+41
2015-11-23
Revert "thermal: qcom_spmi: allow compile test"
Arnd Bergmann
1
-1
/
+1
2015-11-16
thermal: rcar_thermal: remove redundant operation
Kuninori Morimoto
1
-28
/
+21
2015-11-16
thermal: of-thermal: Reduce log level for message when can't fine thermal zone
Jiada Wang
1
-1
/
+1
2015-11-12
thermal: power_allocator: Use temperature reading from tz
Kapileshwar Singh
1
-17
/
+7
2015-11-12
thermal: rockchip: Support the RK3368 SoCs in thermal driver
Caesar Wang
1
-0
/
+72
2015-11-12
thermal: rockchip: consistently use int for temperatures
Caesar Wang
1
-8
/
+8
2015-11-12
thermal: rockchip: Add the sort mode for adc value increment or decrement
Caesar Wang
1
-15
/
+53
2015-11-12
thermal: rockchip: improve the conversion function
Caesar Wang
1
-27
/
+55
2015-11-12
thermal: rockchip: trivial: fix typo in commit
Caesar Wang
1
-9
/
+13
2015-11-12
thermal: rockchip: better to compatible the driver for different SoCs
Caesar Wang
1
-38
/
+48
2015-11-11
thermal: rockchip: fix compile error
Caesar Wang
1
-0
/
+1
2015-11-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
13
-68
/
+887
2015-11-09
remove abs64()
Andrew Morton
1
-1
/
+1
2015-11-06
Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next
Zhang Rui
12
-63
/
+884
2015-11-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
3
-38
/
+54
2015-11-04
thermal: exynos: Directly return 0 instead of using local ret variable
Krzysztof Kozlowski
1
-2
/
+3
2015-11-04
thermal: exynos: Remove unneeded semicolon
Krzysztof Kozlowski
1
-2
/
+2
2015-11-04
thermal: exynos: Use IS_ERR() because regulator cannot be NULL
Krzysztof Kozlowski
1
-1
/
+1
2015-11-04
thermal: exynos: Fix first temperature read after registering sensor
Krzysztof Kozlowski
1
-10
/
+17
2015-11-04
thermal: exynos: Fix unbalanced regulator disable on probe failure
Krzysztof Kozlowski
1
-17
/
+17
2015-11-04
devfreq_cooling: return on allocation failure
Dan Carpenter
1
-1
/
+1
2015-11-03
thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r
Caesar Wang
1
-0
/
+4
2015-11-03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
11
-33
/
+835
2015-11-02
thermal: devfreq_cooling: Make power a u64
Javi Merino
1
-1
/
+1
2015-11-02
thermal: devfreq_cooling: use a thermal_cooling_device for register and unreg...
Javi Merino
1
-6
/
+10
2015-10-30
thermal: underflow bug in imx_set_trip_temp()
Dan Carpenter
1
-1
/
+1
2015-10-30
thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formula
Nadav Haklai
1
-3
/
+3
[next]