dmaengine: edma: Add DMA memcpy support
authorJoel Fernandes <joelf@ti.com>
Sat, 19 Apr 2014 02:50:33 +0000 (21:50 -0500)
committerVinod Koul <vinod.koul@intel.com>
Tue, 22 Apr 2014 16:08:56 +0000 (21:38 +0530)
We add DMA memcpy support to EDMA driver. Successful tests performed using
dmatest kernel module. Copy alignment is set to DMA_SLAVE_BUSWIDTH_4_BYTES and
users must ensure length is aligned so that copy is performed fully.

Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c

Simple merge