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
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_
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
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.
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