Re: [PATCH v3 3/3] ASoC: fsl_sai: Move clock operation to PM runtime

2019-04-26 Thread Daniel Baluta
Hi Mark, This is the only patch in the series that wasn't applied. On Mon, Apr 22, 2019 at 10:03 PM Daniel Baluta wrote: > > From: Shengjiu Wang > > Turn off/on clocks when device enters suspend/resume. This > can help saving power. > > As a further optimization, we turn off/on mclk only when S

[PATCH v3 3/3] ASoC: fsl_sai: Move clock operation to PM runtime

2019-04-22 Thread Daniel Baluta
From: Shengjiu Wang Turn off/on clocks when device enters suspend/resume. This can help saving power. As a further optimization, we turn off/on mclk only when SAI is in master mode because otherwise mclk is externally provided. Signed-off-by: Shengjiu Wang Signed-off-by: Daniel Baluta --- so