]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto4xx: integrate ppc4xx-rng into crypto4xx
authorChristian Lamparter <chunkeey@googlemail.com>
Mon, 18 Apr 2016 10:57:41 +0000 (12:57 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Apr 2016 09:50:02 +0000 (17:50 +0800)
commit5343e674f32fb82b7a80a24b5a84eee62d3fe624
tree33fdbbb3df21e5aaef8b15b59822778016141c40
parente81f3340bba2bdcdf021aff511830e718e6e2112
crypto4xx: integrate ppc4xx-rng into crypto4xx

This patch integrates the ppc4xx-rng driver into the existing
crypto4xx. This is because the true random number generator
is controlled and part of the security core.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig
drivers/char/hw_random/Makefile
drivers/char/hw_random/ppc4xx-rng.c [deleted file]
drivers/crypto/Kconfig
drivers/crypto/amcc/Makefile
drivers/crypto/amcc/crypto4xx_core.c
drivers/crypto/amcc/crypto4xx_core.h
drivers/crypto/amcc/crypto4xx_reg_def.h
drivers/crypto/amcc/crypto4xx_trng.c [new file with mode: 0644]
drivers/crypto/amcc/crypto4xx_trng.h [new file with mode: 0644]