]> git.baikalelectronics.ru Git - uboot.git/commit
dm: rng: Add random number generator(rng) uclass
authorSughosh Ganu <sughosh.ganu@linaro.org>
Sat, 28 Dec 2019 18:28:27 +0000 (23:58 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:21 +0000 (18:08 +0100)
commit149e294dba1b7d5b1945e5b1b6cde5e5e58feda3
tree16f94d87badaeae9d2cd6cb5c9bb4050ba9a82af
parent863fe4c971a0d4b7c1292e0f8e19646279ac7d5a
dm: rng: Add random number generator(rng) uclass

Add a uclass for reading a random number seed from a random number
generator device.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/Kconfig
drivers/Makefile
drivers/rng/Kconfig [new file with mode: 0644]
drivers/rng/Makefile [new file with mode: 0644]
drivers/rng/rng-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/rng.h [new file with mode: 0644]