summaryrefslogtreecommitdiff
path: root/drivers/thermal/rcar_thermal.c
AgeCommit message (Expand)Author
2020-12-15thermal/drivers/rcar: Remove notification usageDaniel Lezcano
2020-10-27thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQTian Tao
2020-10-12thermal: rcar_thermal: Add missing braces to conditional statementGeert Uytterhoeven
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz
2020-05-22thermal: rcar_thermal: Clean up rcar_thermal_update_temp()Niklas Söderlund
2020-03-20thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()Niklas Söderlund
2020-03-20thermal: rcar_thermal: Do not store ctemp in rcar_thermal_privNiklas Söderlund
2020-03-20thermal: rcar_thermal: Always update thermal zone on interruptNiklas Söderlund
2020-03-20thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund
2020-01-27thermal: rcar_thermal: Remove temperature boundNiklas Söderlund
2020-01-27thermal: rcar_thermal: Use usleep_range() instead of udelay()Geert Uytterhoeven
2019-05-14thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCsYoshihiro Kaneko
2019-01-02thermal: rcar_thermal: add R8A77990 supportYoshihiro Kaneko
2019-01-02thermal: rcar_thermal: add R8A774C0 supportFabrizio Castro
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-10-25thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven
2018-10-25thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven
2018-10-25thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov
2018-10-25thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov
2018-08-20thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto
2018-07-27thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesSimon Horman
2018-06-01thermal: rcar_thermal: add r8a77995 supportYoshihiro Kaneko
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada
2016-09-27thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_...Bui Duc Phuc
2016-09-27thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is usedKuninori Morimoto
2016-09-06thermal: rcar_thermal: Fix priv->zone error handlingDirk Behme
2016-05-17thermal: convert rcar_thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin
2016-03-08thermal: rcar_thermal: don't open code of_device_get_match_data()Wolfram Sang
2016-02-09thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto
2016-01-06thermal: rcar: rcar_thermal_get_temp() return error if strange tempKuninori Morimoto
2016-01-06thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()Kuninori Morimoto
2016-01-06thermal: rcar: check every rcar_thermal_update_temp() return valueKuninori Morimoto
2016-01-06thermal: rcar: move rcar_thermal_dt_ids to upsideKuninori Morimoto
2015-11-16thermal: rcar_thermal: remove redundant operationKuninori Morimoto
2015-08-03thermal: consistently use int for temperaturesSascha Hauer
2015-02-24thermal: rcar: Make error and remove paths symmetrical with initGeert Uytterhoeven
2015-02-24thermal: rcar: Fix race condition between init and interruptGeert Uytterhoeven
2015-01-12thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/Geert Uytterhoeven
2015-01-07thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Yoshihiro Shimoda
2015-01-07thermal: rcar: fix ENR register valueYoshihiro Shimoda
2014-05-15thermal: rcar: remove unnecessary OOM messagesJingoo Han
2014-05-15thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync()Geert Uytterhoeven
2014-04-08thermal: rcar-thermal: update thermal zone only when temperature changesPatrick Titiano
2014-04-08thermal: rcar-thermal: fix same mask applied twicePatrick Titiano
2014-01-08thermal: rcar: comment spellingGeert Uytterhoeven
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui
2013-05-28thermal: rcar: Fix typo in probe information messageLaurent Pinchart
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-06Thermal: rcar: Remove redundant platform_set_drvdata()Sachin Kamat