[RESEND,PATCH v4 0/2] Add support for the STM32F4 CRC32

From: Cosar Dindar
Date: Mon Jul 17 2017 - 04:27:06 EST


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 0xFFFFFFFF.

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

Changes in v4:
- Edited patchset brief.

Cosar Dindar (2):
dt-bindings : Document the STM32F4 CRC32 binding
crypto : stm32 - Add STM32F4 CRC32 support