summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: rcar: remove __devinitconstArnd Bergmann2013-02-221-1/+1
* thermal: rcar: add Device Tree supportKuninori Morimoto2013-02-081-0/+7
* thermal: rcar: remove machine_power_off() from rcar_thermal_notify()Kuninori Morimoto2013-02-061-1/+0Star
* thermal: rcar: add interrupt supportKuninori Morimoto2013-02-061-9/+150
* thermal: rcar: add read/write functions for common/priv dataKuninori Morimoto2013-02-061-7/+41
* thermal: rcar: multi channel supportKuninori Morimoto2013-02-061-34/+94
* thermal: rcar: use mutex lock instead of spin lockKuninori Morimoto2013-02-061-23/+7Star
* thermal: rcar: enable CPCTL to use hardware TSC decidingKuninori Morimoto2013-02-061-65/+26Star
* thermal: rcar: use parenthesis on macroKuninori Morimoto2013-02-061-1/+1
* thermal: rcar: add .get_trip_type/temp and .notify supportkuninori.morimoto.gx@renesas.com2013-01-041-3/+65
* thermal: rcar: add rcar_zone_to_priv() macroKuninori Morimoto2012-11-261-1/+2
* thermal: rcar: fixup the unit of temperatureKuninori Morimoto2012-11-261-1/+3
* thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()Kuninori Morimoto2012-11-071-16/+2Star
* Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R2012-11-051-1/+1
* thermal: solve compilation errors in rcar_thermalDevendra Naga2012-11-031-1/+1
* thermal: add Renesas R-Car thermal sensor supportKuninori Morimoto2012-09-241-0/+260