All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw_random: introduce Arm CryptoCell TRNG driver
@ 2020-02-02 13:26 Hadar Gat
  2020-02-02 13:26 ` [PATCH v2 1/3] dt-bindings: add device tree binding for Arm CryptoCell trng engine Hadar Gat
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Hadar Gat @ 2020-02-02 13:26 UTC (permalink / raw)
  To: Matt Mackall, Herbert Xu, Rob Herring, Mark Rutland,
	Arnd Bergmann, Greg Kroah-Hartman, Krzysztof Kozlowski,
	Daniel Thompson, Tomer Maimon, Stefan Wahren, Sumit Garg,
	Zaibo Xu, Weili Qian, Mauro Carvalho Chehab, David S. Miller,
	Jonathan Cameron
  Cc: linux-crypto, devicetree, linux-kernel, Gilad Ben-Yossef,
	Ofir Drang, Hadar Gat

The Arm CryptoCell is a hardware security engine.
This patch introduces driver for its TRNG (True Random Number Generator)
engine.

Changes from previous veriosn: fixed 'make dt_bnding_check' errors.

Hadar Gat (3):
  dt-bindings: add device tree binding for Arm CryptoCell trng engine
  hw_random: cctrng: introduce Arm CryptoCell driver
  MAINTAINERS: add HG as cctrng maintainer

 .../devicetree/bindings/rng/arm-cctrng.yaml        |  51 ++
 MAINTAINERS                                        |   9 +
 drivers/char/hw_random/Kconfig                     |  12 +
 drivers/char/hw_random/Makefile                    |   1 +
 drivers/char/hw_random/cctrng.c                    | 789 +++++++++++++++++++++
 drivers/char/hw_random/cctrng.h                    |  69 ++
 6 files changed, 931 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/arm-cctrng.yaml
 create mode 100644 drivers/char/hw_random/cctrng.c
 create mode 100644 drivers/char/hw_random/cctrng.h

-- 
2.7.4


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

end of thread, other threads:[~2020-02-13 10:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-02 13:26 [PATCH v2 0/3] hw_random: introduce Arm CryptoCell TRNG driver Hadar Gat
2020-02-02 13:26 ` [PATCH v2 1/3] dt-bindings: add device tree binding for Arm CryptoCell trng engine Hadar Gat
2020-02-06 18:56   ` Rob Herring
2020-02-09  9:33     ` Hadar Gat
2020-02-11 18:39       ` Rob Herring
2020-02-13 10:21         ` Hadar Gat
2020-02-02 13:27 ` [PATCH v2 2/3] hw_random: cctrng: introduce Arm CryptoCell driver Hadar Gat
2020-02-02 13:27 ` [PATCH v2 3/3] MAINTAINERS: add HG as cctrng maintainer Hadar Gat
2020-02-03 10:11   ` Andy Shevchenko
2020-02-05  9:22     ` Hadar Gat
2020-02-05 13:40       ` Andy Shevchenko
2020-02-03  9:54 ` [PATCH v2 0/3] hw_random: introduce Arm CryptoCell TRNG driver Arnd Bergmann
2020-02-05  8:56   ` Hadar Gat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.