thermal: tegra: split tegra_soctherm driver
authorWei Ni <wni@nvidia.com>
Tue, 29 Mar 2016 10:29:14 +0000 (18:29 +0800)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 17 May 2016 14:28:28 +0000 (07:28 -0700)
commit65b6d57c24ed0aff1fc571e42d8f51bdfcce9a8e
tree3e2594f80a4d68d263cfe28b6ed68c53dd46b052
parent1c3bdc1627c331b4925a95453f7b61226077bebe
thermal: tegra: split tegra_soctherm driver

Split most of the Tegra124 data and code into a Tegra124-specific
file.
Split most of the fuse-related code into a fuse-related source file.
This is in preparation for adding a Tegra210-specific driver in a
future patch.

Beyond the maintainability improvements, this is intended to separate
chip-specific ATE and characterization-related hacks into chip-specific
files, in the hopes that they won't pollute code for other chips.

Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/tegra/Kconfig
drivers/thermal/tegra/Makefile
drivers/thermal/tegra/soctherm-fuse.c [new file with mode: 0644]
drivers/thermal/tegra/soctherm.c [new file with mode: 0644]
drivers/thermal/tegra/soctherm.h [new file with mode: 0644]
drivers/thermal/tegra/tegra-soctherm.c [deleted file]
drivers/thermal/tegra/tegra124-soctherm.c [new file with mode: 0644]
This page took 0.0250590000000001 seconds and 5 git commands to generate.