[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200913161021.120226-1-zhouyanjie@wanyeetech.com>
Date: Mon, 14 Sep 2020 00:10:19 +0800
From: 周琰杰 (Zhou Yanjie)
<zhouyanjie@...yeetech.com>
To: arnd@...db.de, gregkh@...uxfoundation.org, mpm@...enic.com,
herbert@...dor.apana.org.au, robh+dt@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
devicetree@...r.kernel.org, hadar.gat@....com,
geert+renesas@...der.be, krzk@...nel.org, wahrenst@....net,
masahiroy@...nel.org, tmaimon77@...il.com, rdunlap@...radead.org,
qianweili@...wei.com, daniel.thompson@...aro.org,
xuzaibo@...wei.com, olivier.sobrie@...exinsight.com,
dongsheng.qiu@...enic.com, aric.pzqi@...enic.com,
rick.tyliu@...enic.com, yanfei.li@...enic.com,
sernia.zhou@...mail.com, zhenwenjin@...il.com
Subject: [PATCH 0/2] Add support for the TRNG in Ingenic X1830.
1.Add the TRNG bindings for the X1830 SoC from Ingenic.
2.Add X1830 SoC digital true random number generator driver.
周琰杰 (Zhou Yanjie) (2):
dt-bindings: RNG: Add Ingenic TRNG bindings.
crypto: Ingenic: Add hardware TRNG for Ingenic X1830.
.../devicetree/bindings/rng/ingenic,trng.yaml | 43 ++++++
drivers/char/hw_random/Kconfig | 14 ++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/ingenic-trng.c | 161 +++++++++++++++++++++
4 files changed, 219 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rng/ingenic,trng.yaml
create mode 100644 drivers/char/hw_random/ingenic-trng.c
--
2.11.0
Powered by blists - more mailing lists