aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/tegra
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-19thermal: Add Tegra BPMP thermal sensor driverGravatar Mikko Perttunen 3-1/+272
2016-09-27thermal: tegra: add hw-throttle for Tegra132Gravatar Wei Ni 2-30/+221
2016-09-27thermal: tegra: add hw-throttle functionGravatar Wei Ni 5-15/+700
2016-05-17thermal: tegra: add Tegra132 specific SOC_THERM driverGravatar Wei Ni 4-0/+207
2016-05-17thermal: tegra: fix static checker warningGravatar Wei Ni 1-4/+1
2016-05-17thermal: tegra: mark PM functions __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2016-05-17thermal: tegra: add PM supportGravatar Wei Ni 1-0/+46
2016-05-17thermal: tegra: handle HW initialization in one funcotionGravatar Wei Ni 1-41/+44
2016-05-17thermal: tegra: handle clocks in one functionGravatar Wei Ni 1-15/+36
2016-05-17thermal: tegra: add thermtrip functionGravatar Wei Ni 4-5/+216
2016-05-17thermal: tegra: add a debugfs to show registersGravatar Wei Ni 2-3/+145
2016-05-17thermal: tegra: add Tegra210 specific SOC_THERM driverGravatar Wei Ni 5-0/+195
2016-05-17thermal: tegra: split tegra_soctherm driverGravatar Wei Ni 7-566/+754
2016-05-17thermal: tegra: get rid of PDIV/HOTSPOT hackGravatar Wei Ni 1-4/+15
2016-05-17thermal: tegra: combine sensor group-related dataGravatar Wei Ni 1-27/+118
2016-05-17thermal: tegra: move tegra thermal files into tegra directoryGravatar Wei Ni 3-0/+477