commit | b206d9a23ac71cb905f5fb6e0cd813406f89b678 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Mon May 18 13:46:16 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Jun 25 09:22:32 2015 +0530 |
tree | 885cdd646b644d9a753d2cf3e386c6d49fd3b6a8 | |
parent | f2704052cb42aabfa19b3f897cbceb70e2e63c45 [diff] |
dmaengine: xdmac: Add memset support The XDMAC supports memset transfers, both over contiguous areas, and over discontiguous areas through a LLI. The current memset operation only supports contiguous memset for now, add some support for it. Scatter-gathered memset will come eventually. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>