summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: rcar_thermal: add R8A77990 supportYoshihiro Kaneko2019-01-021-0/+4
* thermal: rcar_thermal: add R8A774C0 supportFabrizio Castro2019-01-021-0/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-10-261-3/+8
|\
| * thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven2018-10-251-0/+1
| * thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven2018-10-251-2/+2
| * thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov2018-10-251-0/+4
| * thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov2018-10-251-1/+1
* | thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-14/+2
|/
* thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman2018-07-271-1/+1
* thermal: rcar_thermal: add r8a77995 supportYoshihiro Kaneko2018-06-011-32/+126
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-10-121-4/+22
|\
| * thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-1/+2
| * thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_...Bui Duc Phuc2016-09-271-1/+2
| * thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is usedKuninori Morimoto2016-09-271-2/+18
* | thermal: rcar_thermal: Fix priv->zone error handlingDirk Behme2016-09-061-0/+1
|/
* thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-1/+1
* thermal: rcar_thermal: don't open code of_device_get_match_data()Wolfram Sang2016-03-081-2/+1
* thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto2016-02-091-5/+40
* thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto2016-01-061-1/+11
* thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto2016-01-061-4/+5
* thermal: rcar: check every rcar_thermal_update_temp() return valueKuninori Morimoto2016-01-061-10/+12
* thermal: rcar: move rcar_thermal_dt_ids to upsideKuninori Morimoto2016-01-061-6/+6
* thermal: rcar_thermal: remove redundant operationKuninori Morimoto2015-11-161-28/+21
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-4/+3
* 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/+9
* 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/+1
* 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/+1
|\ \ \
| | * | drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-201-5/+1
| | |/
| * / Thermal: rcar: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-2/+0
| |/
* / 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/+6
* 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/+0
* 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/+7