[PATCH 2/2] mach-ux500: Crypto: core support for CRYP/HASH module.

2012-02-24 Thread Andreas Westin
This adds the required platform data and calls to enable the CRYP/HASH driver. Acked-by: Linus Walleij Signed-off-by: Andreas Westin --- arch/arm/mach-ux500/board-mop500.c | 48 arch/arm/mach-ux500/board-u5500.c | 48

[PATCH 0/2] crypto: ux500 crypto and hash driver

2012-02-24 Thread Andreas Westin
Hi, I'm re-sending since one patch seems to have been lost. This adds a driver for the ST-Ericsson ux500 hardware crypto and hash module. It supports: * AES with 128, 192 and 256bit keysize and ECB, CBC and CTR modes. * DES and 3DES * SHA-1 and SHA-256 One patch for the driver and one for core