mbox series

[0/2] ASoC: fsl_xcvr: Add suspend and resume support

Message ID 20241127030035.649219-1-shengjiu.wang@nxp.com (mailing list archive)
Headers show
Series ASoC: fsl_xcvr: Add suspend and resume support | expand

Message

Shengjiu Wang Nov. 27, 2024, 3 a.m. UTC
Define regmap for PHY and PLL registers, the PHY and PLL
registers are accessed by AI interface in controller.
Then  driver can use regcache to recover registers
after suspend and resume.

Shengjiu Wang (2):
  ASoC: fsl_xcvr: Use regmap for PHY and PLL registers
  ASoC: fsl_xcvr: Add suspend and resume support

 sound/soc/fsl/fsl_xcvr.c | 384 ++++++++++++++++++++++++++++++---------
 sound/soc/fsl/fsl_xcvr.h |  13 ++
 2 files changed, 309 insertions(+), 88 deletions(-)