On Wed, Aug 23, 2023 at 01:47:37PM -0300, Jason Gunthorpe wrote: > These drivers are all trivially converted since the function is only > called if the domain type is going to be > IOMMU_DOMAIN_UNMANAGED/DMA. > > Tested-by: Heiko Stuebner <he...@sntech.de> > Tested-by: Steven Price <steven.pr...@arm.com> > Tested-by: Marek Szyprowski <m.szyprow...@samsung.com> > Tested-by: Nicolin Chen <nicol...@nvidia.com> > Reviewed-by: Lu Baolu <baolu...@linux.intel.com> > Signed-off-by: Jason Gunthorpe <j...@nvidia.com> > --- > drivers/iommu/arm/arm-smmu/qcom_iommu.c | 6 ++---- > drivers/iommu/exynos-iommu.c | 7 ++----- > drivers/iommu/ipmmu-vmsa.c | 7 ++----- > drivers/iommu/mtk_iommu.c | 7 ++----- > drivers/iommu/rockchip-iommu.c | 7 ++----- > drivers/iommu/sprd-iommu.c | 7 ++----- > drivers/iommu/sun50i-iommu.c | 9 +++------ > drivers/iommu/tegra-smmu.c | 7 ++----- > 8 files changed, 17 insertions(+), 40 deletions(-) >
Reviewed-by: Jerry Snitselaar <jsnit...@redhat.com>