Tegra: smmu: add smmu_verify functionThe SMMU configuration can get corrupted or updated byexternal clients during boot without our knowledge.This patch introduces a "verify" function for the SM
Tegra: smmu: add smmu_verify functionThe SMMU configuration can get corrupted or updated byexternal clients during boot without our knowledge.This patch introduces a "verify" function for the SMMUdriver, to check that the boot configuration settings areintact. Usually, this function should be called at theend of the boot cycle.This function only calls panic() on silicon platforms.Change-Id: I2ab45a7f228781e71c73ba1f4ffc49353effe146Signed-off-by: George Bauernschmidt <georgeb@nvidia.com>
show more ...
Tegra: reorganize drivers and lib foldersThis patch moves the 'drivers' and the 'lib' folders out of the'common' folder. This way the 'common' folder shall contain onlythe platform support requir
Tegra: reorganize drivers and lib foldersThis patch moves the 'drivers' and the 'lib' folders out of the'common' folder. This way the 'common' folder shall contain onlythe platform support required for all Tegra platforms.Change-Id: I2f238572d0a078d60c6b458a559538dc8a4d1856Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>