linux/drivers/crypto/ccree
Rikard Falkeborn 1036bb50c8 crypto: ccree - constify struct debugfs_reg32
pid_cd_regs and debug_regs are never changed and can therefore be made
const.

This allows the compiler to put it in the text section instead of the
data section.

Before:
   text    data     bss     dec     hex filename
   2871    2320      64    5255    1487 drivers/crypto/ccree/cc_debugfs.o

After:
   text    data     bss     dec     hex filename
   3255    1936      64    5255    1487 drivers/crypto/ccree/cc_debugfs.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-05-15 16:15:00 +10:00
..
Makefile
cc_aead.c crypto: ccree - remove duplicated include from cc_aead.c 2020-03-30 11:50:48 +11:00
cc_aead.h crypto: ccree - refactor AEAD IV in AAD handling 2020-03-12 23:00:16 +11:00
cc_buffer_mgr.c crypto: ccree - refactor AEAD IV in AAD handling 2020-03-12 23:00:16 +11:00
cc_buffer_mgr.h
cc_cipher.c crypto: ccree - use crypto_shash_tfm_digest() 2020-05-08 15:32:13 +10:00
cc_cipher.h
cc_crypto_ctx.h
cc_debugfs.c crypto: ccree - constify struct debugfs_reg32 2020-05-15 16:15:00 +10:00
cc_debugfs.h
cc_driver.c
cc_driver.h
cc_fips.c
cc_fips.h
cc_hash.c crypto: ccree - remove ancient TODO remarks 2020-03-12 23:00:16 +11:00
cc_hash.h
cc_host_regs.h
cc_hw_queue_defs.h
cc_kernel_regs.h
cc_lli_defs.h
cc_pm.c
cc_pm.h
cc_request_mgr.c crypto: ccree - remove ancient TODO remarks 2020-03-12 23:00:16 +11:00
cc_request_mgr.h
cc_sram_mgr.c
cc_sram_mgr.h