From patchwork Wed Mar 4 01:17:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 243190 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Wed, 4 Mar 2020 02:17:36 +0100 Subject: [PATCH 0/2] drivers/rng: add Amlogic hardware RNG driver Message-ID: <20200304011738.33763-1-xypron.glpk@gmx.de> 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