From: Maxime Ripard Date: Tue, 11 Nov 2014 18:35:52 +0000 (+0100) Subject: dmaengine: sun6i: Fix memcpy operation X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~90^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9cd915b64bb95f7b41667b4bf8b22f0a0a557b;p=pandora-kernel.git 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 Cc: stable@vger.kernel.org Signed-off-by: Vinod Koul --- Reading git-diff-tree failed