commit | 77a1a513083188f12361c45f08bdcfa508749b76 | [log] [tgz] |
---|---|---|
author | Lu Baolu <baolu.lu@linux.intel.com> | Mon Aug 12 15:25:27 2024 +0800 |
committer | Christophe Leroy <christophe.leroy@csgroup.eu> | Tue Sep 03 07:50:57 2024 +0200 |
tree | 2a2efac6d79509b9c21ae8d9ae1c28cc5f6fb3d1 | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b [diff] |
soc: fsl: qbman: Use iommu_paging_domain_alloc() An iommu domain is allocated in portal_set_cpu() and is attached to pcfg->dev in the same function. Use iommu_paging_domain_alloc() to make it explicit. Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20240610085555.88197-14-baolu.lu@linux.intel.com Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>