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:
638a542
)
dma: mmp_pdma: fix maximum transfer length
author
Daniel Mack
<zonque@gmail.com>
Sat, 10 Aug 2013 16:52:17 +0000
(18:52 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 14 Aug 2013 08:25:15 +0000
(13:55 +0530)
There's no reason for limiting the maximum transfer length to 0x1000.
Take the actual bit mask instead; the PDMA is able to transfer chunks of
up to SZ_8K - 1.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found