diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-02-20 16:00:53 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-02-26 13:10:12 +0300 |
commit | a7055d572c51338bed8673331ead6759cae6b70b (patch) | |
tree | 866447c4e62c01570c4418744700f8aad39f00bf /include/linux/iommu.h | |
parent | 2405bc162583e1d7c40b13bf078e87428d2dfe4e (diff) | |
download | linux-a7055d572c51338bed8673331ead6759cae6b70b.tar.xz |
iommu: Document iommu_ops.is_attach_deferred()
Add missing kerneldoc for iommu_ops.is_attach_deferred().
Fixes: e01d1913b0d08171 ("iommu: Add is_attach_deferred call-back to iommu-ops")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r-- | include/linux/iommu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 28ad97801032..41fa7958592d 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -184,6 +184,8 @@ struct iommu_resv_region { * @domain_window_enable: Configure and enable a particular window for a domain * @domain_window_disable: Disable a particular window for a domain * @of_xlate: add OF master IDs to iommu grouping + * @is_attach_deferred: Check if domain attach should be deferred from iommu + * driver init to device driver init (default no) * @pgsize_bitmap: bitmap of all possible supported page sizes */ struct iommu_ops { |