aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/tegra
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: tegra-bpmp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-02thermal: soctherm: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-22thermal/drivers/tegra-bpmp: Check if BPMP supports trip pointsGravatar Mikko Perttunen 1-1/+51
2023-07-31thermal: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-26thermal/drivers/tegra: Remove redundant msg in tegra_tsensor_register_channel()Gravatar Yangtao Li 1-2/+1
2023-04-07thermal/drivers/tegra-bpmp: Handle offline zonesGravatar Mikko Perttunen 1-1/+8
2023-03-03thermal/drivers/tegra: Remove unneeded lock when setting a trip pointGravatar Daniel Lezcano 1-11/+14
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Gravatar Daniel Lezcano 1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 3-7/+9
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 1-1/+0
2023-01-06thermal/drivers/tegra: Fix set_trip_temp() deadlockGravatar Johan Hovold 1-1/+1
2023-01-06thermal/drivers/tegra: Fix crash when getting critical tempGravatar Jon Hunter 1-1/+1
2023-01-06thermal/drivers/tegra: Use generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 2-28/+22
2022-10-24firmware: tegra: bpmp: Use iosys-map helpersGravatar Thierry Reding 1-7/+8
2022-08-17thermal/drivers/tegra: Switch to new of APIGravatar Daniel Lezcano 3-24/+28
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Gravatar Daniel Lezcano 1-1/+1
2022-07-28thermal/drivers/tegra: Remove get_trend functionGravatar Daniel Lezcano 1-32/+0
2022-03-08thermal: tegra-bpmp: Handle errors in BPMP responseGravatar Mikko Perttunen 1-1/+12
2021-08-14thermal/drivers/tegra-soctherm: Silence message about clamped temperatureGravatar Dmitry Osipenko 1-2/+2
2021-08-14thermal/drivers/tegra: Correct compile-testing of driversGravatar Dmitry Osipenko 1-1/+1
2021-08-14thermal/drivers/tegra: Add driver for Tegra30 thermal sensorGravatar Dmitry Osipenko 3-0/+681
2021-04-20thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynameGravatar dingsenjie 1-10/+3
2021-03-10thermal: Fix a typo in the file soctherm.cGravatar Bhaskar Chowdhury 1-1/+1
2020-01-27thermal: tegra: Appease the kernel-doc deityGravatar Amit Kucheria 1-2/+13
2019-08-28thermal: tegra: Fix a typoGravatar Christophe JAILLET 1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+2
2019-06-18thermal: tegra: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-12/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 2-20/+2
2019-05-23thermal: tegra: Make tegra210_tsensor_thermtrips staticGravatar YueHaibing 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-13drivers: thermal: Kconfig: pedantic cleanupsGravatar Enrico Weigelt, metux IT consult 1-2/+2
2019-05-13thermal: tegra: enable OC hw throttleGravatar Wei Ni 1-10/+120
2019-05-13thermal: tegra: add support for EDP IRQGravatar Wei Ni 1-0/+420
2019-05-13thermal: tegra: add set_trips functionalityGravatar Wei Ni 5-5/+90
2019-05-13thermal: tegra: add support for thermal IRQGravatar Wei Ni 1-0/+136
2019-05-13thermal: tegra: add support for gpu hw-throttleGravatar Wei Ni 1-33/+85
2019-05-13thermal: tegra: support hw and sw shutdownGravatar Wei Ni 3-15/+98
2019-02-20thermal: tegra: add get_trend opsGravatar Wei Ni 1-0/+32
2019-02-20thermal: tegra: fix memory allocationGravatar Wei Ni 1-1/+1
2019-02-20thermal: tegra: remove unnecessary warningsGravatar Wei Ni 1-2/+2
2019-01-02thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-11/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-4/+4
2018-06-01thermal: tegra: soctherm: add const to struct thermal_cooling_device_opsGravatar srplinux2008 1-1/+1
2018-05-06thermal: tegra: Nuke clk_{readl,writel} helpersGravatar Ezequiel Garcia 1-27/+2
2018-01-01thermal: tegra: remove forward declarationsGravatar Nicolin Chen 1-56/+47
2017-11-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-1/+1
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-1/+272
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31thermal: tegra: remove null check for dev pointerGravatar Nicolin Chen 1-1/+1