Home
last modified time | relevance | path

Searched hist:bbf2cb1ea1e1428589d7f4d652bed15b265ce92d (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/stm32/
H A DKconfigdiff bbf2cb1ea1e1428589d7f4d652bed15b265ce92d Wed Sep 16 08:33:44 CEST 2020 Nicolas Toromanoff <nicolas.toromanoff@st.com> crypto: stm32/crc32 - Avoid lock if hardware is already used

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: 7795c0baf5ac ("crypto: stm32/crc32 - protect from concurrent accesses")

Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>