mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 20:49:35 +02:00
If STM32 CRC device is already in use, calculate CRC by software.
This will release CPU constraint for a concurrent access to the
hardware, and avoid masking irqs during the whole block processing.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| stm32-crc32.c | ||
| stm32-cryp.c | ||
| stm32-hash.c | ||