Re: [PATCH 5/7 v2] MIPS: use the generic uncached segment support in dma-direct
From: Christoph Hellwig <hch@lst.de>
Date: 2019-06-03 06:49:23
Also in:
linux-iommu, linux-mips, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2019-06-03 06:49:23
Also in:
linux-iommu, linux-mips, lkml
On Wed, May 01, 2019 at 05:13:57PM +0000, Paul Burton wrote:
Hi Christoph, On Wed, May 01, 2019 at 03:13:39PM +0200, Christoph Hellwig wrote:quoted
Stop providing our arch alloc/free hooks and just expose the segment offset instead. Signed-off-by: Christoph Hellwig <hch@lst.de> --- arch/mips/Kconfig | 1 + arch/mips/include/asm/page.h | 3 --- arch/mips/jazz/jazzdma.c | 6 ------ arch/mips/mm/dma-noncoherent.c | 26 +++++++++----------------- 4 files changed, 10 insertions(+), 26 deletions(-)This one looks good to me now, for patches 1 & 5: Acked-by: Paul Burton [off-list ref]
Thanks, I've merged thos into the dma-mapping tree.