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

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 m

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/Kcon

[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

[PATCH 1/2] dt-bindings: dmaengine: Add Milbeaut AXI DMA controller bindings

2019-03-24 Thread Kazuhiro Kasai
Add Milbeaut AXI DMA controller bindings. This DMA controller has only capable of memory to memory transfer. Signed-off-by: Kazuhiro Kasai --- .../devicetree/bindings/dma/xdmac-milbeaut.txt | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 Documentation

[PATCH 0/2] Add support for AXI DMA controller on Milbeaut series

2019-03-24 Thread Kazuhiro Kasai
The following series adds AXI DMA controller support on Milbeaut series. This controller has only capable of memory to memory transfer. Kazuhiro Kasai (2): dt-bindings: dmaengine: Add Milbeaut AXI DMA controller bindings dmaengine: milbeaut: Add Milbeaut AXI DMA controller .../devicetree