[PATCH v5 1/3] iommu: Implement common IOMMU ops for DMA mapping
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2015-08-03 17:40:10
Also in:
linux-iommu
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2015-08-03 17:40:10
Also in:
linux-iommu
On Fri, Jul 31, 2015 at 06:18:27PM +0100, Robin Murphy wrote:
Taking inspiration from the existing arch/arm code, break out some generic functions to interface the DMA-API to the IOMMU-API. This will do the bulk of the heavy lifting for IOMMU-backed dma-mapping. Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>