summaryrefslogtreecommitdiff
path: root/drivers/rng
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-29rockchip: rng: Add a driver for random number generator(rng) deviceLin Jinhan3-0/+233
2020-03-11drivers/rng: add Amlogic hardware RNG driverHeinrich Schuchardt3-0/+129
2020-03-11drivers/rng: simplify KconfigHeinrich Schuchardt1-2/+7
2020-03-02stm32mp1: rng: remove superfluous assignmentHeinrich Schuchardt1-1/+1
2020-01-25lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt1-1/+0
2020-01-07sandbox: rng: Add a random number generator(rng) driverSughosh Ganu3-0/+65
2020-01-07stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu3-0/+168
2020-01-07dm: rng: Add random number generator(rng) uclassSughosh Ganu3-0/+36