On 04/03/2020 02:17, Heinrich Schuchardt wrote: > The first patch simplifies the Kconfig for hardware RNG drivers and enables > the Sandbox RNG driver for all Sandbox instances. > > The second introduces a hardware random number generator driver for Amlogic > SOCs. This second patch had been sent before but the preceding patch was > missing. > > Heinrich Schuchardt (2): > drivers/rng: simplify Kconfig > drivers/rng: add Amlogic hardware RNG driver > > configs/sandbox64_defconfig | 1 - > configs/sandbox_defconfig | 1 - > drivers/rng/Kconfig | 17 ++++- > drivers/rng/Makefile | 1 + > drivers/rng/meson-rng.c | 120 ++++++++++++++++++++++++++++++++++++ > 5 files changed, 136 insertions(+), 4 deletions(-) > create mode 100644 drivers/rng/meson-rng.c > > -- > 2.25.1 >
Hi Sughosh, Should I take this serie in my tree ? Neil