commit | b2d337d8de9fb6dd4f2970ebec0fa2375f7c9cdd | [log] [tgz] |
---|---|---|
author | S.j. Wang <shengjiu.wang@nxp.com> | Fri May 03 12:49:44 2019 -0700 |
committer | Mark Brown <broonie@kernel.org> | Mon May 06 23:59:35 2019 +0900 |
tree | 67e4d703d3ddba8930a7fc84cde1abe944b4a789 | |
parent | 1a5c0b28fc56044737f988960f3bc5fdcdba0827 [diff] |
ASoC: fsl_esai: Add pm runtime function 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 <shengjiu.wang@nxp.com> Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>