commit | f97581cfa6e7db9818520597b8a44f8268d75013 | [log] [tgz] |
---|---|---|
author | Tudor Ambarus <tudor-dan.ambarus@nxp.com> | Fri Sep 30 12:09:39 2016 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Oct 02 22:33:45 2016 +0800 |
tree | 3142b5190712e36c9c3d143086de0a1151c6f27a | |
parent | 81422badb39078fde1ffcecda3caac555226fc7b [diff] |
crypto: caam - treat SGT address pointer as u64 Even for i.MX, CAAM is able to use address pointers greater than 32 bits, the address pointer field being interpreted as a double word. Enforce u64 address pointer in the sec4_sg_entry struct. This patch fixes the SGT address pointer endianness issue for 32bit platforms where core endianness != caam endianness. Signed-off-by: Tudor Ambarus <tudor-dan.ambarus@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>