Re: [PATCH 1/2] cpufreq: Introduce target min and max frequency hints

2020-11-09 Thread Rafael J. Wysocki
On Mon, Nov 9, 2020 at 5:39 AM Viresh Kumar wrote: > > On 06-11-20, 18:02, Rafael J. Wysocki wrote: > > On Fri, Nov 6, 2020 at 11:07 AM Viresh Kumar > > wrote: > > > > > > On 05-11-20, 19:23, Rafael J. Wysocki wrote: > > > > Index: linux-pm/include/linux/cpufreq.h > > > > ===

Re: [PATCH 1/2] cpufreq: Introduce target min and max frequency hints

2020-11-08 Thread Viresh Kumar
On 06-11-20, 18:02, Rafael J. Wysocki wrote: > On Fri, Nov 6, 2020 at 11:07 AM Viresh Kumar wrote: > > > > On 05-11-20, 19:23, Rafael J. Wysocki wrote: > > > Index: linux-pm/include/linux/cpufreq.h > > > === > > > --- linux-pm.orig/in

Re: [PATCH 1/2] cpufreq: Introduce target min and max frequency hints

2020-11-06 Thread Rafael J. Wysocki
On Fri, Nov 6, 2020 at 11:07 AM Viresh Kumar wrote: > > On 05-11-20, 19:23, Rafael J. Wysocki wrote: > > Index: linux-pm/include/linux/cpufreq.h > > === > > --- linux-pm.orig/include/linux/cpufreq.h > > +++ linux-pm/include/linux/cpuf

Re: [PATCH 1/2] cpufreq: Introduce target min and max frequency hints

2020-11-06 Thread Viresh Kumar
On 05-11-20, 19:23, Rafael J. Wysocki wrote: > Index: linux-pm/include/linux/cpufreq.h > === > --- linux-pm.orig/include/linux/cpufreq.h > +++ linux-pm/include/linux/cpufreq.h > @@ -63,6 +63,8 @@ struct cpufreq_policy { > > uns

RE: [PATCH 1/2] cpufreq: Introduce target min and max frequency hints

2020-11-05 Thread Doug Smythies
Hi Rafael: Thank you for this patch set. I can not get the patch to apply. I was trying on top on 5.10-rc2, and have been unable to determine what other patches might need to be applied first. On 2020.11.05 10:24 Rafael J. Wysocki wrote: ... > > Signed-off-by: Rafael J. Wysocki > --- > driv