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:
70d793c
)
crypto: caam - fix input job ring element dma mapping size
author
Kim Phillips
<kim.phillips@freescale.com>
Sat, 23 Jun 2012 00:42:36 +0000
(19:42 -0500)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:03 +0000
(14:42 +0800)
SEC4 h/w gets configured in 32- vs. 36-bit physical
addressing modes depending on the size of dma_addr_t,
which is not always equal to sizeof(u32 *).
Also fixed alignment of a dma_unmap call whilst in there.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found