commit | 6e4e603a9a99c6e27a74c1a813a7c751d85a721d | [log] [tgz] |
---|---|---|
author | Nitesh Lal <NiteshNarayanLal@freescale.com> | Fri Mar 07 16:06:08 2014 +0530 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Mar 10 20:17:12 2014 +0800 |
tree | 2ff725ece6047f8a46f230b2d5b79f3707454777 | |
parent | 4f7f1d7cff8f2c170ce0319eb4c01a82c328d34f [diff] |
crypto: caam - Dynamic memory allocation for caam_rng_ctx object This patch allocates memory from DMAable region to the caam_rng_ctx object, earlier it had been statically allocated which resulted in errorneous behaviour on inserting the caamrng module at the runtime. Signed-off-by: Nitesh Lal <NiteshNarayanLal@freescale.com> Acked-by: Ruchika Gupta <ruchika.gupta@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>