]> xenbits.xensource.com Git - xen.git/commit
iommu/arm: Add iommu_dt_xlate()
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Fri, 14 Mar 2025 13:34:50 +0000 (13:34 +0000)
committerStefano Stabellini <stefano.stabellini@amd.com>
Tue, 22 Apr 2025 00:37:41 +0000 (17:37 -0700)
commitb8f43b71dad07a4878d0ee3061fd963429a04727
tree28007a5edd44cf7892c8914c98354ca30eb7c197
parentdf68a4cb7ed9418f0c5af56a717714b5280737e4
iommu/arm: Add iommu_dt_xlate()

Move code for processing DT IOMMU specifier to a separate helper.
This helper will be re-used for adding PCI devices by the subsequent
patches as we will need exact the same actions for processing
DT PCI-IOMMU specifier.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Signed-off-by: Stewart Hildebrand <stewart.hildebrand@amd.com>
Signed-off-by: Mykyta Poturai <mykyta_poturai@epam.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
xen/drivers/passthrough/device_tree.c