Re: [EXT] Re: [PATCH V4] ASoC: fsl_esai: Add pm runtime function

2019-05-03 Thread Nicolin Chen
Hi Mark, On Fri, May 03, 2019 at 01:27:31PM +0900, Mark Brown wrote: > On Thu, May 02, 2019 at 09:13:58AM +, S.j. Wang wrote: > > > I am checking, but I don't know why this patch failed in your side. I > > Tried to apply this patch on for-5.1, for 5.2, for-linus and for-next, > > all are

Re: [EXT] Re: [PATCH V4] ASoC: fsl_esai: Add pm runtime function

2019-05-02 Thread Mark Brown
On Thu, May 02, 2019 at 09:13:58AM +, S.j. Wang wrote: > I am checking, but I don't know why this patch failed in your side. I > Tried to apply this patch on for-5.1, for 5.2, for-linus and for-next, all > are > Successful. The git is >

Re: [EXT] Re: [PATCH V4] ASoC: fsl_esai: Add pm runtime function

2019-05-02 Thread Nicolin Chen
On Thu, May 02, 2019 at 09:13:58AM +, S.j. Wang wrote: > > On Sun, Apr 28, 2019 at 02:24:54AM +, 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

RE: [EXT] Re: [PATCH V4] ASoC: fsl_esai: Add pm runtime function

2019-05-02 Thread S.j. Wang
Hi Mark > On Sun, Apr 28, 2019 at 02:24:54AM +, 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