aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-1/+1
* thermal: rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-1/+1
* thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-5/+0
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-2/+1
* thermal/drivers/rcar: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-47/+6
* thermal/drivers/rcar_thermal: Constify static thermal_zone_device_opsLad Prabhakar2022-10-041-1/+1
* thermal/drivers/rcar: Switch to new of APIDaniel Lezcano2022-08-171-10/+3
* thermal/drivers/rcar_thermal: Use platform_get_irq_optional() to get the interruptLad Prabhakar2022-05-191-5/+12
* thermal/drivers/rcar: Remove notification usageDaniel Lezcano2020-12-151-19/+0
* thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2020-10-271-3/+2
* thermal: rcar_thermal: Add missing braces to conditional statementGeert Uytterhoeven2020-10-121-2/+2
* thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-1/+8
* thermal: rcar_thermal: Clean up rcar_thermal_update_temp()Niklas Söderlund2020-05-221-5/+4
* thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()Niklas Söderlund2020-03-201-10/+6
* thermal: rcar_thermal: Do not store ctemp in rcar_thermal_privNiklas Söderlund2020-03-201-16/+10
* thermal: rcar_thermal: Always update thermal zone on interruptNiklas Söderlund2020-03-201-12/+1
* thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund2020-03-201-2/+4
* thermal: rcar_thermal: Remove temperature boundNiklas Söderlund2020-01-271-6/+1
* thermal: rcar_thermal: Use usleep_range() instead of udelay()Geert Uytterhoeven2020-01-271-1/+1
* thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCsYoshihiro Kaneko2019-05-141-1/+10
* 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/evalenti/linux-soc-thermalLinus 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/linuxLinus 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_THERMALBui 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