iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()
authorRobin Murphy <robin.murphy@arm.com>
Thu, 15 Aug 2019 18:37:27 +0000 (19:37 +0100)
committerWill Deacon <will@kernel.org>
Mon, 19 Aug 2019 15:52:47 +0000 (16:52 +0100)
commit71e8a8cdaff995a46e3e186a736636747cbd2f50
tree7350fd9dd885bb99a1ddd0a8419d83fda89911e2
parent490325e0c123b2f1f393a679805c580ee69cd2f6
iommu/arm-smmu: Split arm_smmu_tlb_inv_range_nosync()

Since we now use separate iommu_gather_ops for stage 1 and stage 2
contexts, we may as well divide up the monolithic callback into its
respective stage 1 and stage 2 parts.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu.c