On Fri, Sep 11, 2020 at 12:16:40AM -0700, Nicolin Chen wrote: > These are a series of small fixes for tegra-smmu driver. > They might not be critial bugs as current mainline does > not enable a lot of clients, but be nicer to have since > we are going to enable the DMA domain for other clients > in the near future. > > Nicolin Chen (3): > iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASK > iommu/tegra-smmu: Fix iova->phys translation > iommu/tegra-smmu: Allow to group clients in same swgroup > > drivers/iommu/tegra-smmu.c | 25 +++++++++++++++++-------- > 1 file changed, 17 insertions(+), 8 deletions(-) Applied, thanks.