linux-stable/drivers/crypto/qce
Herbert Xu 18daae5b0c crypto: qce - Set DMA alignment explicitly
This driver has been implicitly relying on kmalloc alignment
to be sufficient for DMA.  This may no longer be the case with
upcoming arm64 changes.

This patch changes it to explicitly request DMA alignment from
the Crypto API.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-12-09 18:45:00 +08:00
..
Makefile crypto: qce - Add support for AEAD algorithms 2021-05-14 19:07:55 +08:00
aead.c crypto: qce - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
aead.h crypto: qce - Schedule fallback aead algorithm 2021-05-14 19:07:56 +08:00
cipher.h crypto: qce - Remover src_tbl from qce_cipher_reqctx 2021-03-07 15:13:17 +11:00
common.c crypto: qce - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
common.h crypto: qce - Add support for AEAD algorithms 2021-05-14 19:07:55 +08:00
core.c crypto: qce - Add support for AEAD algorithms 2021-05-14 19:07:55 +08:00
core.h
dma.c
dma.h
regs-v5.h
sha.c crypto: qce - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
sha.h crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00
skcipher.c crypto: qce - Fix dma_map_sg error check 2022-08-26 18:50:39 +08:00