stm32mp1: rng: Add a driver for random number generator(rng) device
authorSughosh Ganu <sughosh.ganu@linaro.org>
Sat, 28 Dec 2019 18:28:29 +0000 (23:58 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:21 +0000 (18:08 +0100)
commit231ec905837010f7c50d44423f588118b3090cce
treea378ff7700694f4e660a72dfbf6b4a7c58ac4147
parent82ebf0f6a01c79aa4059bdaf3ddc6522adcc56b5
stm32mp1: rng: Add a driver for random number generator(rng) device

Add a driver for the rng device found on stm32mp1 platforms. The
driver provides a routine for reading the random number seed from the
hardware device.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
Remove a superfluous blank line
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/rng/Kconfig
drivers/rng/Makefile
drivers/rng/stm32mp1_rng.c [new file with mode: 0644]