[PATCH v2] crypto: stm32/crc32 - Avoid lock if hardware is already used
Herbert Xu
herbert at gondor.apana.org.au
Fri Sep 25 04:15:11 EDT 2020
On Wed, Sep 16, 2020 at 08:33:44AM +0200, Nicolas Toromanoff wrote:
> 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 at st.com>
> ---
> v2: select CRC32 and not (CRYPTO_CRC32 and CRYPTO_CRC32C) in Kconfig
> ---
> drivers/crypto/stm32/Kconfig | 1 +
> drivers/crypto/stm32/stm32-crc32.c | 15 ++++++++++++---
> 2 files changed, 13 insertions(+), 3 deletions(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the linux-arm-kernel
mailing list