[U-Boot] [PATCH 6/9] [v3] DM: crypto/fsl - Add Freescale rsa DM driver

2014-12-23 Thread Ruchika Gupta
Driver added for RSA Modular Exponentiation using Freescale Hardware Accelerator CAAM. The driver used uclass rsa. Signed-off-by: Ruchika Gupta CC: Simon Glass --- Changes in v3: Moved to integrate with RSA UCLASS drivers/crypto/Kconfig| 2 ++ drivers/crypto/fsl/Kconfig| 6 +

Re: [U-Boot] [PATCH 6/9] [v3] DM: crypto/fsl - Add Freescale rsa DM driver

2014-12-23 Thread Simon Glass
On 23 December 2014 at 04:32, Ruchika Gupta wrote: > Driver added for RSA Modular Exponentiation using Freescale Hardware > Accelerator CAAM. The driver used uclass rsa. > > Signed-off-by: Ruchika Gupta > CC: Simon Glass > --- > Changes in v3: > Moved to integrate with RSA UCLASS Acked-by: Simo