OpenCloudOS-Kernel/drivers/crypto/marvell/cesa
Herbert Xu 4f6543f28b crypto: marvel/cesa - Fix tdma descriptor on 64-bit
The patch that added src_dma/dst_dma to struct mv_cesa_tdma_desc
is broken on 64-bit systems as the size of the descriptor has been
changed.  This patch fixes it by using u32 instead of dma_addr_t.

Fixes: e62291c1d9 ("crypto: marvell/cesa - Fix sparse warnings")
Cc: <stable@vger.kernel.org>
Reported-by: Sven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-01-22 14:57:31 +11:00
..
Makefile
cesa.c crypto: marvell/cesa - use devm_platform_ioremap_resource_byname 2020-09-25 17:48:15 +10:00
cesa.h crypto: marvel/cesa - Fix tdma descriptor on 64-bit 2021-01-22 14:57:31 +11:00
cipher.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00
hash.c crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00
tdma.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00