RE: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

2016-08-24 Thread Yao Yuan
On Thu, Aug 18, 2016 at 05:16 PM +0800, Russell King wrote: > On Thu, Aug 18, 2016 at 02:38:44PM +0800, Yuan Yao wrote: > > + spin_lock(_comp->qchan->vchan.lock); > > + if (status == DMA_COMPLETE) > > +

RE: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

2016-08-24 Thread Yao Yuan
On Thu, Aug 18, 2016 at 05:16 PM +0800, Russell King wrote: > On Thu, Aug 18, 2016 at 02:38:44PM +0800, Yuan Yao wrote: > > + spin_lock(_comp->qchan->vchan.lock); > > + if (status == DMA_COMPLETE) > > +

Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

2016-08-23 Thread kbuild test robot
Hi Yuan, [auto build test WARNING on linus/master] [also build test WARNING on v4.8-rc3 next-20160823] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

2016-08-23 Thread kbuild test robot
Hi Yuan, [auto build test WARNING on linus/master] [also build test WARNING on v4.8-rc3 next-20160823] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

2016-08-18 Thread Russell King - ARM Linux
On Thu, Aug 18, 2016 at 02:38:44PM +0800, Yuan Yao wrote: > + spin_lock(_comp->qchan->vchan.lock); > + if (status == DMA_COMPLETE) > + vchan_cookie_complete(_comp->vdesc); > + fsl_comp->qchan->status = status;

Re: [PATCH v1 1/5] dma: Add QorIQ qDMA engine driver support

2016-08-18 Thread Russell King - ARM Linux
On Thu, Aug 18, 2016 at 02:38:44PM +0800, Yuan Yao wrote: > + spin_lock(_comp->qchan->vchan.lock); > + if (status == DMA_COMPLETE) > + vchan_cookie_complete(_comp->vdesc); > + fsl_comp->qchan->status = status;