linux/drivers/crypto/aspeed
Neal Liu eaf05e829f crypto: aspeed - fix type warnings
This patch fixes following warnings:

1. sparse: incorrect type in assignment (different base types)
Fix: change to __le32 type.
2. sparse: cast removes address space '__iomem' of expression
Fix: use readb to avoid dereferencing the memory.

Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-02-10 17:20:19 +08:00
..
aspeed-acry.c crypto: aspeed - fix type warnings 2023-02-10 17:20:19 +08:00
aspeed-hace-crypto.c crypto: aspeed - Fix sparse warnings 2022-09-07 14:11:04 +08:00
aspeed-hace-hash.c crypto: aspeed - Fix sparse warnings 2022-09-07 14:11:04 +08:00
aspeed-hace.c crypto: aspeed - Use devm_platform_get_and_ioremap_resource() 2023-01-27 18:58:09 +08:00
aspeed-hace.h crypto: aspeed - Replace zero-length array with flexible-array member 2023-01-20 18:29:31 +08:00
Kconfig crypto: aspeed - Add ACRY RSA driver 2023-01-13 12:11:18 +08:00
Makefile crypto: aspeed - Add ACRY RSA driver 2023-01-13 12:11:18 +08:00