summaryrefslogtreecommitdiff
path: root/drivers/rng
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* rockchip: rng: Add a driver for random number generator(rng) deviceLin Jinhan2020-04-293-0/+233
* drivers/rng: add Amlogic hardware RNG driverHeinrich Schuchardt2020-03-113-0/+129
* drivers/rng: simplify KconfigHeinrich Schuchardt2020-03-111-2/+7
* stm32mp1: rng: remove superfluous assignmentHeinrich Schuchardt2020-03-021-1/+1
* lib: Kconfig dependencies for pseudo-random libraryHeinrich Schuchardt2020-01-251-1/+0
* sandbox: rng: Add a random number generator(rng) driverSughosh Ganu2020-01-073-0/+65
* stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu2020-01-073-0/+168
* dm: rng: Add random number generator(rng) uclassSughosh Ganu2020-01-073-0/+36