linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG
@ 2015-10-03 20:35 Daniel Thompson
  2015-10-03 20:35 ` [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Daniel Thompson
                   ` (5 more replies)
  0 siblings, 6 replies; 28+ messages in thread
From: Daniel Thompson @ 2015-10-03 20:35 UTC (permalink / raw)
  To: Matt Mackall, Herbert Xu
  Cc: Daniel Thompson, devicetree, linux-arm-kernel, linux-crypto,
	linux-kernel, patches, linaro-kernel, Maxime Coquelin,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala

This patchset introduces a driver for the STM32 hardware random number
generator.

Daniel Thompson (3):
  dt-bindings: Document the STM32 HW RNG bindings
  hwrng: stm32 - add support for STM32 HW RNG
  ARM: dts: stm32f429: Adopt STM32 RNG driver

 .../devicetree/bindings/hwrng/stm32-rng.txt        |  21 +++
 arch/arm/boot/dts/stm32f429.dtsi                   |   7 +
 drivers/char/hw_random/Kconfig                     |  12 ++
 drivers/char/hw_random/Makefile                    |   1 +
 drivers/char/hw_random/stm32-rng.c                 | 192 +++++++++++++++++++++
 5 files changed, 233 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwrng/stm32-rng.txt
 create mode 100644 drivers/char/hw_random/stm32-rng.c

--
2.4.3


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

end of thread, other threads:[~2015-10-15  2:00 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-03 20:35 [PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson
2015-10-03 20:35 ` [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Daniel Thompson
2015-10-04  8:27   ` Maxime Coquelin
2015-10-05 15:34   ` Rob Herring
2015-10-03 20:35 ` [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson
2015-10-03 21:02   ` [PATCH] hwrng: fix simple_return.cocci warnings kbuild test robot
2015-10-03 21:02   ` [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG kbuild test robot
2015-10-04  8:52   ` Maxime Coquelin
2015-10-05  9:26     ` Daniel Thompson
2015-10-04 10:32   ` Linus Walleij
2015-10-05  9:22     ` Daniel Thompson
2015-10-11 19:15       ` Daniel Thompson
2015-10-11 19:24       ` Daniel Thompson
2015-10-03 20:35 ` [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Daniel Thompson
2015-10-04  9:09   ` Maxime Coquelin
2015-10-12  8:21 ` [PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson
2015-10-12  8:21   ` [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Daniel Thompson
2015-10-12  8:21   ` [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson
2015-10-14  7:39     ` Linus Walleij
2015-10-12  8:21   ` [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Daniel Thompson
2015-10-14 14:28   ` [PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG Herbert Xu
2015-10-14 14:46     ` Maxime Coquelin
2015-10-14 15:55 ` [PATCH v3 " Daniel Thompson
2015-10-14 15:55   ` [PATCH v3 1/3] dt-bindings: Document the STM32 HW RNG bindings Daniel Thompson
2015-10-14 15:55   ` [PATCH v3 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson
2015-10-14 15:55   ` [PATCH v3 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Daniel Thompson
2015-10-14 16:04 ` [PATCH] hwrng: stm32 - Fix build with CONFIG_PM Daniel Thompson
2015-10-15  2:00   ` 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).