linux-stable/drivers/crypto/ccree
Uwe Kleine-König e7edfb4171 crypto: ccree/cc - Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes
many driver authors wrongly assume it's possible to do error handling by
returning an error code. However the value returned is ignored (apart
from emitting a warning) and this typically results in resource leaks.

To improve here there is a quest to make the remove callback return
void. In the first step of this quest all drivers are converted to
.remove_new(), which already returns void. Eventually after all drivers
are converted, .remove_new() will be renamed to .remove().

Trivially convert this driver from always returning zero in the remove
callback to the void returning variant.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-10-27 18:04:26 +08:00
..
Makefile crypto: ccree - drop legacy ivgen support 2019-07-26 14:51:55 +10:00
cc_aead.c crypto: ccree - Set DMA alignment explicitly 2022-12-09 18:45:00 +08: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 - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
cc_buffer_mgr.h crypto: ccree - use u32 for SRAM addresses 2020-02-22 09:25:44 +08:00
cc_cipher.c crypto: xts - drop xts_check_key() 2023-01-06 17:15:47 +08:00
cc_cipher.h
cc_crypto_ctx.h crypto: ccree - remove bitlocker cipher 2020-08-21 14:45:28 +10:00
cc_debugfs.c crypto: ccree - Make cc_debugfs_global_fini() available for module init function 2022-11-22 18:12:55 +08:00
cc_debugfs.h
cc_driver.c crypto: ccree/cc - Convert to platform remove callback returning void 2023-10-27 18:04:26 +08:00
cc_driver.h crypto: ccree - remove unused including <linux/version.h> 2021-01-03 08:41:35 +11:00
cc_fips.c crypto: ccree - fix typos in comments 2019-12-11 16:36:54 +08:00
cc_fips.h crypto: ccree - add function to handle cryptocell tee fips error 2019-04-25 15:38:16 +08:00
cc_hash.c crypto: ccree - Set DMA alignment explicitly 2022-12-09 18:45:00 +08:00
cc_hash.h crypto: ccree - improve kerneldoc in cc_hash.[ch] 2020-02-22 09:25:45 +08:00
cc_host_regs.h crypto: ccree - add HW engine config check 2019-06-27 14:28:00 +08:00
cc_hw_queue_defs.h crypto: ccree - update register handling macros 2020-03-12 23:00:16 +11:00
cc_kernel_regs.h
cc_lli_defs.h crypto: ccree - allow more AEAD assoc data fragments 2019-04-25 15:38:15 +08:00
cc_pm.c crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume() 2022-07-15 16:43:20 +08:00
cc_pm.h crypto: ccree - make cc_pm_{suspend,resume}() static 2020-02-22 09:25:44 +08:00
cc_request_mgr.c crypto: ccree - remove redundant 'flush_workqueue()' calls 2021-11-20 15:06:38 +11:00
cc_request_mgr.h crypto: ccree - improve kerneldoc in cc_request_mgr.[ch] 2020-02-22 09:25:46 +08:00
cc_sram_mgr.c crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch] 2020-02-22 09:25:46 +08:00
cc_sram_mgr.h crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch] 2020-02-22 09:25:46 +08:00