RE: [PATCH] ASoC: fsl_sai: remove reset code from dai_probe

From: Viorel Suman
Date: Tue Mar 16 2021 - 09:43:32 EST


> On Tue, Mar 16, 2021 at 05:27:06PM +0800, Shengjiu Wang wrote:
> > From: Viorel Suman <viorel.suman@xxxxxxx>
> >
> > SAI software reset is done in runtime resume, there is no need to do
> > it in fsl_sai_dai_probe.
>
> People can disable runtime PM in their configurations - do you not still need a
> reset on probe in case there's no runtime PM? It'd probably make sense to
> factor the rest code out itno a function though.

Hi Mark, Shengjiu,

To me it makes sense to manage the clocks and reset from the same place.
Currently we have the clocks management moved completely into runtime PM
fsl_sai_runtime_resume and fsl_sai_runtime_suspend callbacks.

/Viorel