Re: [PATCH] nios2: use generic dma_noncoherent_ops

2018-07-23 Thread Ley Foon Tan
On Mon, 2018-07-23 at 10:27 +0200, Christoph Hellwig wrote: > On Mon, Jul 23, 2018 at 04:20:42PM +0800, Ley Foon Tan wrote: > > > > On Thu, 2018-07-19 at 14:22 +0200, Christoph Hellwig wrote: > > > > > > On Thu, Jul 19, 2018 at 01:48:55PM +0800, Ley Foon Tan wrote: > > > > > > > > > > > > Do

Re: [PATCH] nios2: use generic dma_noncoherent_ops

2018-07-23 Thread Ley Foon Tan
On Thu, 2018-07-19 at 14:22 +0200, Christoph Hellwig wrote: > On Thu, Jul 19, 2018 at 01:48:55PM +0800, Ley Foon Tan wrote: > > > > Do you have git repo for this series of patches? > This patch should apply without the need for any other patch > to Linus' latest tree, but I have a tree with all

Re: [PATCH] nios2: use generic dma_noncoherent_ops

2018-07-23 Thread Christoph Hellwig
On Mon, Jul 23, 2018 at 04:20:42PM +0800, Ley Foon Tan wrote: > On Thu, 2018-07-19 at 14:22 +0200, Christoph Hellwig wrote: > > On Thu, Jul 19, 2018 at 01:48:55PM +0800, Ley Foon Tan wrote: > > > > > > Do you have git repo for this series of patches? > > This patch should apply without the need

Re: [PATCH] nios2: use generic dma_noncoherent_ops

2018-07-19 Thread Christoph Hellwig
On Thu, Jul 19, 2018 at 01:48:55PM +0800, Ley Foon Tan wrote: > Do you have git repo for this series of patches? This patch should apply without the need for any other patch to Linus' latest tree, but I have a tree with all the conversions here:

Re: [PATCH] nios2: use generic dma_noncoherent_ops

2018-07-19 Thread Ley Foon Tan
On Wed, 2018-07-11 at 17:32 +0200, Christoph Hellwig wrote: > ping?  Any comments? > > On Tue, Jun 19, 2018 at 09:01:37AM +0200, Christoph Hellwig wrote: > > > > Switch to the generic noncoherent direct mapping implementation. > > > > Signed-off-by: Christoph Hellwig > > --- > >  

Re: [PATCH] nios2: use generic dma_noncoherent_ops

2018-07-11 Thread Christoph Hellwig
ping? Any comments? On Tue, Jun 19, 2018 at 09:01:37AM +0200, Christoph Hellwig wrote: > Switch to the generic noncoherent direct mapping implementation. > > Signed-off-by: Christoph Hellwig > --- > arch/nios2/Kconfig | 3 + > arch/nios2/include/asm/Kbuild| 1 + >

[PATCH] nios2: use generic dma_noncoherent_ops

2018-06-19 Thread Christoph Hellwig
Switch to the generic noncoherent direct mapping implementation. Signed-off-by: Christoph Hellwig --- arch/nios2/Kconfig | 3 + arch/nios2/include/asm/Kbuild| 1 + arch/nios2/include/asm/dma-mapping.h | 20 arch/nios2/mm/dma-mapping.c | 139