iommu/arm-smmu: add NVIDIA implementation for ARM MMU-500 usage
NVIDIA's Tegra194 SoC has three ARM MMU-500 instances. It uses two of the ARM MMU-500s together to interleave IOVA accesses across them and must be programmed identically. This implementation supports programming the two ARM MMU-500s that must be programmed identically. The third ARM MMU-500 instance is supported by standard arm-smmu.c driver itself. Signed-off-by:Krishna Reddy <vdumpa@nvidia.com> Reviewed-by:
Jon Hunter <jonathanh@nvidia.com> Reviewed-by:
Nicolin Chen <nicoleotsuka@gmail.com> Reviewed-by:
Pritesh Raithatha <praithatha@nvidia.com> Reviewed-by:
Robin Murphy <robin.murphy@arm.com> Reviewed-by:
Thierry Reding <thierry.reding@gmail.com> Link: https://lore.kernel.org/r/20200718193457.30046-4-vdumpa@nvidia.com Signed-off-by:
Will Deacon <will@kernel.org>
Showing
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- drivers/iommu/Makefile 1 addition, 1 deletiondrivers/iommu/Makefile
- drivers/iommu/arm-smmu-impl.c 3 additions, 0 deletionsdrivers/iommu/arm-smmu-impl.c
- drivers/iommu/arm-smmu-nvidia.c 179 additions, 0 deletionsdrivers/iommu/arm-smmu-nvidia.c
- drivers/iommu/arm-smmu.c 1 addition, 0 deletionsdrivers/iommu/arm-smmu.c
- drivers/iommu/arm-smmu.h 1 addition, 0 deletionsdrivers/iommu/arm-smmu.h
Loading
Please register or sign in to comment