summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra
AgeCommit message (Expand)AuthorLines
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
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-4/+4
2018-06-01thermal: tegra: soctherm: add const to struct thermal_cooling_device_opssrplinux2008-1/+1
2018-05-06thermal: tegra: Nuke clk_{readl,writel} helpersEzequiel Garcia-27/+2
2018-01-01thermal: tegra: remove forward declarationsNicolin Chen-56/+47
2017-11-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-1/+1
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+272
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-31thermal: tegra: remove null check for dev pointerNicolin Chen-1/+1