Re: [PATCH 2/2] dmaengine: milbeaut: Add Milbeaut AXI DMA controller

2019-05-07 Thread Kazuhiro Kasai
Thank you very much for quick response! I appreciate your comments. Maybe it takes long time, but I will try to write v2 patch with virt-dma. On Tue, May 07, 2019 at 22:40 +0530, Vinod Koul wrote: > On 07-05-19, 14:39, Kazuhiro Kasai wrote: > > On Fri, Apr 26, 2019 at 17:16 +0530, Vinod Koul

Re: [PATCH 2/2] dmaengine: milbeaut: Add Milbeaut AXI DMA controller

2019-05-07 Thread Vinod Koul
On 07-05-19, 14:39, Kazuhiro Kasai wrote: > On Fri, Apr 26, 2019 at 17:16 +0530, Vinod Koul wrote: > > On 25-03-19, 13:15, Kazuhiro Kasai wrote: > > > +struct m10v_dma_chan { > > > + struct dma_chan chan; > > > + struct m10v_dma_device *mdmac; > > > + void __iomem *regs; > > > + int irq; > > > +

Re: [PATCH 2/2] dmaengine: milbeaut: Add Milbeaut AXI DMA controller

2019-05-06 Thread Kazuhiro Kasai
Thank you very much for reviewing my patch. Sorry for my late reply. Japan was in Spring Vacation. On Fri, Apr 26, 2019 at 17:16 +0530, Vinod Koul wrote: > On 25-03-19, 13:15, Kazuhiro Kasai wrote: > > Add Milbeaut AXI DMA controller. This DMA controller has > > only capable of memory to memory

Re: [PATCH 2/2] dmaengine: milbeaut: Add Milbeaut AXI DMA controller

2019-04-26 Thread Vinod Koul
On 25-03-19, 13:15, Kazuhiro Kasai wrote: > Add Milbeaut AXI DMA controller. This DMA controller has > only capable of memory to memory transfer. Have you tested this with dmatest? > +struct m10v_dma_chan { > + struct dma_chan chan; > + struct m10v_dma_device *mdmac; > + void __iomem

Re: [PATCH 2/2] dmaengine: milbeaut: Add Milbeaut AXI DMA controller

2019-04-15 Thread Kazuhiro Kasai
Hello, Does anyone have any commnets on this? On Mon, Mar 25, 2019 at 4:15 +, Kazuhiro Kasai wrote: > Add Milbeaut AXI DMA controller. This DMA controller has > only capable of memory to memory transfer. > > Signed-off-by: Kazuhiro Kasai > --- > drivers/dma/Kconfig | 8 + >

[PATCH 2/2] dmaengine: milbeaut: Add Milbeaut AXI DMA controller

2019-03-24 Thread Kazuhiro Kasai
Add Milbeaut AXI DMA controller. This DMA controller has only capable of memory to memory transfer. Signed-off-by: Kazuhiro Kasai --- drivers/dma/Kconfig | 8 + drivers/dma/Makefile | 1 + drivers/dma/xdmac-milbeaut.c | 353 +++ 3