Re: [PATCH v2 0/5] STM32 CRC crypto driver

2017-04-05 Thread Herbert Xu
On Tue, Mar 21, 2017 at 04:13:26PM +0100, Fabien Dessenne wrote: > This set of patches adds a new crypto driver for STMicroelectronics stm32f746. > The drivers uses the crypto API and provides with an HW-enabled CRC32 > algorithm. > It was developed and tested (tcrypt / testmgr) on evaluation

[PATCH v2 0/5] STM32 CRC crypto driver

2017-03-21 Thread Fabien Dessenne
This set of patches adds a new crypto driver for STMicroelectronics stm32f746. The drivers uses the crypto API and provides with an HW-enabled CRC32 algorithm. It was developed and tested (tcrypt / testmgr) on evaluation board stm32746g. v2 changes: - remove useless check of crc / crc->clk -