summaryrefslogtreecommitdiff
path: root/drivers/thermal/tegra
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: tegra-bpmp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-02thermal: soctherm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-22thermal/drivers/tegra-bpmp: Check if BPMP supports trip pointsMikko Perttunen1-1/+51
2023-07-31thermal: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-26thermal/drivers/tegra: Remove redundant msg in tegra_tsensor_register_channel()Yangtao Li1-2/+1
2023-04-07thermal/drivers/tegra-bpmp: Handle offline zonesMikko Perttunen1-1/+8
2023-03-03thermal/drivers/tegra: Remove unneeded lock when setting a trip pointDaniel Lezcano1-11/+14
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano3-7/+9
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano1-1/+0
2023-01-06thermal/drivers/tegra: Fix set_trip_temp() deadlockJohan Hovold1-1/+1
2023-01-06thermal/drivers/tegra: Fix crash when getting critical tempJon Hunter1-1/+1
2023-01-06thermal/drivers/tegra: Use generic thermal_zone_get_trip() functionDaniel Lezcano2-28/+22
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding1-7/+8
2022-08-17thermal/drivers/tegra: Switch to new of APIDaniel Lezcano3-24/+28
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-1/+1
2022-07-28thermal/drivers/tegra: Remove get_trend functionDaniel Lezcano1-32/+0
2022-03-08thermal: tegra-bpmp: Handle errors in BPMP responseMikko Perttunen1-1/+12
2021-08-14thermal/drivers/tegra-soctherm: Silence message about clamped temperatureDmitry Osipenko1-2/+2
2021-08-14thermal/drivers/tegra: Correct compile-testing of driversDmitry Osipenko1-1/+1
2021-08-14thermal/drivers/tegra: Add driver for Tegra30 thermal sensorDmitry Osipenko3-0/+681
2021-04-20thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynamedingsenjie1-10/+3
2021-03-10thermal: Fix a typo in the file soctherm.cBhaskar Chowdhury1-1/+1
2020-01-27thermal: tegra: Appease the kernel-doc deityAmit Kucheria1-2/+13
2019-08-28thermal: tegra: Fix a typoChristophe JAILLET1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+2
2019-06-18thermal: tegra: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-12/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2-20/+2
2019-05-24thermal: tegra: Make tegra210_tsensor_thermtrips staticYueHaibing1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult1-2/+2
2019-05-14thermal: tegra: enable OC hw throttleWei Ni1-10/+120
2019-05-14thermal: tegra: add support for EDP IRQWei Ni1-0/+420
2019-05-14thermal: tegra: add set_trips functionalityWei Ni5-5/+90
2019-05-14thermal: tegra: add support for thermal IRQWei Ni1-0/+136
2019-05-14thermal: tegra: add support for gpu hw-throttleWei Ni1-33/+85
2019-05-14thermal: tegra: support hw and sw shutdownWei Ni3-15/+98
2019-02-21thermal: tegra: add get_trend opsWei Ni1-0/+32
2019-02-21thermal: tegra: fix memory allocationWei Ni1-1/+1
2019-02-21thermal: tegra: remove unnecessary warningsWei Ni1-2/+2
2019-01-02thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-06-13Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-06-02thermal: tegra: soctherm: add const to struct thermal_cooling_device_opssrplinux20081-1/+1
2018-05-07thermal: tegra: Nuke clk_{readl,writel} helpersEzequiel Garcia1-27/+2
2018-01-01thermal: tegra: remove forward declarationsNicolin Chen1-56/+47
2017-11-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-1/+1
2017-11-17Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-1/+272
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01thermal: tegra: remove null check for dev pointerNicolin Chen1-1/+1