RE: [PATCH v2 3/4] dmaengine: vdma: Add 64 bit addressing support for the axi dma

2016-06-06 Thread Appana Durga Kedareswara Rao
Hi Vinod, > On Wed, May 18, 2016 at 01:17:32PM +0530, Kedareswara rao Appana wrote: > > + if (chan->cyclic) { > > + if (chan->ext_addr) > > + dma_writeq(chan, > XILINX_DMA_REG_TAILDESC, > > + chan->cyclic_se

Re: [PATCH v2 3/4] dmaengine: vdma: Add 64 bit addressing support for the axi dma

2016-06-06 Thread Vinod Koul
On Wed, May 18, 2016 at 01:17:32PM +0530, Kedareswara rao Appana wrote: > + if (chan->cyclic) { > + if (chan->ext_addr) > + dma_writeq(chan, XILINX_DMA_REG_TAILDESC, > +chan->cyclic_seg_v->phys); > +