mbox series

[v2,0/3] crypto: stm32/cryp - Improve stm32-cryp driver

Message ID 20240423151409.902490-1-maxime.mere@foss.st.com (mailing list archive)
Headers show
Series crypto: stm32/cryp - Improve stm32-cryp driver | expand

Message

Maxime MERE April 23, 2024, 3:14 p.m. UTC
From: Maxime Méré <maxime.mere@foss.st.com>

This series of patches mainly aims to improve the usage of DMA with the
CRYP peripheral of the STM32 MPU series. The other two patches are needed
to enhance the driver's visibility for ST platforms.

This v2 address the kernel robot warnings.

Maxime Méré (3):
  crypto: stm32/cryp - use dma when possible.
  crypto: stm32/cryp - increase priority
  crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flag

 drivers/crypto/stm32/stm32-cryp.c | 724 ++++++++++++++++++++++++++++--
 1 file changed, 680 insertions(+), 44 deletions(-)