Re: [PATCH 5/5] openrisc: use the generic in-place uncached DMA allocator

From: Stafford Horne
Date: Tue Feb 25 2020 - 05:09:48 EST


On Mon, Feb 24, 2020 at 11:44:45AM -0800, Christoph Hellwig wrote:
> Switch openrisc to use the dma-direct allocator and just provide the
> hooks for setting memory uncached or cached.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Reviewed-by: Stafford Horne <shorne@xxxxxxxxx>

I also test booted this series with linux 5.5 on my OpenRISC target. There are
no issues. Note, I had an issue with patch 3/5 not cleanly applying with 'git am'
but it worked fine using just patch, I didn't get any other details.

-Stafford