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: Ie1620354a0cf2cac5cd2c72bd5f244

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ă wrote: > On 2/6/2014 10:27 AM, Alex Porosanu wrote: > > Signed-off-by: Alex Porosanu > > --- > > drivers/crypto/caam/ctrl.c | 36 ++-- > > drivers/crypto/caam/ctrl.h | 2 +- > > 2 files changed, 11 insertions(+),

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 ---

[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 --- drivers/crypto/caam/ctrl.c | 36 ++-- driver