[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200722164007.77655-1-zhouyanjie@wanyeetech.com>
Date: Thu, 23 Jul 2020 00:40:05 +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-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, hadar.gat@....com,
prasannatsmkumar@...il.com, krzk@...nel.org, masahiroy@...nel.org,
rdunlap@...radead.org, xuzaibo@...wei.com,
daniel.thompson@...aro.org, tmaimon77@...il.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 RNG in Ingenic JZ4780 and X1000.
1.Add the RNG bindings for the JZ4780 SoC and the X1000 SoC
from Ingenic.
2.Add JZ4780 SoC and X1000 SoC random number generator driver,
based on PrasannaKumar Muralidharan's JZ4780 RNG driver.
周琰杰 (Zhou Yanjie) (2):
dt-bindings: RNG: Add Ingenic RNG bindings.
crypto: Ingenic: Add hardware RNG for Ingenic JZ4780 and X1000.
.../devicetree/bindings/rng/ingenic,rng.yaml | 36 +++++
drivers/char/hw_random/Kconfig | 15 ++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/ingenic-rng.c | 154 +++++++++++++++++++++
4 files changed, 206 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rng/ingenic,rng.yaml
create mode 100644 drivers/char/hw_random/ingenic-rng.c
--
2.11.0
Powered by blists - more mailing lists