crypto: sun4i-ss - Move to Allwinner directory
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Wed, 23 Oct 2019 20:05:13 +0000 (22:05 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Nov 2019 05:38:31 +0000 (13:38 +0800)
commit17513547a87a82b4086e802ac93b5c4e5f644ff1
tree414a64cf498c24b08611136b8e69f73809638b06
parent06f751b613296cc34b86fc83fccaf30d646eb8bc
crypto: sun4i-ss - Move to Allwinner directory

Since we have a dedicated Allwinner directory for crypto driver, move
the sun4i-ss driver in it.

Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/allwinner/Kconfig
drivers/crypto/allwinner/Makefile
drivers/crypto/allwinner/sun4i-ss/Makefile [moved from drivers/crypto/sunxi-ss/Makefile with 100% similarity]
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c [moved from drivers/crypto/sunxi-ss/sun4i-ss-cipher.c with 100% similarity]
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c [moved from drivers/crypto/sunxi-ss/sun4i-ss-core.c with 100% similarity]
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c [moved from drivers/crypto/sunxi-ss/sun4i-ss-hash.c with 100% similarity]
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-prng.c [moved from drivers/crypto/sunxi-ss/sun4i-ss-prng.c with 100% similarity]
drivers/crypto/allwinner/sun4i-ss/sun4i-ss.h [moved from drivers/crypto/sunxi-ss/sun4i-ss.h with 100% similarity]