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

From: Nicolin Chen
Date: Thu Apr 18 2019 - 15:49:04 EST


On Thu, Apr 18, 2019 at 11:34:15AM +0000, S.j. Wang wrote:
> Add pm runtime support and move clock handling there.
> fsl_esai_suspend is replaced by pm_runtime_force_suspend.
> fsl_esai_resume is replaced by pm_runtime_force_resume.

The change looks fine, yet I'd prefer to have a good justification
in the commit message. It could be simply some benefit of doing so
like what you have discussed with Mark.

> Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx>

Please add it in next version upon commit message update:

Acked-by: Nicolin Chen <nicoleotsuka@xxxxxxxxx>

Thanks