index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
thermal: ti-soc-thermal: remove external heat while extrapolating hotspot
Eduardo Valentin
1
-10
/
+20
2013-05-28
thermal: cpu_cooling: fix 'descend' check in get_property()
Shawn Guo
1
-1
/
+1
2013-05-28
Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into next
Zhang Rui
19
-58
/
+3511
2013-05-28
Thermal: spear: Remove redundant use of of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-05-28
Thermal: kirkwood: Remove redundant use of of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-05-28
Thermal: dove: Remove redundant use of of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-05-28
Thermal: armada: Remove redundant use of of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-05-28
thermal: introduce TI SoC thermal driver
Eduardo Valentin
13
-1
/
+3503
2013-05-28
Thermal: don't check resource with devm_ioremap_resource
Zhang Rui
2
-20
/
+3
2013-05-28
Thermal: core: Ask .get_trip_temp() to register thermal zone device.
Jonghwa Lee
1
-1
/
+1
2013-05-28
thermal: cut the spaces when user sets policy
Andy Shevchenko
1
-1
/
+5
2013-05-28
thermal: rcar: Fix typo in probe information message
Laurent Pinchart
1
-1
/
+1
2013-05-20
Thermal: spear_thermal: convert to devm_ioremap_resource
Zhang Rui
1
-10
/
+10
2013-05-20
drivers/thermal: don't check resource with devm_ioremap_resource
Wolfram Sang
4
-26
/
+3
2013-05-18
drivers/thermal: don't check resource with devm_ioremap_resource
Wolfram Sang
3
-19
/
+0
2013-05-06
Thermal: spear: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-05-06
Thermal: rcar: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-05-06
Thermal: kirkwood: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-05-06
Thermal: exynos: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-3
/
+0
2013-05-06
Thermal: dove_thermal: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-05-06
Thermal: armada_thermal: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-1
/
+0
2013-04-27
Merge branch 'cpu_cooling-doc-comments-update' of .git into next
Zhang Rui
1
-21
/
+29
2013-04-27
thermal: db8500_cpufreq_cooling: remove usage of IS_ERR_OR_NULL()
Eduardo Valentin
1
-1
/
+1
2013-04-27
thermal: thermal_core: remove usage of IS_ERR_OR_NULL
Eduardo Valentin
1
-1
/
+1
2013-04-27
thermal: cpu_cooling: alignment improvements
Eduardo Valentin
1
-10
/
+9
2013-04-27
thermal: cpu_cooling: remove checkpatch.pl warning
Eduardo Valentin
1
-1
/
+1
2013-04-27
thermal: cpu_cooling: remove trailing blank line
Eduardo Valentin
1
-1
/
+0
2013-04-27
thermal: cpu_cooling: align on open parenthesis
Eduardo Valentin
1
-1
/
+2
2013-04-27
thermal: cpu_cooling: standardize comment style
Eduardo Valentin
1
-6
/
+4
2013-04-27
thermal: cpu_cooling: standardize end of function
Eduardo Valentin
1
-0
/
+12
2013-04-27
thermal: cpu_cooling: remove trailing white spaces
Eduardo Valentin
1
-2
/
+1
2013-04-25
Merge branch 'cpu_cooling-doc-comments-update' of .git into next
Zhang Rui
2
-25
/
+87
2013-04-25
Merge branch 'thermal_core-doc-comments-update' of .git into next
Zhang Rui
1
-23
/
+57
2013-04-25
thermal: update kernel-doc for thermal_zone_device_register
Eduardo Valentin
1
-1
/
+8
2013-04-25
thermal: update kernel-doc for create_trip_attrs
Eduardo Valentin
1
-1
/
+6
2013-04-25
thermal: update kernel-doc for thermal_cooling_device_register
Eduardo Valentin
1
-1
/
+8
2013-04-25
thermal: update kernel-doc for thermal_zone_unbind_cooling_device
Eduardo Valentin
1
-3
/
+8
2013-04-25
thermal: update kernel-doc for thermal_zone_bind_cooling_device
Eduardo Valentin
1
-3
/
+13
2013-04-25
thermal: use EXPORT_SYMBOL_GPL
Eduardo Valentin
1
-9
/
+9
2013-04-25
thermal: rename notify_thermal_framework to thermal_notify_framework
Eduardo Valentin
1
-3
/
+3
2013-04-25
thermal: update driver license
Eduardo Valentin
1
-1
/
+1
2013-04-25
thermal: use strlcpy instead of strcpy
Eduardo Valentin
1
-2
/
+2
2013-04-25
thermal: cpu_cooling: remove unused symbols
Eduardo Valentin
1
-5
/
+1
2013-04-25
thermal: cpu_cooling: remove not needed curl brackets
Eduardo Valentin
1
-2
/
+2
2013-04-25
thermal: cpu_cooling: use snprintf instead of sprintf
Eduardo Valentin
1
-1
/
+2
2013-04-25
thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregister
Eduardo Valentin
1
-0
/
+2
2013-04-25
thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register
Eduardo Valentin
1
-0
/
+7
2013-04-25
thermal: cpu_cooling: update documentation for cpufreq_set_cur_state
Eduardo Valentin
1
-0
/
+5
2013-04-25
thermal: cpu_cooling: update documentation for cpufreq_get_cur_state
Eduardo Valentin
1
-0
/
+5
2013-04-25
thermal: cpu_cooling: update documentation for cpufreq_get_max_state
Eduardo Valentin
1
-0
/
+5
[prev]
[next]