Message ID | 20241010194517.18635-1-rosenp@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | cesa: small cleanups | expand |
On Thu, Oct 10, 2024 at 12:45:12PM -0700, Rosen Penev wrote: > Mostly increased devm usage and added COMPILE_TEST. > > v2: fix wrong returns in clk_get conversions > > Rosen Penev (5): > crypto: cesa: add COMPILE_TEST > crypto: cesa: use enabled variants for clk_get > crypto: cesa: remove irq_set_affinity_hint > crypto: cesa: move loop to mv_cesa_put_sram > crypto: cesa: use devm_platform_get_and_ioremap_resource > > drivers/crypto/marvell/Kconfig | 2 +- > drivers/crypto/marvell/cesa/cesa.c | 79 ++++++++++-------------------- > 2 files changed, 28 insertions(+), 53 deletions(-) > > -- > 2.46.2 Patches 1-3,5 applied. Thanks.