aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/rcar_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-4/+22
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2
2016-09-27thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_...Gravatar Bui Duc Phuc 1-1/+2
2016-09-27thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is usedGravatar Kuninori Morimoto 1-2/+18
2016-09-06thermal: rcar_thermal: Fix priv->zone error handlingGravatar Dirk Behme 1-0/+1
2016-05-17thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-1/+1
2016-03-08thermal: rcar_thermal: don't open code of_device_get_match_data()Gravatar Wolfram Sang 1-2/+1
2016-02-09thermal: rcar: enable to use thermal-zone on DTGravatar Kuninori Morimoto 1-5/+40
2016-01-06thermal: rcar: rcar_thermal_get_temp() return error if strange tempGravatar Kuninori Morimoto 1-1/+11
2016-01-06thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Gravatar Kuninori Morimoto 1-4/+5
2016-01-06thermal: rcar: check every rcar_thermal_update_temp() return valueGravatar Kuninori Morimoto 1-10/+12
2016-01-06thermal: rcar: move rcar_thermal_dt_ids to upsideGravatar Kuninori Morimoto 1-6/+6
2015-11-16thermal: rcar_thermal: remove redundant operationGravatar Kuninori Morimoto 1-28/+21
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-4/+3
2015-02-24thermal: rcar: Make error and remove paths symmetrical with initGravatar Geert Uytterhoeven 1-2/+2
2015-02-24thermal: rcar: Fix race condition between init and interruptGravatar Geert Uytterhoeven 1-13/+9
2015-01-12thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/Gravatar Geert Uytterhoeven 1-1/+1
2015-01-07thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Gravatar Yoshihiro Shimoda 1-2/+2
2015-01-07thermal: rcar: fix ENR register valueGravatar Yoshihiro Shimoda 1-3/+8
2014-05-15thermal: rcar: remove unnecessary OOM messagesGravatar Jingoo Han 1-4/+1
2014-05-15thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync()Gravatar Geert Uytterhoeven 1-2/+2
2014-04-08thermal: rcar-thermal: update thermal zone only when temperature changesGravatar Patrick Titiano 1-1/+6
2014-04-08thermal: rcar-thermal: fix same mask applied twiceGravatar Patrick Titiano 1-1/+1
2014-01-08thermal: rcar: comment spellingGravatar Geert Uytterhoeven 1-1/+1
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Gravatar Zhang Rui 1-7/+1
2013-05-28thermal: rcar: Fix typo in probe information messageGravatar Laurent Pinchart 1-1/+1
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-5/+1
2013-05-06Thermal: rcar: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-2/+0
2013-04-02thermal: rcar: add pm_runtime_xxx() supportGravatar Kuninori Morimoto 1-0/+11
2013-04-02thermal: rcar: tidyup registration failure caseGravatar Kuninori Morimoto 1-7/+16
2013-03-11thermal: rcar_thermal: propagate return value of thermal_zone_device_registerGravatar Devendra Naga 1-1/+3
2013-03-11Thermal: rcar: Convert to devm_ioremap_resource()Gravatar Sachin Kamat 1-10/+6
2013-03-11thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Gravatar Wei Yongjun 1-4/+5
2013-02-22thermal: rcar: remove __devinitconstGravatar Arnd Bergmann 1-1/+1
2013-02-08thermal: rcar: add Device Tree supportGravatar Kuninori Morimoto 1-0/+7
2013-02-06thermal: rcar: remove machine_power_off() from rcar_thermal_notify()Gravatar Kuninori Morimoto 1-1/+0
2013-02-06thermal: rcar: add interrupt supportGravatar Kuninori Morimoto 1-9/+150
2013-02-06thermal: rcar: add read/write functions for common/priv dataGravatar Kuninori Morimoto 1-7/+41
2013-02-06thermal: rcar: multi channel supportGravatar Kuninori Morimoto 1-34/+94
2013-02-06thermal: rcar: use mutex lock instead of spin lockGravatar Kuninori Morimoto 1-23/+7
2013-02-06thermal: rcar: enable CPCTL to use hardware TSC decidingGravatar Kuninori Morimoto 1-65/+26
2013-02-06thermal: rcar: use parenthesis on macroGravatar Kuninori Morimoto 1-1/+1
2013-01-04thermal: rcar: add .get_trip_type/temp and .notify supportGravatar kuninori.morimoto.gx@renesas.com 1-3/+65
2012-11-26thermal: rcar: add rcar_zone_to_priv() macroGravatar Kuninori Morimoto 1-1/+2
2012-11-26thermal: rcar: fixup the unit of temperatureGravatar Kuninori Morimoto 1-1/+3
2012-11-07thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()Gravatar Kuninori Morimoto 1-16/+2
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerGravatar Durgadoss R 1-1/+1
2012-11-03thermal: solve compilation errors in rcar_thermalGravatar Devendra Naga 1-1/+1
2012-09-24thermal: add Renesas R-Car thermal sensor supportGravatar Kuninori Morimoto 1-0/+260