commit | 1a895f1d5bceee0c6b66dcfdabcc9804006ca229 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Feb 11 19:19:07 2020 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 22 09:25:44 2020 +0800 |
tree | 3a00be18dc74fc02269bd5587c47f2b9928ead24 | |
parent | 37282f8d157169198e433d1f63e19a713267516c [diff] |
crypto: ccree - use u32 for SRAM addresses SRAM addresses are small integer offsets into local SRAM. Currently they are stored using a mixture of cc_sram_addr_t (u64), u32, and dma_addr_t types. Settle on u32, and remove the cc_sram_addr_t typedefs. This allows to drop several casts. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>