]> Git Repo - u-boot.git/commit
dm: rng: Add random number generator(rng) uclass
authorSughosh Ganu <[email protected]>
Sat, 28 Dec 2019 18:28:27 +0000 (23:58 +0530)
committerHeinrich Schuchardt <[email protected]>
Tue, 7 Jan 2020 17:08:21 +0000 (18:08 +0100)
commita2487684003b0bc380955e1a38cdd71da3ca4366
tree16f94d87badaeae9d2cd6cb5c9bb4050ba9a82af
parent8391f955494efc0dbe136e1557e9606bbf55d046
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 <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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]
This page took 0.035843 seconds and 4 git commands to generate.