[PATCH 0/2] Keystone2 HW random generator

From: Vitaly Andrianov
Date: Thu Mar 01 2018 - 08:05:39 EST


Keyston2 Security Accelerator has a hardware random generator sub-module.
This series adds the driver for the sub-module.

Vitaly Andrianov (2):
Documentation: dt: rng: add bindings doc for Keystone SA HWRNG driver
hw_random: keystone2: add hw_random driver

.../devicetree/bindings/rng/ks-sa-rng.txt | 21 ++
drivers/char/hw_random/Kconfig | 7 +
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/ks-sa-rng.c | 257 +++++++++++++++++++++
4 files changed, 286 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rng/ks-sa-rng.txt
create mode 100644 drivers/char/hw_random/ks-sa-rng.c

--
2.7.4