summaryrefslogtreecommitdiff
path: root/include/soc/tegra/flowctrl.h
AgeCommit message (Collapse)AuthorFilesLines
2017-04-04soc/tegra: Move Tegra flowctrl driverJon Hunter1-0/+82
The flowctrl driver is required for both ARM and ARM64 Tegra devices and in order to enable support for it for ARM64, move the Tegra flowctrl driver into drivers/soc/tegra. By moving the flowctrl driver, tegra_flowctrl_init() is now called by via an early initcall and to prevent this function from attempting to mapping IO space for a non-Tegra device, a test for 'soc_is_tegra()' is also added. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>