Re: [PATCH 06/25] iommu/dma: move the arm64 wrappers to common code

2019-05-03 Thread Catalin Marinas
On Tue, Apr 30, 2019 at 06:51:55AM -0400, Christoph Hellwig wrote: > There is nothing really arm64 specific in the iommu_dma_ops > implementation, so move it to dma-iommu.c and keep a lot of symbols > self-contained. Note the implementation does depend on the > DMA_DIRECT_REMAP infrastructure for

[PATCH 06/25] iommu/dma: move the arm64 wrappers to common code

2019-04-30 Thread Christoph Hellwig
There is nothing really arm64 specific in the iommu_dma_ops implementation, so move it to dma-iommu.c and keep a lot of symbols self-contained. Note the implementation does depend on the DMA_DIRECT_REMAP infrastructure for now, so we'll have to make the DMA_IOMMU support depend on it, but this wil