]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu: Add iommu_paging_domain_alloc() interface
authorLu Baolu <baolu.lu@linux.intel.com>
Mon, 10 Jun 2024 08:55:35 +0000 (16:55 +0800)
committerWill Deacon <will@kernel.org>
Thu, 4 Jul 2024 13:09:33 +0000 (14:09 +0100)
commita27bf2743cb80d3b36b5b43e8e2e702412c41668
tree017a3ae1c037934bf34e662f53fcb30988999bb2
parent83a7eefedc9b56fe7bfeff13b6c7356688ffa670
iommu: Add iommu_paging_domain_alloc() interface

Commit <17de3f5fdd35> ("iommu: Retire bus ops") removes iommu ops from
bus. The iommu subsystem no longer relies on bus for operations. So the
bus parameter in iommu_domain_alloc() is no longer relevant.

Add a new interface named iommu_paging_domain_alloc(), which explicitly
indicates the allocation of a paging domain for DMA managed by a kernel
driver. The new interface takes a device pointer as its parameter, that
better aligns with the current iommu subsystem.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Vasant Hegde <vasant.hegde@amd.com>
Link: https://lore.kernel.org/r/20240610085555.88197-2-baolu.lu@linux.intel.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/iommu.c
include/linux/iommu.h