MIPS/jazzdma: decouple from dma-direct
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Aug 2020 14:51:47 +0000 (16:51 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 11 Sep 2020 06:14:57 +0000 (08:14 +0200)
commit170780be324da2c32ec0f7e9de2ebd0c4370ade5
treeb306de992ac6d8621c7426b72f2bb8008f32265d
parenta4877c44a48e25f98f767a0fd54acacac55d1aac
MIPS/jazzdma: decouple from dma-direct

The jazzdma ops implement support for a very basic IOMMU.  Thus we really
should not use the dma-direct code that takes physical address limits
into account.  This survived through the great MIPS DMA ops cleanup mostly
because I was lazy, but now it is time to fully split the implementations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/jazz/jazzdma.c