Commit c588072b authored by Tom Murphy's avatar Tom Murphy Committed by Will Deacon
Browse files

iommu/vt-d: Convert intel iommu driver to the iommu ops



Convert the intel iommu driver to the dma-iommu api. Remove the iova
handling and reserve region code from the intel iommu driver.

Signed-off-by: default avatarTom Murphy <murphyt7@tcd.ie>
Signed-off-by: default avatarLu Baolu <baolu.lu@linux.intel.com>
Tested-by: default avatarLogan Gunthorpe <logang@deltatee.com>
Link: https://lore.kernel.org/r/20201124082057.2614359-7-baolu.lu@linux.intel.com


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent c062db03
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ config INTEL_IOMMU
	select DMAR_TABLE
	select SWIOTLB
	select IOASID
	select IOMMU_DMA
	help
	  DMA remapping (DMAR) devices support enables independent address
	  translations for Direct Memory Access (DMA) from devices.
+42 −703

File changed.

Preview size limit exceeded, changes collapsed.