All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] hw_random: Add Amlogic Meson SoCs Random Genenerator driver
@ 2016-06-03  8:46 ` Neil Armstrong
  0 siblings, 0 replies; 19+ messages in thread
From: Neil Armstrong @ 2016-06-03  8:46 UTC (permalink / raw)
  To: Matt Mackall, Herbert Xu
  Cc: Neil Armstrong, linux-arm-kernel, linux-amlogic, linux-kernel,
	linux-crypto

Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random char driver.
The generator is a single 32bit wide register.
Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings.

Neil Armstrong (3):
  char: hw_random: Add Amlogic Meson Hardware Random Generator
  dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator
    bindings
  ARM64: dts: meson-gxbb: Add Hardware Random Generator node

 .../devicetree/bindings/rng/amlogic,meson-rng.txt  |  14 +++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |   5 +
 drivers/char/hw_random/Kconfig                     |  13 +++
 drivers/char/hw_random/Makefile                    |   1 +
 drivers/char/hw_random/meson-rng.c                 | 128 +++++++++++++++++++++
 5 files changed, 161 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
 create mode 100644 drivers/char/hw_random/meson-rng.c

-- 
2.7.0

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

end of thread, other threads:[~2016-06-06 14:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-03  8:46 [PATCH 0/3] hw_random: Add Amlogic Meson SoCs Random Genenerator driver Neil Armstrong
2016-06-03  8:46 ` Neil Armstrong
2016-06-03  8:46 ` Neil Armstrong
2016-06-03  8:46 ` [PATCH 1/3] char: hw_random: Add Amlogic Meson Hardware Random Generator Neil Armstrong
2016-06-03  8:46   ` Neil Armstrong
2016-06-03  8:46   ` Neil Armstrong
2016-06-03  8:46   ` Neil Armstrong
2016-06-03  9:07   ` LABBE Corentin
2016-06-03  9:07     ` LABBE Corentin
2016-06-03  9:07     ` LABBE Corentin
2016-06-03  8:47 ` [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings Neil Armstrong
2016-06-03  8:47   ` Neil Armstrong
2016-06-03  8:47   ` Neil Armstrong
2016-06-06 14:10   ` Rob Herring
2016-06-06 14:10     ` Rob Herring
2016-06-06 14:10     ` Rob Herring
2016-06-03  8:47 ` [PATCH 3/3] ARM64: dts: meson-gxbb: Add Hardware Random Generator node Neil Armstrong
2016-06-03  8:47   ` Neil Armstrong
2016-06-03  8:47   ` Neil Armstrong

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.