RE: [PATCH 0/2] Add power management support in CAAM driver

From: Gaurav Jain
Date: Mon Jul 17 2023 - 01:41:53 EST


Reviewed-by: Gaurav Jain <gaurav.jain@xxxxxxx>

> -----Original Message-----
> From: Meenakshi Aggarwal <meenakshi.aggarwal@xxxxxxx>
> Sent: Wednesday, July 12, 2023 11:37 AM
> To: Horia Geanta <horia.geanta@xxxxxxx>; Varun Sethi <V.Sethi@xxxxxxx>;
> Pankaj Gupta <pankaj.gupta@xxxxxxx>; Gaurav Jain <gaurav.jain@xxxxxxx>;
> herbert@xxxxxxxxxxxxxxxxxxx; davem@xxxxxxxxxxxxx; linux-
> crypto@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
> Cc: Meenakshi Aggarwal <meenakshi.aggarwal@xxxxxxx>
> Subject: [PATCH 0/2] Add power management support in CAAM driver
>
> From: Meenakshi Aggarwal <meenakshi.aggarwal@xxxxxxx>
>
> This patch set add support of Power Management in CAAM driver
>
> We are saving the state of the CAAM:
> - JRs MID
> - Address of input and output rings
> in suspend function and getting same state in resume function on platforms
> where power of CAAM is turned off.
>
> Franck LENORMAND (1):
> crypto: caam - Change structure type representing DECO MID
>
> Horia Geanta (1):
> crypto: caam - add power management support
>
> drivers/crypto/caam/ctrl.c | 114 ++++++++++++++++++++
> drivers/crypto/caam/intern.h | 33 +++++-
> drivers/crypto/caam/jr.c | 199 +++++++++++++++++++++++++++++++----
> drivers/crypto/caam/regs.h | 9 +-
> 4 files changed, 328 insertions(+), 27 deletions(-)
>
> --
> 2.25.1