[PATCH 00/11] crypto: start to fix ixp4xx
From: Corentin Labbe
Date: Wed May 05 2021 - 16:26:30 EST
Hello
Loading the ixp4xx crypto driver exhibits lots of error.
All algorithm fail selftests with different reasons.
This series start to fixes some of thoses problem.
Corentin Labbe (11):
crypto: ixp4xx: dma_unmap the correct address
crypto: ixp4xx: update IV after requests
crypto: ixp4xx: fallback when having more than one SG
crypto: ixp4xx: convert unsigned to unsigned int
crypto: ixp4xx: convert all printk to dev_xxx
crypto: ixp4xx: whitespace fixes
crypto: ixp4xx: Do not initialize static to NULL
crypto: ixp4xx: remove brackets from single statement
crypto: ixp4xx: Correct functions alignment
MAINTAINERS: add ixp4xx_crypto to the right arch list
MAINTAINERS: add myself as maintainer of ixp4xx_crypto
MAINTAINERS | 7 +
drivers/crypto/Kconfig | 5 +
drivers/crypto/ixp4xx_crypto.c | 277 +++++++++++++++++++++------------
3 files changed, 188 insertions(+), 101 deletions(-)
--
2.26.3