]> asedeno.scripts.mit.edu Git - linux.git/commit
thermal: tegra: move tegra thermal files into tegra directory
authorWei Ni <wni@nvidia.com>
Tue, 29 Mar 2016 10:29:11 +0000 (18:29 +0800)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 17 May 2016 14:28:27 +0000 (07:28 -0700)
commita4dff94ffde7df6aeeb11cd548e53b22bdabd04e
tree5f1bed1c114ecd4eb5cb5e40c522b77c36fb8c34
parent3982204cc9baab0c28ac48e859acf7692c6159e6
thermal: tegra: move tegra thermal files into tegra directory

Move Tegra soctherm driver to tegra directory, it's easy to maintain
and add more new function support for Tegra platforms.
This will also help to split soctherm driver into common parts and
chip specific data related parts.

Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/tegra/Kconfig [new file with mode: 0644]
drivers/thermal/tegra/Makefile [new file with mode: 0644]
drivers/thermal/tegra/tegra-soctherm.c [moved from drivers/thermal/tegra_soctherm.c with 100% similarity]