Re: [PATCH Resend 0/5] hwrng: stm32 - Improvement for stm32-rng

2018-02-22 Thread Alexandre Torgue

Hi

On 02/22/2018 03:03 PM, Herbert Xu wrote:

On Thu, Feb 15, 2018 at 02:03:07PM +0100, Lionel Debieve wrote:

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.


I should take only patches 1/3/5, right?


You could take all (dt-bindings + drivers part).

regards
alex



Cheers,



Re: [PATCH v3 0/5] Add support for the STM32F4 CRC32

2017-06-12 Thread Alexandre Torgue

Hi Cosar,

On 05/22/2017 04:33 PM, Cosar Dindar wrote:

This patch series add hardware CRC32 ("Ethernet") calculation support
for STMicroelectronics STM32F429.

Polynomial and key setting are not supported, key is fixed as 0x4C11DB7
and poly is 0x.

Module is tested on STM32F429-disco board with crypto testmgr using
cases within the key 0x.

Changes in v3:
 Rearranged patch order to fix build test error.

Cosar Dindar (5):
   dt-bindings : Document the STM32F4 CRC32 binding
   crypto : stm32 - Add STM32F4 CRC32 support
   ARM: dts: stm32: Add CRC support to stm32f429
   ARM: dts: stm32: enable CRC32 on stm32429-disco board
   ARM: dts: stm32: enable CRC32 on stm32429i-eval board

  .../devicetree/bindings/crypto/st,stm32-crc.txt|  4 +-
  arch/arm/boot/dts/stm32429i-eval.dts   |  4 ++
  arch/arm/boot/dts/stm32f429-disco.dts  |  4 ++
  arch/arm/boot/dts/stm32f429.dtsi   |  7 +++
  drivers/crypto/stm32/stm32_crc32.c | 68 ++
  5 files changed, 75 insertions(+), 12 deletions(-)



Patches 3, 4, 5 applied on stm32-dt-for-v4.13

regards
Alex