Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-06 | dm: define LOG_CATEGORY for all uclass | Patrick Delaunay | |
Define LOG_CATEGORY for all uclass to allow filtering with log command. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2020-01-07 | dm: rng: Add random number generator(rng) uclass | Sughosh Ganu | |
Add a uclass for reading a random number seed from a random number generator device. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> |