summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/mvrng.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-5/+5
| | | | | | | | | this gets rid of the source annotation which doesn't really add anything other than adding complexitiy. randomess is generally good enough that the few extra bits that the source type would add are not worth it. ok mikeb@ deraadt@
* Add mvrng(4), a driver for the random number generator on the Marvell Armadakettenis2018-04-021-0/+147
7K & 8K SoCs.