Re: [PATCH 2/4] opp: Track device's resources configuration status

2020-08-16 Thread Viresh Kumar
On 15-08-20, 01:03, Stephen Boyd wrote: > Quoting Viresh Kumar (2020-08-12 21:28:59) > > The OPP core needs to track if the resources of devices are enabled or > > configured or not, as it disables the resources when target_freq is set > > to 0. > > > > Handle that with a separate variable to make

Re: [PATCH 2/4] opp: Track device's resources configuration status

2020-08-15 Thread Stephen Boyd
Quoting Viresh Kumar (2020-08-12 21:28:59) > The OPP core needs to track if the resources of devices are enabled or > configured or not, as it disables the resources when target_freq is set > to 0. > > Handle that with a separate variable to make it easy to maintain. > > Also note that we will un

[PATCH 2/4] opp: Track device's resources configuration status

2020-08-12 Thread Viresh Kumar
The OPP core needs to track if the resources of devices are enabled or configured or not, as it disables the resources when target_freq is set to 0. Handle that with a separate variable to make it easy to maintain. Also note that we will unconditionally call clk_set_rate() in the case where the r