linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for the TRNG in Ingenic X1830.
@ 2020-09-13 16:10 周琰杰 (Zhou Yanjie)
  2020-09-13 16:10 ` [PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings 周琰杰 (Zhou Yanjie)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2020-09-13 16:10 UTC (permalink / raw)
  To: arnd, gregkh, mpm, herbert, robh+dt
  Cc: linux-kernel, linux-crypto, devicetree, hadar.gat, geert+renesas,
	krzk, wahrenst, masahiroy, tmaimon77, rdunlap, qianweili,
	daniel.thompson, xuzaibo, olivier.sobrie, dongsheng.qiu,
	aric.pzqi, rick.tyliu, yanfei.li, sernia.zhou, zhenwenjin

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-25  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13 16:10 [PATCH 0/2] Add support for the TRNG in Ingenic X1830 周琰杰 (Zhou Yanjie)
2020-09-13 16:10 ` [PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings 周琰杰 (Zhou Yanjie)
2020-09-22 23:06   ` Rob Herring
2020-09-13 16:10 ` [PATCH 2/2] crypto: Ingenic: Add hardware TRNG for Ingenic X1830 周琰杰 (Zhou Yanjie)
2020-09-25  8:11 ` [PATCH 0/2] Add support for the TRNG in " Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).