summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/common.c
Commit message (Collapse)AuthorAgeFilesLines
* soc/tegra: Add Tegra210 supportThierry Reding2015-07-161-0/+1
| | | | | | Add Tegra210 to the matching table for NVIDIA Tegra SoCs. Signed-off-by: Thierry Reding <treding@nvidia.com>
* soc/tegra: Add Tegra132 supportThierry Reding2015-07-161-0/+1
| | | | | | Add Tegra132 to the matching table for NVIDIA Tegra SoCs. Signed-off-by: Thierry Reding <treding@nvidia.com>
* soc/tegra: Implement runtime check for Tegra SoCsThierry Reding2014-07-171-0/+30
Subsequent patches will move some of the initialization code from SoC setup code to regular initcalls. To prevent breakage on other SoCs in multi-platform builds, these initcalls need to check that they indeed run on Tegra. Signed-off-by: Thierry Reding <treding@nvidia.com>
OpenPOWER on IntegriCloud