Re: [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-08-05 Thread Ionela Voinescu
On Tuesday 04 Aug 2020 at 11:56:11 (+0530), Viresh Kumar wrote: [..] > > > > - In __target_index(), cpufreq_freq_transition_end() is called only for > > > >drivers that have synchronous notifications enabled. There is only > > > > one > > > >driver that disables them, > > > > > > > >

Re: [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-08-04 Thread Viresh Kumar
On 03-08-20, 14:58, Ionela Voinescu wrote: > Hi Viresh, > > On Thursday 30 Jul 2020 at 09:43:34 (+0530), Viresh Kumar wrote: > > On 22-07-20, 10:37, Ionela Voinescu wrote: > > > While the move of the invariance setter calls (arch_set_freq_scale()) > > > from cpufreq drivers to cpufreq core

Re: [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-08-03 Thread Ionela Voinescu
Hi Viresh, On Thursday 30 Jul 2020 at 09:43:34 (+0530), Viresh Kumar wrote: > On 22-07-20, 10:37, Ionela Voinescu wrote: > > While the move of the invariance setter calls (arch_set_freq_scale()) > > from cpufreq drivers to cpufreq core maintained the previous > > functionality for existing

Re: [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-07-29 Thread Viresh Kumar
On 22-07-20, 10:37, Ionela Voinescu wrote: > While the move of the invariance setter calls (arch_set_freq_scale()) > from cpufreq drivers to cpufreq core maintained the previous > functionality for existing drivers that use target_index() and > fast_switch() for frequency switching, it also gives

Re: [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-07-29 Thread Ionela Voinescu
On Monday 27 Jul 2020 at 15:52:41 (+0200), Rafael J. Wysocki wrote: > On Wed, Jul 22, 2020 at 11:38 AM Ionela Voinescu > wrote: > > > > While the move of the invariance setter calls (arch_set_freq_scale()) > > from cpufreq drivers to cpufreq core maintained the previous > > functionality for

Re: [PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-07-27 Thread Rafael J. Wysocki
On Wed, Jul 22, 2020 at 11:38 AM Ionela Voinescu wrote: > > While the move of the invariance setter calls (arch_set_freq_scale()) > from cpufreq drivers to cpufreq core maintained the previous > functionality for existing drivers that use target_index() and > fast_switch() for frequency

[PATCH v2 2/7] cpufreq: set invariance scale factor on transition end

2020-07-22 Thread Ionela Voinescu
While the move of the invariance setter calls (arch_set_freq_scale()) from cpufreq drivers to cpufreq core maintained the previous functionality for existing drivers that use target_index() and fast_switch() for frequency switching, it also gives the possibility of adding support for users of the