linux_dsm_epyc7002/drivers/crypto/marvell/cesa
Herbert Xu e62291c1d9 crypto: marvell/cesa - Fix sparse warnings
This patch fixes most sparse warnings in the cesa driver.  The only
ones remaining are to do with copying data between iomem pointers and
SG lists.

Most changes are trivial.  The following are the noteworthy ones:

- Removal of swab in mv_cesa_aes_setkey.  This appears to be bogus
as everything gets swabbed again later on so for BE this ends up
being different from LE.  The change takes the LE behaviour as the
correct one.

- next_dma in mv_cesa_tdma_chain was not swabbed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-08-21 14:45:27 +10:00
..
cesa.c crypto: marvell/cesa - irq balance 2020-07-31 18:09:00 +10:00
cesa.h crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00
cipher.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00
hash.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00
Makefile
tdma.c crypto: marvell/cesa - Fix sparse warnings 2020-08-21 14:45:27 +10:00