summaryrefslogtreecommitdiff
path: root/drivers/rng/stm32mp1_rng.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32mp1: rng: remove superfluous assignmentHeinrich Schuchardt2020-03-021-1/+1
| | | | | | | | We should not assign a value that is overwritten before use. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
* stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu2020-01-071-0/+160
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>