From: Kim Phillips Date: Sat, 23 Jun 2012 00:42:36 +0000 (-0500) Subject: crypto: caam - fix input job ring element dma mapping size X-Git-Tag: v3.6-rc1~94^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68d2595876c7cc56f122572fa0a3465d438fefc;p=pandora-kernel.git crypto: caam - fix input job ring element dma mapping size 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed