RE: [PATCH] cpufreq: dt: delay the clk/regulator check

2020-08-31 Thread Peng Fan
> Subject: Re: [PATCH] cpufreq: dt: delay the clk/regulator check > > On 31-08-20, 16:48, peng@nxp.com wrote: > > From: Peng Fan > > > > cpufreq_init could be used to do check clk/regulator check, there is > > no need to duplicate the work in resources_avail

Re: [PATCH] cpufreq: dt: delay the clk/regulator check

2020-08-31 Thread Viresh Kumar
On 31-08-20, 16:48, peng@nxp.com wrote: > From: Peng Fan > > cpufreq_init could be used to do check clk/regulator check, > there is no need to duplicate the work in resources_available. > > Signed-off-by: Peng Fan Hi can you please see if this happens on linux-next as well ? The routine re

[PATCH] cpufreq: dt: delay the clk/regulator check

2020-08-31 Thread peng . fan
From: Peng Fan cpufreq_init could be used to do check clk/regulator check, there is no need to duplicate the work in resources_available. Signed-off-by: Peng Fan --- V1: Actually we met an issue as below. Per my analysis, it is regulator_put called in resources_available not remove the devli