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

2019-04-20 Thread Nicolin Chen
On Sat, Apr 20, 2019 at 03:59:03PM +, 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 ope

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

2019-04-20 Thread Daniel Baluta
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