]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit84efd04214fd601669445a1231026862027517c5
treeff4990234e5673004afb6ac75a0e356589281b3d
parentbce2bbd8dc942c0cea233c66e2ada74a6ac05122
dmaengine: edma: Add DMA memcpy support

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