git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df1f24
)
dmaengine: sun6i: Fix memcpy operation
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Tue, 11 Nov 2014 18:35:52 +0000
(19:35 +0100)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 12 Nov 2014 09:24:09 +0000
(14:54 +0530)
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>
No differences found