[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1519908900-10388-1-git-send-email-vitalya@ti.com>
Date: Thu, 1 Mar 2018 07:54:58 -0500
From: Vitaly Andrianov <vitalya@...com>
To: <mpm@...enic.com>, <herbert@...dor.apana.org.au>, <arnd@...db.de>,
<gregkh@...uxfoundation.org>, <linux-kernel@...r.kernel.org>,
<linux-crypto@...r.kernel.org>, <robh+dt@...nel.org>,
<mark.rutland@....com>, <devicetree@...r.kernel.org>
CC: <t-kristo@...com>, <vitalya@...com>, <m-karicheri2@...com>
Subject: [PATCH 0/2] Keystone2 HW random generator
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
Powered by blists - more mailing lists