Re: [PATCH V3] ASoC: fsl_esai: Add pm runtime function

2019-04-27 Thread S.j. Wang
Hi Mark > On Fri, Apr 26, 2019 at 10:51:15AM +, S.j. Wang wrote: > > > On Mon, Apr 22, 2019 at 02:31:55AM +, S.j. Wang wrote: > > > > Add pm runtime support and move clock handling there. > > > > Close the clocks at suspend to reduce the power consumption. > > > > > fsl_esai_suspend is r

Re: [PATCH V3] ASoC: fsl_esai: Add pm runtime function

2019-04-27 Thread Mark Brown
On Fri, Apr 26, 2019 at 10:51:15AM +, S.j. Wang wrote: > > On Mon, Apr 22, 2019 at 02:31:55AM +, S.j. Wang wrote: > > > Add pm runtime support and move clock handling there. > > > Close the clocks at suspend to reduce the power consumption. > > > fsl_esai_suspend is replaced by pm_runtime_

Re: [PATCH V3] ASoC: fsl_esai: Add pm runtime function

2019-04-26 Thread S.j. Wang
Hi Mark > > On Mon, Apr 22, 2019 at 02:31:55AM +, S.j. Wang wrote: > > Add pm runtime support and move clock handling there. > > Close the clocks at suspend to reduce the power consumption. > > > > fsl_esai_suspend is replaced by pm_runtime_force_suspend. > > fsl_esai_resume is replaced by pm

Re: [PATCH V3] ASoC: fsl_esai: Add pm runtime function

2019-04-26 Thread Mark Brown
On Mon, Apr 22, 2019 at 02:31:55AM +, S.j. Wang wrote: > Add pm runtime support and move clock handling there. > Close the clocks at suspend to reduce the power consumption. > > fsl_esai_suspend is replaced by pm_runtime_force_suspend. > fsl_esai_resume is replaced by pm_runtime_force_resume.

[PATCH V3] ASoC: fsl_esai: Add pm runtime function

2019-04-21 Thread S.j. Wang
Add pm runtime support and move clock handling there. Close the clocks at suspend to reduce the power consumption. fsl_esai_suspend is replaced by pm_runtime_force_suspend. fsl_esai_resume is replaced by pm_runtime_force_resume. Signed-off-by: Shengjiu Wang Acked-by: Nicolin Chen --- Changes in