aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-22thermal: rcar: remove __devinitconstArnd Bergmann1-1/+1
2013-02-08thermal: rcar: add Device Tree supportKuninori Morimoto1-0/+7
2013-02-06thermal: rcar: remove machine_power_off() from rcar_thermal_notify()Kuninori Morimoto1-1/+0
2013-02-06thermal: rcar: add interrupt supportKuninori Morimoto1-9/+150
2013-02-06thermal: rcar: add read/write functions for common/priv dataKuninori Morimoto1-7/+41
2013-02-06thermal: rcar: multi channel supportKuninori Morimoto1-34/+94
2013-02-06thermal: rcar: use mutex lock instead of spin lockKuninori Morimoto1-23/+7
2013-02-06thermal: rcar: enable CPCTL to use hardware TSC decidingKuninori Morimoto1-65/+26
2013-02-06thermal: rcar: use parenthesis on macroKuninori Morimoto1-1/+1
2013-01-04thermal: rcar: add .get_trip_type/temp and .notify supportkuninori.morimoto.gx@renesas.com1-3/+65
2012-11-26thermal: rcar: add rcar_zone_to_priv() macroKuninori Morimoto1-1/+2
2012-11-26thermal: rcar: fixup the unit of temperatureKuninori Morimoto1-1/+3
2012-11-07thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()Kuninori Morimoto1-16/+2
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-1/+1
2012-11-03thermal: solve compilation errors in rcar_thermalDevendra Naga1-1/+1
2012-09-24thermal: add Renesas R-Car thermal sensor supportKuninori Morimoto1-0/+260