Re: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support

2015-03-05 Thread Vinod Koul
On Tue, Dec 30, 2014 at 04:41:46PM +0800, Jingchang Lu wrote: > This adds the memory copy capability support, the memcpy > functionality needs to configure the DMAMUX of the channel > with the always on slave id. sorry looks like this slipped earlier.. > > Signed-off-by: Jingchang Lu > --- > dr

RE: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support

2015-02-11 Thread Yao Yuan
Cc: vinod.k...@intel.com; dmaeng...@vger.kernel.org; > dan.j.willi...@intel.com; linux-kernel@vger.kernel.org; linux-arm- > ker...@lists.infradead.org > Subject: Re: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support > > On 2014-12-30 09:41, Jingchang Lu wrote: > > This adds the me

Re: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support

2015-01-30 Thread Stefan Agner
On 2014-12-30 09:41, Jingchang Lu wrote: > This adds the memory copy capability support, the memcpy > functionality needs to configure the DMAMUX of the channel > with the always on slave id. Hi Jingchang, I run some tests on v3.19-rc6 with this patches applied on Vybrid SoC VF500 and VF610. On

RE: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support

2015-01-30 Thread Yao Yuan
PM > To: Lu Jingchang-B35083; vinod.k...@intel.com > Cc: dmaeng...@vger.kernel.org; dan.j.willi...@intel.com; linux- > ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support > > Hi, Vinod, > >

RE: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support

2015-01-14 Thread Jingchang Lu
Cc: dan.j.willi...@intel.com; dmaeng...@vger.kernel.org; linux- >ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Lu >Jingchang-B35083 >Subject: [PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support > >This adds the memory copy capability support, the memcpy functionality

[PATCH 1/2] dmaengine: fsl-edma: add dma memcpy support

2014-12-30 Thread Jingchang Lu
This adds the memory copy capability support, the memcpy functionality needs to configure the DMAMUX of the channel with the always on slave id. Signed-off-by: Jingchang Lu --- drivers/dma/fsl-edma.c | 63 -- 1 file changed, 61 insertions(+), 2 del