aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra/soctherm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-06-01thermal: tegra: soctherm: add const to struct thermal_cooling_device_opssrplinux20081-1/+1
2018-05-06thermal: tegra: Nuke clk_{readl,writel} helpersEzequiel Garcia1-27/+2
2018-01-01thermal: tegra: remove forward declarationsNicolin Chen1-56/+47
2017-10-31thermal: tegra: remove null check for dev pointerNicolin Chen1-1/+1
2016-09-27thermal: tegra: add hw-throttle for Tegra132Wei Ni1-30/+204
2016-09-27thermal: tegra: add hw-throttle functionWei Ni1-15/+653
2016-05-17thermal: tegra: add Tegra132 specific SOC_THERM driverWei Ni1-0/+6
2016-05-17thermal: tegra: fix static checker warningWei Ni1-4/+1
2016-05-17thermal: tegra: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2016-05-17thermal: tegra: add PM supportWei Ni1-0/+46
2016-05-17thermal: tegra: handle HW initialization in one funcotionWei Ni1-41/+44
2016-05-17thermal: tegra: handle clocks in one functionWei Ni1-15/+36
2016-05-17thermal: tegra: add thermtrip functionWei Ni1-5/+161
2016-05-17thermal: tegra: add a debugfs to show registersWei Ni1-3/+143
2016-05-17thermal: tegra: add Tegra210 specific SOC_THERM driverWei Ni1-0/+6
2016-05-17thermal: tegra: split tegra_soctherm driverWei Ni1-0/+310