index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
rcar_thermal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal: rcar: remove unnecessary OOM messages
Jingoo Han
2014-05-15
1
-4
/
+1
*
thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync()
Geert Uytterhoeven
2014-05-15
1
-2
/
+2
*
thermal: rcar-thermal: update thermal zone only when temperature changes
Patrick Titiano
2014-04-08
1
-1
/
+6
*
thermal: rcar-thermal: fix same mask applied twice
Patrick Titiano
2014-04-08
1
-1
/
+1
*
thermal: rcar: comment spelling
Geert Uytterhoeven
2014-01-08
1
-1
/
+1
*
-
-
-
.
Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...
Zhang Rui
2013-05-28
1
-7
/
+1
|
\
\
\
|
|
*
|
drivers/thermal: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-20
1
-5
/
+1
|
|
|
/
|
*
/
Thermal: rcar: Remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-06
1
-2
/
+0
|
|
/
*
/
thermal: rcar: Fix typo in probe information message
Laurent Pinchart
2013-05-28
1
-1
/
+1
|
/
*
thermal: rcar: add pm_runtime_xxx() support
Kuninori Morimoto
2013-04-02
1
-0
/
+11
*
thermal: rcar: tidyup registration failure case
Kuninori Morimoto
2013-04-02
1
-7
/
+16
*
thermal: rcar_thermal: propagate return value of thermal_zone_device_register
Devendra Naga
2013-03-11
1
-1
/
+3
*
Thermal: rcar: Convert to devm_ioremap_resource()
Sachin Kamat
2013-03-11
1
-10
/
+6
*
thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()
Wei Yongjun
2013-03-11
1
-4
/
+5
*
thermal: rcar: remove __devinitconst
Arnd Bergmann
2013-02-22
1
-1
/
+1
*
thermal: rcar: add Device Tree support
Kuninori Morimoto
2013-02-08
1
-0
/
+7
*
thermal: rcar: remove machine_power_off() from rcar_thermal_notify()
Kuninori Morimoto
2013-02-06
1
-1
/
+0
*
thermal: rcar: add interrupt support
Kuninori Morimoto
2013-02-06
1
-9
/
+150
*
thermal: rcar: add read/write functions for common/priv data
Kuninori Morimoto
2013-02-06
1
-7
/
+41
*
thermal: rcar: multi channel support
Kuninori Morimoto
2013-02-06
1
-34
/
+94
*
thermal: rcar: use mutex lock instead of spin lock
Kuninori Morimoto
2013-02-06
1
-23
/
+7
*
thermal: rcar: enable CPCTL to use hardware TSC deciding
Kuninori Morimoto
2013-02-06
1
-65
/
+26
*
thermal: rcar: use parenthesis on macro
Kuninori Morimoto
2013-02-06
1
-1
/
+1
*
thermal: rcar: add .get_trip_type/temp and .notify support
kuninori.morimoto.gx@renesas.com
2013-01-04
1
-3
/
+65
*
thermal: rcar: add rcar_zone_to_priv() macro
Kuninori Morimoto
2012-11-26
1
-1
/
+2
*
thermal: rcar: fixup the unit of temperature
Kuninori Morimoto
2012-11-26
1
-1
/
+3
*
thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()
Kuninori Morimoto
2012-11-07
1
-16
/
+2
*
Thermal: Pass zone parameters as argument to tzd_register
Durgadoss R
2012-11-05
1
-1
/
+1
*
thermal: solve compilation errors in rcar_thermal
Devendra Naga
2012-11-03
1
-1
/
+1
*
thermal: add Renesas R-Car thermal sensor support
Kuninori Morimoto
2012-09-24
1
-0
/
+260