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

From: Paul Burton
Date: Wed May 01 2019 - 13:14:17 EST


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,
Paul