summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: rcar: Make error and remove paths symmetrical with initGeert Uytterhoeven2015-02-241-2/+2
* thermal: rcar: Fix race condition between init and interruptGeert Uytterhoeven2015-02-241-13/+9Star
* thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/Geert Uytterhoeven2015-01-121-1/+1
* thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Yoshihiro Shimoda2015-01-071-2/+2
* thermal: rcar: fix ENR register valueYoshihiro Shimoda2015-01-071-3/+8
* thermal: rcar: remove unnecessary OOM messagesJingoo Han2014-05-151-4/+1Star
* thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync()Geert Uytterhoeven2014-05-151-2/+2
* thermal: rcar-thermal: update thermal zone only when temperature changesPatrick Titiano2014-04-081-1/+6
* thermal: rcar-thermal: fix same mask applied twicePatrick Titiano2014-04-081-1/+1
* thermal: rcar: comment spellingGeert Uytterhoeven2014-01-081-1/+1
*---. Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui2013-05-281-7/+1Star
|\ \ \
| | * | drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-201-5/+1Star
| | |/
| * / Thermal: rcar: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-2/+0Star
| |/
* / thermal: rcar: Fix typo in probe information messageLaurent Pinchart2013-05-281-1/+1
|/
* thermal: rcar: add pm_runtime_xxx() supportKuninori Morimoto2013-04-021-0/+11
* thermal: rcar: tidyup registration failure caseKuninori Morimoto2013-04-021-7/+16
* thermal: rcar_thermal: propagate return value of thermal_zone_device_registerDevendra Naga2013-03-111-1/+3
* Thermal: rcar: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-10/+6Star
* thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Wei Yongjun2013-03-111-4/+5
* 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