All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH Resend 0/5] hwrng: stm32 - Improvement for stm32-rng
@ 2018-02-15 13:03 ` Lionel Debieve
  0 siblings, 0 replies; 22+ messages in thread
From: Lionel Debieve @ 2018-02-15 13:03 UTC (permalink / raw)
  To: Matt Mackall, Herbert Xu, Arnd Bergmann, Greg Kroah-Hartman,
	Maxime Coquelin, Alexandre Torgue, Rob Herring, linux-crypto,
	linux-arm-kernel, linux-kernel
  Cc: Benjamin Gaignard, Ludovic Barre

This set of patches add extended functionalities for stm32 rng
driver.
Patch #1 includes a reset during probe to avoid any error status
which can occur during bootup process and keep safe rng integrity.

Patch #3 adds a new property to manage the clock error detection
feature which can be disabled on specific target.

Patch #5 rework the timeout calculation for read value that was
previously defined based on loop operation and is now based on
timer.

Lionel Debieve (5):
  hwrng: stm32 - add reset during probe
  dt-bindings: rng: add reset node for stm32
  hwrng: stm32 - allow disable clock error detection
  dt-bindings: rng: add clock detection error for stm32
  hwrng: stm32 - rework read timeout calculation

 .../devicetree/bindings/rng/st,stm32-rng.txt       |  4 ++
 drivers/char/hw_random/stm32-rng.c                 | 44 ++++++++++++++--------
 2 files changed, 32 insertions(+), 16 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2018-03-02 16:34 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 13:03 [PATCH Resend 0/5] hwrng: stm32 - Improvement for stm32-rng Lionel Debieve
2018-02-15 13:03 ` Lionel Debieve
2018-02-15 13:03 ` [PATCH Resend 1/5] hwrng: stm32 - add reset during probe Lionel Debieve
2018-02-15 13:03   ` Lionel Debieve
2018-02-15 13:03 ` [PATCH Resend 2/5] dt-bindings: rng: add reset node for stm32 Lionel Debieve
2018-02-15 13:03   ` Lionel Debieve
2018-02-15 13:03 ` [PATCH Resend 3/5] hwrng: stm32 - allow disable clock error detection Lionel Debieve
2018-02-15 13:03   ` Lionel Debieve
2018-02-15 13:03 ` [PATCH Resend 4/5] dt-bindings: rng: add clock detection error for stm32 Lionel Debieve
2018-02-15 13:03   ` Lionel Debieve
2018-02-15 13:03 ` [PATCH Resend 5/5] hwrng: stm32 - rework read timeout calculation Lionel Debieve
2018-02-15 13:03   ` Lionel Debieve
2018-02-22 14:03 ` [PATCH Resend 0/5] hwrng: stm32 - Improvement for stm32-rng Herbert Xu
2018-02-22 14:03   ` Herbert Xu
2018-02-22 14:03   ` Herbert Xu
2018-02-22 15:25   ` Alexandre Torgue
2018-02-22 15:25     ` Alexandre Torgue
2018-02-22 15:25     ` Alexandre Torgue
2018-03-02 16:34     ` Herbert Xu
2018-03-02 16:34       ` Herbert Xu
2018-03-02 16:33 ` Herbert Xu
2018-03-02 16:33   ` Herbert Xu

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.