commit | 8cc3e30bea9a90f9ab7a1bc4612792c40ad7ae95 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelf@ti.com> | Fri Apr 18 21:50:33 2014 -0500 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Apr 22 21:38:56 2014 +0530 |
tree | ff4990234e5673004afb6ac75a0e356589281b3d | |
parent | e6fad592b0e8a6205f23a3e55b2e682e4f36d32f [diff] |
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>