Re: [PATCH 5/7 v2] MIPS: use the generic uncached segment support in dma-direct

From: Christoph Hellwig
Date: Mon Jun 03 2019 - 02:53:07 EST


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:
> > Stop providing our arch alloc/free hooks and just expose the segment
> > offset instead.
> >
> > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> > ---
> > 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 <paul.burton@xxxxxxxx>

Thanks, I've merged thos into the dma-mapping tree.