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

From: Christoph Hellwig
Date: Mon Feb 24 2020 - 14:45:37 EST


On Sat, Feb 22, 2020 at 07:14:47AM +0900, Stafford Horne wrote:
> On Thu, Feb 20, 2020 at 09:01:39AM -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>
>
> Also, I test booted openrisc with linux 5.5 + these patches. Thanks for
> continuing to shrink my code base.

I just resent a new version that changes how the hooks work based on
feedback from Robin. Everything should work as-is, but if you have
some time to retest that would be great.