aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCsYoshihiro Kaneko1-1/+10
2019-01-02thermal: rcar_thermal: add R8A77990 supportYoshihiro Kaneko1-0/+4
2019-01-02thermal: rcar_thermal: add R8A774C0 supportFabrizio Castro1-0/+4
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds1-3/+8
2018-10-25thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven1-0/+1
2018-10-25thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2018-10-25thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov1-0/+4
2018-10-25thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov1-1/+1
2018-08-20thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto1-14/+2
2018-07-27thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman1-1/+1
2018-06-01thermal: rcar_thermal: add r8a77995 supportYoshihiro Kaneko1-32/+126
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-4/+22
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-1/+2
2016-09-27thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_THERMALBui Duc Phuc1-1/+2
2016-09-27thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is usedKuninori Morimoto1-2/+18
2016-09-06thermal: rcar_thermal: Fix priv->zone error handlingDirk Behme1-0/+1
2016-05-17thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-1/+1
2016-03-08thermal: rcar_thermal: don't open code of_device_get_match_data()Wolfram Sang1-2/+1
2016-02-09thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto1-5/+40
2016-01-06thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto1-1/+11
2016-01-06thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto1-4/+5
2016-01-06thermal: rcar: check every rcar_thermal_update_temp() return valueKuninori Morimoto1-10/+12
2016-01-06thermal: rcar: move rcar_thermal_dt_ids to upsideKuninori Morimoto1-6/+6
2015-11-16thermal: rcar_thermal: remove redundant operationKuninori Morimoto1-28/+21
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-4/+3
2015-02-24thermal: rcar: Make error and remove paths symmetrical with initGeert Uytterhoeven1-2/+2
2015-02-24thermal: rcar: Fix race condition between init and interruptGeert Uytterhoeven1-13/+9
2015-01-12thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/Geert Uytterhoeven1-1/+1
2015-01-07thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Yoshihiro Shimoda1-2/+2
2015-01-07thermal: rcar: fix ENR register valueYoshihiro Shimoda1-3/+8
2014-05-15thermal: rcar: remove unnecessary OOM messagesJingoo Han1-4/+1
2014-05-15thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync()Geert Uytterhoeven1-2/+2
2014-04-08thermal: rcar-thermal: update thermal zone only when temperature changesPatrick Titiano1-1/+6
2014-04-08thermal: rcar-thermal: fix same mask applied twicePatrick Titiano1-1/+1
2014-01-08thermal: rcar: comment spellingGeert Uytterhoeven1-1/+1
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into nextZhang Rui1-7/+1
2013-05-28thermal: rcar: Fix typo in probe information messageLaurent Pinchart1-1/+1
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+1
2013-05-06Thermal: rcar: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-04-02thermal: rcar: add pm_runtime_xxx() supportKuninori Morimoto1-0/+11
2013-04-02thermal: rcar: tidyup registration failure caseKuninori Morimoto1-7/+16
2013-03-11thermal: rcar_thermal: propagate return value of thermal_zone_device_registerDevendra Naga1-1/+3
2013-03-11Thermal: rcar: Convert to devm_ioremap_resource()Sachin Kamat1-10/+6
2013-03-11thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Wei Yongjun1-4/+5
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