mbox series

[PATCHv2,0/5] cesa: small cleanups

Message ID 20241010194517.18635-1-rosenp@gmail.com (mailing list archive)
Headers show
Series cesa: small cleanups | expand

Message

Rosen Penev Oct. 10, 2024, 7:45 p.m. UTC
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(-)

Comments

Herbert Xu Oct. 19, 2024, 11:58 a.m. UTC | #1
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.