| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2013-07-11 | 24 | -48/+4981 |
|\ |
|
| * | thermal: ti-soc-thermal: use standard GPIO DT bindings | Eduardo Valentin | 2013-07-08 | 1 | -6/+2 |
| * | Merge branch 'cpu-package-thermal' of .git into next | Zhang Rui | 2013-06-18 | 1 | -2/+1 |
| |\ |
|
| | * | thermal: fix x86_pkg_temp_thermal.c build and Kconfig | Randy Dunlap | 2013-06-18 | 1 | -2/+1 |
| * | | Merge branch 'cpu-package-thermal' of .git into next | Zhang Rui | 2013-06-18 | 3 | -0/+656 |
| |\| |
|
| | * | Thermal: CPU Package temperature thermal | Srinivas Pandruvada | 2013-06-18 | 3 | -1/+655 |
| | | | |
| | \ | |
| *-. \ | Merge branches 'for-rc' and 'ti-soc' of .git into next | Zhang Rui | 2013-06-13 | 10 | -25/+831 |
| |\ \ \ |
|
| | | * | | thermal: ti-soc-thermal: add dra752 chip to device table | Eduardo Valentin | 2013-06-13 | 2 | -0/+11 |
| | | * | | thermal: ti-soc-thermal: add thermal data for DRA752 chips | Eduardo Valentin | 2013-06-13 | 5 | -0/+775 |
| | | * | | thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULL | Eduardo Valentin | 2013-06-13 | 2 | -11/+14 |
| | | * | | thermal: ti-soc-thermal: freeze FSM while computing trend | Eduardo Valentin | 2013-06-13 | 1 | -3/+9 |
| | | * | | thermal: ti-soc-thermal: remove external heat while extrapolating hotspot | Eduardo Valentin | 2013-06-13 | 1 | -10/+20 |
| | * | | | thermal: consider emul_temperature while computing trend | Eduardo Valentin | 2013-06-13 | 1 | -1/+2 |
| | * | | | thermal: cpu_cooling: fix 'descend' check in get_property() | Shawn Guo | 2013-05-28 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int... | Zhang Rui | 2013-05-28 | 19 | -58/+3511 |
| |\ \ \ \ \
| | | | | |/
| | | | |/| |
|
| | | | * | | thermal: introduce TI SoC thermal driver | Eduardo Valentin | 2013-05-28 | 13 | -1/+3503 |
| | | | |/ |
|
| | | * | | Thermal: don't check resource with devm_ioremap_resource | Zhang Rui | 2013-05-28 | 2 | -20/+3 |
| | | * | | Thermal: spear_thermal: convert to devm_ioremap_resource | Zhang Rui | 2013-05-20 | 1 | -10/+10 |
| | | * | | drivers/thermal: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-20 | 4 | -26/+3 |
| | | |/ |
|
| | * | | Thermal: spear: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-06 | 1 | -1/+0 |
| | * | | Thermal: rcar: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-06 | 1 | -2/+0 |
| | * | | Thermal: kirkwood: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-06 | 1 | -1/+0 |
| | * | | Thermal: exynos: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-06 | 1 | -3/+0 |
| | * | | Thermal: dove_thermal: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-06 | 1 | -1/+0 |
| | * | | Thermal: armada_thermal: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-06 | 1 | -1/+0 |
| | |/ |
|
| * | | Thermal: spear: Remove redundant use of of_match_ptr | Sachin Kamat | 2013-05-28 | 1 | -1/+1 |
| * | | Thermal: kirkwood: Remove redundant use of of_match_ptr | Sachin Kamat | 2013-05-28 | 1 | -1/+1 |
| * | | Thermal: dove: Remove redundant use of of_match_ptr | Sachin Kamat | 2013-05-28 | 1 | -1/+1 |
| * | | Thermal: armada: Remove redundant use of of_match_ptr | Sachin Kamat | 2013-05-28 | 1 | -1/+1 |
| * | | Thermal: core: Ask .get_trip_temp() to register thermal zone device. | Jonghwa Lee | 2013-05-28 | 1 | -1/+1 |
| * | | thermal: cut the spaces when user sets policy | Andy Shevchenko | 2013-05-28 | 1 | -1/+5 |
| * | | thermal: rcar: Fix typo in probe information message | Laurent Pinchart | 2013-05-28 | 1 | -1/+1 |
| |/ |
|
* | | thermal: exynos: Support both EXYNOS4X12 SoCs | Tomasz Figa | 2013-06-19 | 1 | -1/+2 |
* | | drivers/thermal: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-18 | 3 | -19/+0 |
|/ |
|
* | Merge branch 'cpu_cooling-doc-comments-update' of .git into next | Zhang Rui | 2013-04-27 | 1 | -21/+29 |
|\ |
|
| * | thermal: cpu_cooling: alignment improvements | Eduardo Valentin | 2013-04-27 | 1 | -10/+9 |
| * | thermal: cpu_cooling: remove checkpatch.pl warning | Eduardo Valentin | 2013-04-27 | 1 | -1/+1 |
| * | thermal: cpu_cooling: remove trailing blank line | Eduardo Valentin | 2013-04-27 | 1 | -1/+0 |
| * | thermal: cpu_cooling: align on open parenthesis | Eduardo Valentin | 2013-04-27 | 1 | -1/+2 |
| * | thermal: cpu_cooling: standardize comment style | Eduardo Valentin | 2013-04-27 | 1 | -6/+4 |
| * | thermal: cpu_cooling: standardize end of function | Eduardo Valentin | 2013-04-27 | 1 | -0/+12 |
| * | thermal: cpu_cooling: remove trailing white spaces | Eduardo Valentin | 2013-04-27 | 1 | -2/+1 |
* | | thermal: db8500_cpufreq_cooling: remove usage of IS_ERR_OR_NULL() | Eduardo Valentin | 2013-04-27 | 1 | -1/+1 |
* | | thermal: thermal_core: remove usage of IS_ERR_OR_NULL | Eduardo Valentin | 2013-04-27 | 1 | -1/+1 |
* | | Merge branch 'cpu_cooling-doc-comments-update' of .git into next | Zhang Rui | 2013-04-25 | 2 | -25/+87 |
|\| |
|
| * | thermal: cpu_cooling: remove unused symbols | Eduardo Valentin | 2013-04-25 | 1 | -5/+1 |
| * | thermal: cpu_cooling: remove not needed curl brackets | Eduardo Valentin | 2013-04-25 | 1 | -2/+2 |
| * | thermal: cpu_cooling: use snprintf instead of sprintf | Eduardo Valentin | 2013-04-25 | 1 | -1/+2 |
| * | thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregister | Eduardo Valentin | 2013-04-25 | 1 | -0/+2 |
| * | thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register | Eduardo Valentin | 2013-04-25 | 1 | -0/+7 |