commit | 170780be324da2c32ec0f7e9de2ebd0c4370ade5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 17 16:51:47 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Sep 11 08:14:57 2020 +0200 |
tree | b306de992ac6d8621c7426b72f2bb8008f32265d | |
parent | a4877c44a48e25f98f767a0fd54acacac55d1aac [diff] |
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>