hwrng: cn10k - Add random number generator support
authorSunil Goutham <sgoutham@marvell.com>
Tue, 14 Dec 2021 10:51:08 +0000 (16:21 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Dec 2021 03:18:22 +0000 (14:18 +1100)
commit38e9791a02090414d1e3433549001689cad71098
tree11ba5da4d202c4baca058e3e76c64d48f8cc7fc4
parent223a41f54946a22616c2b9a0abc86e55f74efc69
hwrng: cn10k - Add random number generator support

CN10K series of silicons support true random number
generators. This patch adds support for the same. Also
supports entropy health status checking.

Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Signed-off-by: Bharat Bhushan <bbhushan2@marvell.com>
Signed-off-by: Joseph Longever <jlongever@marvell.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/cn10k-rng.c [new file with mode: 0644]