Re: [PATCH] crypto: caam - fix ERA retrieval function

2014-02-09 Thread Herbert Xu
On Thu, Feb 06, 2014 at 11:41:28AM +0200, Horia Geantă wrote: On 2/6/2014 10:27 AM, Alex Porosanu wrote: SEC ERA has to be retrieved by reading the fsl,sec-era property from the device tree. This property is updated/filled in by u-boot. Change-Id: Ie1620354a0cf2cac5cd2c72bd5f2449f55858378

Re: [PATCH] crypto: caam - fix ERA retrieval function

2014-02-07 Thread Kim Phillips
On Thu, 6 Feb 2014 11:41:28 +0200 Horia Geantă horia.gea...@freescale.com wrote: On 2/6/2014 10:27 AM, Alex Porosanu wrote: Signed-off-by: Alex Porosanu alexandru.poros...@freescale.com --- drivers/crypto/caam/ctrl.c | 36 ++--

[PATCH] crypto: caam - fix ERA retrieval function

2014-02-06 Thread Alex Porosanu
SEC ERA has to be retrieved by reading the fsl,sec-era property from the device tree. This property is updated/filled in by u-boot. Change-Id: Ie1620354a0cf2cac5cd2c72bd5f2449f55858378 Signed-off-by: Alex Porosanu alexandru.poros...@freescale.com --- drivers/crypto/caam/ctrl.c | 36

Re: [PATCH] crypto: caam - fix ERA retrieval function

2014-02-06 Thread Horia Geantă
On 2/6/2014 10:27 AM, Alex Porosanu wrote: SEC ERA has to be retrieved by reading the fsl,sec-era property from the device tree. This property is updated/filled in by u-boot. Change-Id: Ie1620354a0cf2cac5cd2c72bd5f2449f55858378 Change-Id should be dropped. Signed-off-by: Alex Porosanu