Re: [PATCH 0/5] STM32 CRC update

2020-05-22 Thread Herbert Xu
On Tue, May 12, 2020 at 04:11:08PM +0200, Nicolas Toromanoff wrote: > This set of patches update the STM32 CRC driver. > It contains bug fix. > > First fixes issue if we enable STM32 CRC32 hardware accelerator with > ext4 (with metadata-chksum enable) and other fs that use same direct > access to

[PATCH 0/5] STM32 CRC update

2020-05-12 Thread Nicolas Toromanoff
This set of patches update the STM32 CRC driver. It contains bug fix. First fixes issue if we enable STM32 CRC32 hardware accelerator with ext4 (with metadata-chksum enable) and other fs that use same direct access to update crc32 API without previous init. Second fixes some issues raise by the