OSDN Git Service

crypto: ux500 - Add driver for HASH hardware
authorAndreas Westin <andreas.westin@stericsson.com>
Mon, 30 Apr 2012 08:11:18 +0000 (10:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 May 2012 09:04:51 +0000 (19:04 +1000)
commit8a63b1994c500d4825ee73dc71502deffe5b135b
tree8495959cd99fba4c8a4a173b016a1cabdd1fe865
parent2789c08fffeae270820dda5d096634aecc810af5
crypto: ux500 - Add driver for HASH hardware

This adds a driver for the ST-Ericsson ux500 hash hardware
module. The driver implements support for SHA-1 and SHA-2.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andreas Westin <andreas.westin@stericsson.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/mach-ux500/include/mach/crypto-ux500.h
drivers/crypto/ux500/Kconfig
drivers/crypto/ux500/Makefile
drivers/crypto/ux500/hash/Makefile [new file with mode: 0644]
drivers/crypto/ux500/hash/hash_alg.h [new file with mode: 0644]
drivers/crypto/ux500/hash/hash_core.c [new file with mode: 0644]