]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu: Add a kdoc to iommu_unmap()
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 5 Nov 2024 18:14:26 +0000 (14:14 -0400)
committerWill Deacon <will@kernel.org>
Wed, 6 Nov 2024 15:42:36 +0000 (15:42 +0000)
commit6ac7dffe7cca9b259f17b2f255b0d95ee15a76fd
treed487516c6f764411fcaa14e3136bf159a60cfb20
parentfd50651636fb719098c2e6c3d8c6d7aef8208ae7
iommu: Add a kdoc to iommu_unmap()

Describe the most conservative version of the driver implementations.
All drivers should support this.

Many drivers support extending the range if a large page is hit, but
let's not make that officially approved API. The main point is to
document explicitly that split is not supported.

Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/3-v3-b3a5b5937f56+7bb-arm_no_split_jgg@nvidia.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/iommu.c