aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/rcar_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-31thermal: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-03-03thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Gravatar Daniel Lezcano 1-5/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-2/+1
2023-01-06thermal/drivers/rcar: Use generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-47/+6
2022-10-04thermal/drivers/rcar_thermal: Constify static thermal_zone_device_opsGravatar Lad Prabhakar 1-1/+1
2022-08-17thermal/drivers/rcar: Switch to new of APIGravatar Daniel Lezcano 1-10/+3
2022-05-19thermal/drivers/rcar_thermal: Use platform_get_irq_optional() to get the inte...Gravatar Lad Prabhakar 1-5/+12
2020-12-15thermal/drivers/rcar: Remove notification usageGravatar Daniel Lezcano 1-19/+0
2020-10-27thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQGravatar Tian Tao 1-3/+2
2020-10-12thermal: rcar_thermal: Add missing braces to conditional statementGravatar Geert Uytterhoeven 1-2/+2
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesGravatar Andrzej Pietrasiewicz 1-1/+8
2020-05-22thermal: rcar_thermal: Clean up rcar_thermal_update_temp()Gravatar Niklas Söderlund 1-5/+4
2020-03-20thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()Gravatar Niklas Söderlund 1-10/+6
2020-03-20thermal: rcar_thermal: Do not store ctemp in rcar_thermal_privGravatar Niklas Söderlund 1-16/+10
2020-03-20thermal: rcar_thermal: Always update thermal zone on interruptGravatar Niklas Söderlund 1-12/+1
2020-03-20thermal: rcar_thermal: Handle probe error gracefullyGravatar Niklas Söderlund 1-2/+4
2020-01-27thermal: rcar_thermal: Remove temperature boundGravatar Niklas Söderlund 1-6/+1
2020-01-27thermal: rcar_thermal: Use usleep_range() instead of udelay()Gravatar Geert Uytterhoeven 1-1/+1
2019-05-14thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCsGravatar Yoshihiro Kaneko 1-1/+10
2019-01-02thermal: rcar_thermal: add R8A77990 supportGravatar Yoshihiro Kaneko 1-0/+4
2019-01-02thermal: rcar_thermal: add R8A774C0 supportGravatar Fabrizio Castro 1-0/+4
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-3/+8
2018-10-25thermal: rcar_thermal: Prevent doing work after unbindGravatar Geert Uytterhoeven 1-0/+1
2018-10-25thermal: rcar_thermal: Prevent hardware access during system suspendGravatar Geert Uytterhoeven 1-2/+2
2018-10-25thermal: rcar_thermal: add R8A77970 supportGravatar Sergei Shtylyov 1-0/+4
2018-10-25thermal: rcar_thermal: fix duplicate IRQ requestGravatar Sergei Shtylyov 1-1/+1
2018-08-20thermal: rcar_thermal: convert to SPDX identifiersGravatar Kuninori Morimoto 1-14/+2
2018-07-27thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resourcesGravatar Simon Horman 1-1/+1
2018-06-01thermal: rcar_thermal: add r8a77995 supportGravatar Yoshihiro Kaneko 1-32/+126
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