Skip to content

Commit

Permalink
iommu/vt-d: Convert intel iommu driver to the iommu ops
Browse files Browse the repository at this point in the history
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: Tom Murphy <murphyt7@tcd.ie>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Tested-by: Logan Gunthorpe <logang@deltatee.com>
Link: https://lore.kernel.org/r/20201124082057.2614359-7-baolu.lu@linux.intel.com
Signed-off-by: Will Deacon <will@kernel.org>
  • Loading branch information
Tom Murphy authored and Will Deacon committed Nov 25, 2020
1 parent c062db0 commit c588072
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 703 deletions.
1 change: 1 addition & 0 deletions drivers/iommu/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit c588072

Please sign in to comment.