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

2012-02-27 Thread Andreas Westin
This adds the required platform data and calls to enable the CRYP/HASH driver. Acked-by: Linus Walleij linus.wall...@linaro.org Signed-off-by: Andreas Westin andreas.wes...@stericsson.com --- arch/arm/mach-ux500/board-mop500.c | 48

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

2012-02-27 Thread Andreas Westin
Hi, This is a rebase against the crypto dev tree, the previous patches where based on linux next. 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] crypto: mv_cesa - fix final callback not ignoring input data

2012-02-27 Thread Phil Sutter
Broken by commit 6ef84509f3d439ed2d43ea40080643efec37f54f for users passing a request with non-zero 'nbytes' field, like e.g. testmgr. Cc: sta...@kernel.org # 3.0+ Signed-off-by: Phil Sutter phil.sut...@viprinet.com --- drivers/crypto/mv_cesa.c |1 + 1 files changed, 1 insertions(+), 0

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

2012-02-27 Thread Kim Phillips
On Mon, 27 Feb 2012 10:32:16 +0100 Andreas Westin andreas.wes...@stericsson.com wrote: Andreas Westin (2): crypto: ux500 - Add driver for CRYP/HASH hardware. so I haven't been able to receive and review patch 1/2, presumably due to mailing list size limits...resend in smaller pieces?