summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra
AgeCommit message (Expand)AuthorLines
2025-09-25thermal/drivers/tegra: Add Tegra114 specific SOCTHERM driverSvyatoslav Ryhel-0/+227
2025-09-25thermal/drivers/tegra/soctherm-fuse: Prepare calibration for Tegra114 supportSvyatoslav Ryhel-7/+30
2025-07-15thermal: Use dev_fwnode()Jiri Slaby (SUSE)-8/+5
2025-05-16thermal: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)-1/+1
2024-11-26thermal: tegra: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+2
2024-11-13thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-08-02thermal: tegra: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki-31/+32
2024-08-02thermal: tegra: Introduce struct trip_temps for critical and hot tripsRafael J. Wysocki-14/+20
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki-10/+5
2023-10-02thermal: tegra-bpmp: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-02thermal: soctherm: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-22thermal/drivers/tegra-bpmp: Check if BPMP supports trip pointsMikko Perttunen-1/+51
2023-07-31thermal: Explicitly include correct DT includesRob Herring-1/+1
2023-06-26thermal/drivers/tegra: Remove redundant msg in tegra_tsensor_register_channel()Yangtao Li-2/+1
2023-04-07thermal/drivers/tegra-bpmp: Handle offline zonesMikko Perttunen-1/+8
2023-03-03thermal/drivers/tegra: Remove unneeded lock when setting a trip pointDaniel Lezcano-11/+14
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano-7/+9
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano-1/+0
2023-01-06thermal/drivers/tegra: Fix set_trip_temp() deadlockJohan Hovold-1/+1
2023-01-06thermal/drivers/tegra: Fix crash when getting critical tempJon Hunter-1/+1
2023-01-06thermal/drivers/tegra: Use generic thermal_zone_get_trip() functionDaniel Lezcano-28/+22
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersThierry Reding-7/+8
2022-08-17thermal/drivers/tegra: Switch to new of APIDaniel Lezcano-24/+28
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano-1/+1
2022-07-28thermal/drivers/tegra: Remove get_trend functionDaniel Lezcano-32/+0
2022-03-08thermal: tegra-bpmp: Handle errors in BPMP responseMikko Perttunen-1/+12
2021-08-14thermal/drivers/tegra-soctherm: Silence message about clamped temperatureDmitry Osipenko-2/+2
2021-08-14thermal/drivers/tegra: Correct compile-testing of driversDmitry Osipenko-1/+1
2021-08-14thermal/drivers/tegra: Add driver for Tegra30 thermal sensorDmitry Osipenko-0/+681
2021-04-20thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynamedingsenjie-10/+3
2021-03-10thermal: Fix a typo in the file soctherm.cBhaskar Chowdhury-1/+1
2020-01-27thermal: tegra: Appease the kernel-doc deityAmit Kucheria-2/+13
2019-08-28thermal: tegra: Fix a typoChristophe JAILLET-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+2
2019-06-18thermal: tegra: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-12/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-20/+2
2019-05-23thermal: tegra: Make tegra210_tsensor_thermtrips staticYueHaibing-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-13drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult-2/+2
2019-05-13thermal: tegra: enable OC hw throttleWei Ni-10/+120
2019-05-13thermal: tegra: add support for EDP IRQWei Ni-0/+420
2019-05-13thermal: tegra: add set_trips functionalityWei Ni-5/+90
2019-05-13thermal: tegra: add support for thermal IRQWei Ni-0/+136
2019-05-13thermal: tegra: add support for gpu hw-throttleWei Ni-33/+85
2019-05-13thermal: tegra: support hw and sw shutdownWei Ni-15/+98
2019-02-20thermal: tegra: add get_trend opsWei Ni-0/+32
2019-02-20thermal: tegra: fix memory allocationWei Ni-1/+1
2019-02-20thermal: tegra: remove unnecessary warningsWei Ni-2/+2
2019-01-02thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li-11/+1