summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra/soctherm.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: tegra: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki2024-08-021-17/+19
* thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki2024-07-121-10/+5
* thermal: soctherm: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-3/+3
* thermal/drivers/tegra: Fix set_trip_temp() deadlockJohan Hovold2023-01-061-1/+1
* thermal/drivers/tegra: Fix crash when getting critical tempJon Hunter2023-01-061-1/+1
* thermal/drivers/tegra: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-19/+14
* thermal/drivers/tegra: Switch to new of APIDaniel Lezcano2022-08-171-11/+10
* thermal/drivers/tegra: Remove get_trend functionDaniel Lezcano2022-07-281-32/+0
* thermal/drivers/tegra-soctherm: Silence message about clamped temperatureDmitry Osipenko2021-08-141-2/+2
* thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynamedingsenjie2021-04-201-10/+3
* thermal: Fix a typo in the file soctherm.cBhaskar Chowdhury2021-03-101-1/+1
* thermal: tegra: Appease the kernel-doc deityAmit Kucheria2020-01-271-2/+13
* thermal: tegra: Fix a typoChristophe JAILLET2019-08-281-1/+1
* thermal: tegra: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-12/+2
* thermal: tegra: enable OC hw throttleWei Ni2019-05-131-10/+120
* thermal: tegra: add support for EDP IRQWei Ni2019-05-131-0/+420
* thermal: tegra: add set_trips functionalityWei Ni2019-05-131-2/+62
* thermal: tegra: add support for thermal IRQWei Ni2019-05-131-0/+136
* thermal: tegra: add support for gpu hw-throttleWei Ni2019-05-131-33/+85
* thermal: tegra: support hw and sw shutdownWei Ni2019-05-131-15/+84
* thermal: tegra: add get_trend opsWei Ni2019-02-201-0/+32
* thermal: tegra: fix memory allocationWei Ni2019-02-201-1/+1
* thermal: tegra: remove unnecessary warningsWei Ni2019-02-201-2/+2
* thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2019-01-021-11/+1
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-4/+4
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* | thermal: tegra: soctherm: add const to struct thermal_cooling_device_opssrplinux20082018-06-011-1/+1
* | thermal: tegra: Nuke clk_{readl,writel} helpersEzequiel Garcia2018-05-061-27/+2
|/
* thermal: tegra: remove forward declarationsNicolin Chen2018-01-011-56/+47
* thermal: tegra: remove null check for dev pointerNicolin Chen2017-10-311-1/+1
* thermal: tegra: add hw-throttle for Tegra132Wei Ni2016-09-271-30/+204
* thermal: tegra: add hw-throttle functionWei Ni2016-09-271-15/+653
* thermal: tegra: add Tegra132 specific SOC_THERM driverWei Ni2016-05-171-0/+6
* thermal: tegra: fix static checker warningWei Ni2016-05-171-4/+1
* thermal: tegra: mark PM functions __maybe_unusedArnd Bergmann2016-05-171-2/+2
* thermal: tegra: add PM supportWei Ni2016-05-171-0/+46
* thermal: tegra: handle HW initialization in one funcotionWei Ni2016-05-171-41/+44
* thermal: tegra: handle clocks in one functionWei Ni2016-05-171-15/+36
* thermal: tegra: add thermtrip functionWei Ni2016-05-171-5/+161
* thermal: tegra: add a debugfs to show registersWei Ni2016-05-171-3/+143
* thermal: tegra: add Tegra210 specific SOC_THERM driverWei Ni2016-05-171-0/+6
* thermal: tegra: split tegra_soctherm driverWei Ni2016-05-171-0/+310