summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/tegra: Remove redundant msg in tegra_tsensor_register_channel()Yangtao Li2023-06-261-2/+1
* thermal/drivers/tegra-bpmp: Handle offline zonesMikko Perttunen2023-04-071-1/+8
* thermal/drivers/tegra: Remove unneeded lock when setting a trip pointDaniel Lezcano2023-03-031-11/+14
* thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-033-7/+9
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-151-1/+0
* 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-062-28/+22
* firmware: tegra: bpmp: Use iosys-map helpersThierry Reding2022-10-241-7/+8
* thermal/drivers/tegra: Switch to new of APIDaniel Lezcano2022-08-173-24/+28
* thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-281-1/+1
* thermal/drivers/tegra: Remove get_trend functionDaniel Lezcano2022-07-281-32/+0
* thermal: tegra-bpmp: Handle errors in BPMP responseMikko Perttunen2022-03-081-1/+12
* thermal/drivers/tegra-soctherm: Silence message about clamped temperatureDmitry Osipenko2021-08-141-2/+2
* thermal/drivers/tegra: Correct compile-testing of driversDmitry Osipenko2021-08-141-1/+1
* thermal/drivers/tegra: Add driver for Tegra30 thermal sensorDmitry Osipenko2021-08-143-0/+681
* 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
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-12/+2
|\
| * thermal: tegra: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-12/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-052-20/+2
|/
* thermal: tegra: Make tegra210_tsensor_thermtrips staticYueHaibing2019-05-231-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-05-131-2/+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-135-5/+90
* 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-133-15/+98
* 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
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-11-171-1/+1
|\
| * thermal: tegra: remove null check for dev pointerNicolin Chen2017-10-311-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-163-1/+272
|\ \
| * | thermal: Add Tegra BPMP thermal sensor driverMikko Perttunen2017-10-193-1/+272
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* thermal: tegra: add hw-throttle for Tegra132Wei Ni2016-09-272-30/+221
* thermal: tegra: add hw-throttle functionWei Ni2016-09-275-15/+700
* thermal: tegra: add Tegra132 specific SOC_THERM driverWei Ni2016-05-174-0/+207