commit | 1f9cd915b64bb95f7b41667b4bf8b22f0a0a557b | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Nov 11 19:35:52 2014 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Nov 12 14:54:09 2014 +0530 |
tree | 920d2b885d9a37738cfa6c1b124e5aef2eee1a76 | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 [diff] |
dmaengine: sun6i: Fix memcpy operation The prep_memcpy call was not setting any meaningful burst and width because it was relying on the dma_slave_config was not set already. Rework the needed conversion functions, and hardcode the width and burst to use. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: stable@vger.kernel.org Signed-off-by: Vinod Koul <vinod.koul@intel.com>