Christoph Hellwig ea8c64ace8 dma-mapping: move swiotlb arch helpers to a new header
phys_to_dma, dma_to_phys and dma_capable are helpers published by
architecture code for use of swiotlb and xen-swiotlb only.  Drivers are
not supposed to use these directly, but use the DMA API instead.

Move these to a new asm/dma-direct.h helper, included by a
linux/dma-direct.h wrapper that provides the default linear mapping
unless the architecture wants to override it.

In the MIPS case the existing dma-coherent.h is reused for now as
untangling it will take a bit of work.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Robin Murphy <robin.murphy@arm.com>
2018-01-10 16:40:54 +01:00
..
2015-12-21 14:40:55 +00:00
2017-05-02 12:06:50 +02:00
2017-12-12 09:39:43 -05:00
2017-11-16 13:06:27 -08:00
2015-12-21 14:40:55 +00:00
2011-12-16 13:29:31 -05:00
2017-11-16 13:06:27 -08:00
2017-06-05 16:59:12 +02:00