Linus Walleij
453de3eb08
crypto: ux500/cryp - delete driver
...
It turns out we can just modify the newer STM32 CRYP driver
to be used with Ux500 and now that we have done that, delete
the old and sparsely maintained Ux500 CRYP driver.
Cc: Lionel Debieve <lionel.debieve@foss.st.com >
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com >
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2022-12-09 18:45:01 +08:00
Thomas Gleixner
af873fcece
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
...
Based on 1 normalized pattern(s):
license terms gnu general public license gpl version 2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 161 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Reviewed-by: Allison Randal <allison@lohutok.net >
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com >
Reviewed-by: Steve Winslow <swinslow@gmail.com >
Reviewed-by: Richard Fontana <rfontana@redhat.com >
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.447718015@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-05-30 11:29:22 -07:00
Andreas Westin
8a63b1994c
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 >
2012-05-04 19:04:51 +10:00
Andreas Westin
2789c08fff
crypto: ux500 - Add driver for CRYP hardware
...
This adds a driver for the ST-Ericsson ux500 crypto hardware
module. It supports AES, DES and 3DES, the driver implements
support for AES-ECB,CBC and CTR.
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 >
2012-05-04 19:04:51 +10:00