OSDN Git Service

crypto: amlogic - Add crypto accelerator for amlogic GXL
authorCorentin Labbe <clabbe@baylibre.com>
Thu, 17 Oct 2019 05:06:25 +0000 (05:06 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 25 Oct 2019 15:09:58 +0000 (02:09 +1100)
commit48fe583fe54177bfb80f348e2a5cc34c3f710095
tree59082ed7d4c55cd7ff587df9bdcdbaba928dee1b
parentf1fb7ea262e4e604f5e881698a09181471b08dfc
crypto: amlogic - Add crypto accelerator for amlogic GXL

This patch adds support for the amlogic GXL cryptographic offloader present
on GXL SoCs.

This driver supports AES cipher in CBC/ECB mode.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/amlogic/Kconfig [new file with mode: 0644]
drivers/crypto/amlogic/Makefile [new file with mode: 0644]
drivers/crypto/amlogic/amlogic-gxl-cipher.c [new file with mode: 0644]
drivers/crypto/amlogic/amlogic-gxl-core.c [new file with mode: 0644]
drivers/crypto/amlogic/amlogic-gxl.h [new file with mode: 0644]