linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG
@ 2016-09-16 10:08 Romain Perier
  2016-09-16 10:08 ` [PATCH v3 1/8] dt-bindings: Add vendor prefix for INSIDE Secure Romain Perier
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Romain Perier @ 2016-09-16 10:08 UTC (permalink / raw)
  To: dsaxena, mpm, Herbert Xu
  Cc: Gregory Clement, Thomas Petazzoni, Romain Perier, Nadav Haklai,
	Omri Itach, Shadi Ammouri, Yahuda Yitschak, Hanna Hawa,
	Neta Zur Hershkovits, Igal Liberman, Marcin Wojtas, linux-crypto

The driver omap-rng has a lot of similarity with the IP block SafeXcel
IP-76. A lot of registers are the same and the way that the driver works
is very closed the description of the TRNG EIP76 in its datasheet.

This series refactorize the driver, add support for generating bigger
output random data and add a device variant for SafeXcel IP-76, found
in Armada 8K.

Romain Perier (8):
  dt-bindings: Add vendor prefix for INSIDE Secure
  dt-bindings: omap-rng: Document SafeXcel IP-76 device variant
  hwrng: omap - Switch to non-obsolete read API implementation
  hwrng: omap - Remove global definition of hwrng
  hwrng: omap - Add support for 128-bit output of data
  hwrng: omap - Don't prefix the probe message with OMAP
  hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K
  arm64: dts: marvell: add TRNG description for Armada 8K CP

 Documentation/devicetree/bindings/rng/omap_rng.txt |  14 +-
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 .../boot/dts/marvell/armada-cp110-master.dtsi      |   8 +
 .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi |   8 +
 drivers/char/hw_random/Kconfig                     |   2 +-
 drivers/char/hw_random/omap-rng.c                  | 162 ++++++++++++++++-----
 6 files changed, 152 insertions(+), 43 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-10-21  3:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-16 10:08 [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG Romain Perier
2016-09-16 10:08 ` [PATCH v3 1/8] dt-bindings: Add vendor prefix for INSIDE Secure Romain Perier
2016-09-16 10:08 ` [PATCH v3 2/8] dt-bindings: omap-rng: Document SafeXcel IP-76 device variant Romain Perier
2016-09-16 10:08 ` [PATCH v3 3/8] hwrng: omap - Switch to non-obsolete read API implementation Romain Perier
2016-09-16 10:08 ` [PATCH v3 4/8] hwrng: omap - Remove global definition of hwrng Romain Perier
2016-09-16 10:08 ` [PATCH v3 5/8] hwrng: omap - Add support for 128-bit output of data Romain Perier
2016-09-16 10:08 ` [PATCH v3 6/8] hwrng: omap - Don't prefix the probe message with OMAP Romain Perier
2016-09-16 10:08 ` [PATCH v3 7/8] hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K Romain Perier
2016-09-16 10:08 ` [PATCH v3 8/8] arm64: dts: marvell: add TRNG description for Armada 8K CP Romain Perier
2016-09-16 12:52 ` [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG Romain Perier
2016-09-26 10:01   ` Romain Perier
2016-10-05 20:37     ` Matthijs van Duin
2016-10-20  7:02     ` Romain Perier
2016-10-21  3:10       ` 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).