Re: [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

2018-07-11 Thread Paul Cercueil
Le mer. 11 juil. 2018 à 14:18, Vinod a écrit : On 10-07-18, 17:45, Paul Cercueil wrote: Le lun. 9 juil. 2018 à 19:14, Vinod a écrit : > On 03-07-18, 14:32, Paul Cercueil wrote: > > The JZ4725B has one DMA core starring six DMA channels. > > As for the JZ4770, each DMA channel's cloc

Re: [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

2018-07-11 Thread Vinod
On 10-07-18, 17:45, Paul Cercueil wrote: > > > Le lun. 9 juil. 2018 à 19:14, Vinod a écrit : > > On 03-07-18, 14:32, Paul Cercueil wrote: > > > The JZ4725B has one DMA core starring six DMA channels. > > > As for the JZ4770, each DMA channel's clock can be enabled with > > > a register write,

Re: [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

2018-07-10 Thread Paul Cercueil
Le lun. 9 juil. 2018 à 19:14, Vinod a écrit : On 03-07-18, 14:32, Paul Cercueil wrote: The JZ4725B has one DMA core starring six DMA channels. As for the JZ4770, each DMA channel's clock can be enabled with a register write, the difference here being that once started, it is not possible

Re: [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

2018-07-09 Thread Vinod
On 03-07-18, 14:32, Paul Cercueil wrote: > The JZ4725B has one DMA core starring six DMA channels. > As for the JZ4770, each DMA channel's clock can be enabled with > a register write, the difference here being that once started, it > is not possible to turn it off. ok so disable for this, right..

Re: [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

2018-07-04 Thread PrasannaKumar Muralidharan
On 3 July 2018 at 18:02, Paul Cercueil wrote: > The JZ4725B has one DMA core starring six DMA channels. > As for the JZ4770, each DMA channel's clock can be enabled with > a register write, the difference here being that once started, it > is not possible to turn it off. > > Signed-off-by: Paul Ce