On Sat, 13 Jun 2020 at 04:59, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > Add random number generation APIs to the HTML documentation. > Fix style issues. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > MAINTAINERS | 1 + > doc/api/index.rst | 1 + > doc/api/rng.rst | 17 +++++++++++++++++ > include/rand.h | 6 +++--- > include/rng.h | 26 ++++++++++++++++++-------- > 5 files changed, 40 insertions(+), 11 deletions(-) > create mode 100644 doc/api/rng.rst
Reviewed-by: Simon Glass <s...@chromium.org> Maybe it is too late, but I prefer 'rand' to 'rng'. I find 'hwrng' particularly unreadable...