summaryrefslogtreecommitdiff
path: root/include/linux/tegra-soc.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding1-22/+0
In order to not clutter the include/linux directory with SoC specific headers, move the Tegra-specific headers out into a separate directory. Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-01-28ARM: tegra: add function to read chipidPrashant Gaikwad1-0/+22
Add function to read chip id from APB MISC registers. This function will also get called from clock driver to flush write operations on apb bus. Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>