summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-12/+2Star
|\
| * thermal: tegra: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-12/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-052-20/+2Star
|/
* thermal: tegra: Make tegra210_tsensor_thermtrips staticYueHaibing2019-05-241-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-05-141-2/+2
* thermal: tegra: enable OC hw throttleWei Ni2019-05-141-10/+120
* thermal: tegra: add support for EDP IRQWei Ni2019-05-141-0/+420
* thermal: tegra: add set_trips functionalityWei Ni2019-05-145-5/+90
* thermal: tegra: add support for thermal IRQWei Ni2019-05-141-0/+136
* thermal: tegra: add support for gpu hw-throttleWei Ni2019-05-141-33/+85
* thermal: tegra: support hw and sw shutdownWei Ni2019-05-143-15/+98
* thermal: tegra: add get_trend opsWei Ni2019-02-211-0/+32
* thermal: tegra: fix memory allocationWei Ni2019-02-211-1/+1
* thermal: tegra: remove unnecessary warningsWei Ni2019-02-211-2/+2
* thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2019-01-021-11/+1Star
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-4/+4
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-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/+2Star
|/
* thermal: tegra: remove forward declarationsNicolin Chen2018-01-011-56/+47Star
* 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-11-011-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-173-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
* thermal: tegra: fix static checker warningWei Ni2016-05-171-4/+1Star
* thermal: tegra: mark PM functions __maybe_unusedArnd Bergmann2016-05-171-2/+2
* thermal: tegra: add PM supportWei Ni2016-05-171-0/+46
* thermal: tegra: handle HW initialization in one funcotionWei Ni2016-05-171-41/+44
* thermal: tegra: handle clocks in one functionWei Ni2016-05-171-15/+36
* thermal: tegra: add thermtrip functionWei Ni2016-05-174-5/+216
* thermal: tegra: add a debugfs to show registersWei Ni2016-05-172-3/+145
* thermal: tegra: add Tegra210 specific SOC_THERM driverWei Ni2016-05-175-0/+195
* thermal: tegra: split tegra_soctherm driverWei Ni2016-05-177-566/+754
* thermal: tegra: get rid of PDIV/HOTSPOT hackWei Ni2016-05-171-4/+15
* thermal: tegra: combine sensor group-related dataWei Ni2016-05-171-27/+118
* thermal: tegra: move tegra thermal files into tegra directoryWei Ni2016-05-173-0/+477