Re: [U-Boot] [PATCH 06/10][v6] DM: crypto/fsl - Add Freescale rsa DM driver

2015-01-28 Thread Simon Glass
On 26 January 2015 at 06:39, Simon Glass s...@chromium.org wrote:
 On 23 January 2015 at 03:31, Ruchika Gupta ruchika.gu...@freescale.com 
 wrote:
 Driver added for RSA Modular Exponentiation using Freescale Hardware
 Accelerator CAAM. The driver uses UCLASS_MOD_EXP

 Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com
 CC: Simon Glass s...@chromium.org
 ---
 Changes in v6:
 No Changes

 Changes in v5:
 Reverted mod_exp not to use output length

 Changes in v4:
 Modified for the changes in op function of rsa class mod_exp

 Changes in v3:
 Moved to integrate with RSA UCLASS

  drivers/crypto/Kconfig|  1 +
  drivers/crypto/fsl/Kconfig|  6 +
  drivers/crypto/fsl/Makefile   |  1 +
  drivers/crypto/fsl/fsl_rsa.c  | 60 
 +++
  drivers/crypto/fsl/jobdesc.c  | 28 
  drivers/crypto/fsl/jobdesc.h  |  5 
  drivers/crypto/fsl/rsa_caam.h | 28 
  7 files changed, 129 insertions(+)
  create mode 100644 drivers/crypto/fsl/Kconfig
  create mode 100644 drivers/crypto/fsl/fsl_rsa.c
  create mode 100644 drivers/crypto/fsl/rsa_caam.h

 I don't see what you want inline functions in jobdesc.h, but I suppose
 that is your business.

 Acked-by: Simon Glass s...@chromium.org

Applied to u-boot-dm, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 06/10][v6] DM: crypto/fsl - Add Freescale rsa DM driver

2015-01-26 Thread Simon Glass
On 23 January 2015 at 03:31, Ruchika Gupta ruchika.gu...@freescale.com wrote:
 Driver added for RSA Modular Exponentiation using Freescale Hardware
 Accelerator CAAM. The driver uses UCLASS_MOD_EXP

 Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com
 CC: Simon Glass s...@chromium.org
 ---
 Changes in v6:
 No Changes

 Changes in v5:
 Reverted mod_exp not to use output length

 Changes in v4:
 Modified for the changes in op function of rsa class mod_exp

 Changes in v3:
 Moved to integrate with RSA UCLASS

  drivers/crypto/Kconfig|  1 +
  drivers/crypto/fsl/Kconfig|  6 +
  drivers/crypto/fsl/Makefile   |  1 +
  drivers/crypto/fsl/fsl_rsa.c  | 60 
 +++
  drivers/crypto/fsl/jobdesc.c  | 28 
  drivers/crypto/fsl/jobdesc.h  |  5 
  drivers/crypto/fsl/rsa_caam.h | 28 
  7 files changed, 129 insertions(+)
  create mode 100644 drivers/crypto/fsl/Kconfig
  create mode 100644 drivers/crypto/fsl/fsl_rsa.c
  create mode 100644 drivers/crypto/fsl/rsa_caam.h

I don't see what you want inline functions in jobdesc.h, but I suppose
that is your business.

Acked-by: Simon Glass s...@chromium.org
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot