aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/tegra/pmc.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17ARM: tegra: Convert PMC to a driverThierry Reding1-0/+157
This commit converts the PMC support code to a platform driver. Because the boot process needs to call into this driver very early, also set up a minimal environment via an early initcall. Signed-off-by: Thierry Reding <treding@nvidia.com>