Re: [PATCH V3 3/3] cpufreq: Specify default governor on command line

2020-06-29 Thread Quentin Perret
On Monday 29 Jun 2020 at 07:38:43 (+0530), Viresh Kumar wrote: > On 26-06-20, 16:57, Quentin Perret wrote: > > Do we need both cpufreq_param_governor and default_governor? > > Could we move everything to only one of them? Something a little bit > > like that maybe? > > No because we want to fallba

Re: [PATCH V3 3/3] cpufreq: Specify default governor on command line

2020-06-28 Thread Viresh Kumar
On 26-06-20, 16:57, Quentin Perret wrote: > On Friday 26 Jun 2020 at 09:21:44 (+0530), Viresh Kumar wrote: > > index e798a1193bdf..93c6399c1a42 100644 > > --- a/drivers/cpufreq/cpufreq.c > > +++ b/drivers/cpufreq/cpufreq.c > > @@ -50,6 +50,9 @@ static LIST_HEAD(cpufreq_governor_list); > > #define

Re: [PATCH V3 3/3] cpufreq: Specify default governor on command line

2020-06-26 Thread Quentin Perret
On Friday 26 Jun 2020 at 09:21:44 (+0530), Viresh Kumar wrote: > index e798a1193bdf..93c6399c1a42 100644 > --- a/drivers/cpufreq/cpufreq.c > +++ b/drivers/cpufreq/cpufreq.c > @@ -50,6 +50,9 @@ static LIST_HEAD(cpufreq_governor_list); > #define for_each_governor(__governor)

[PATCH V3 3/3] cpufreq: Specify default governor on command line

2020-06-25 Thread Viresh Kumar
From: Quentin Perret Currently, the only way to specify the default CPUfreq governor is via Kconfig options, which suits users who can build the kernel themselves perfectly. However, for those who use a distro-like kernel (such as Android, with the Generic Kernel Image project), the only way to