Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1238990

[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG

From Daniel Thompson <daniel.thompson@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG
Date 2015-10-03 22:40 +0200
Message-ID <qfBL4-4es-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
  [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
    Re: [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-04 10:30 +0200
    Re: [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings Rob Herring <robherring2@gmail.com> - 2015-10-05 17:40 +0200
  [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
    [PATCH] hwrng: fix simple_return.cocci warnings kbuild test robot <lkp@intel.com> - 2015-10-03 23:10 +0200
    Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG kbuild test robot <lkp@intel.com> - 2015-10-03 23:10 +0200
    Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-04 11:00 +0200
      Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-05 11:30 +0200
    Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Linus Walleij <linus.walleij@linaro.org> - 2015-10-04 12:40 +0200
      Re: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-05 11:30 +0200
  [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Daniel Thompson <daniel.thompson@linaro.org> - 2015-10-03 22:40 +0200
    Re: [PATCH 3/3] ARM: dts: stm32f429: Adopt STM32 RNG driver Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-04 11:20 +0200

csiph-web