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. Changes in v2: - not protecting PM code under macro CONFIG_PM_SLEEP as CONFIG_PM_SLEEP is on by default 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 | 106 +++++++++++++++++++ drivers/crypto/caam/intern.h | 25 ++++- drivers/crypto/caam/jr.c | 193 +++++++++++++++++++++++++++++++---- drivers/crypto/caam/regs.h | 9 +- 4 files changed, 306 insertions(+), 27 deletions(-) -- 2.25.1