crypto: sahara - Add driver for SAHARA2 accelerator.
authorJavier Martin <javier.martin@vista-silicon.com>
Fri, 1 Mar 2013 11:37:53 +0000 (12:37 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Mar 2013 09:44:41 +0000 (17:44 +0800)
commit5de8875281e1db024d67cbd5c792264194bfca2a
treefd724bffecfd4fb373176f8a7b2409f8880c6f8c
parent6375bcf7867fb18241fda47bfaeec85b925221f3
crypto: sahara - Add driver for SAHARA2 accelerator.

SAHARA2 HW module is included in the i.MX27 SoC from
Freescale. It is capable of performing cipher algorithms
such as AES, 3DES..., hashing and RNG too.

This driver provides support for AES-CBC and AES-ECB
by now.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/devicetree/bindings/crypto/fsl-imx-sahara.txt [new file with mode: 0644]
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/sahara.c [new file with mode: 0644]