mbox series

[0/2] Add runtime PM for SAI digital audio interface

Message ID 20190420155846.10027-1-daniel.baluta@nxp.com (mailing list archive)
Headers show
Series Add runtime PM for SAI digital audio interface | expand

Message

Daniel Baluta April 20, 2019, 3:59 p.m. UTC
First patch uses system PM handlers to implement runtime PM. While
the second patch moves clock handling from startup/shutdown to runtime
PM handlers.

Daniel Baluta (1):
  ASoC: fsl: sai: Add support for runtime pm

Shengjiu Wang (1):
  ASoC: fsl: Move clock operation to PM runtime

 sound/soc/fsl/fsl_sai.c | 70 ++++++++++++++++++++++++++++++++---------
 1 file changed, 55 insertions(+), 15 deletions(-)

Comments

Nicolin Chen April 21, 2019, 5:42 a.m. UTC | #1
On Sat, Apr 20, 2019 at 03:59:03PM +0000, Daniel Baluta wrote:
> First patch uses system PM handlers to implement runtime PM. While
> the second patch moves clock handling from startup/shutdown to runtime
> PM handlers.
> 
>   ASoC: fsl: sai: Add support for runtime pm
>   ASoC: fsl: Move clock operation to PM runtime

Both patches should use the prefix:
ASoC: fsl_sai: Xxxxx yyyy

Thanks