Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread dawei chien
On Mon, 2015-11-30 at 16:04 +0530, Viresh Kumar wrote: > On 30-11-15, 18:21, dawei chien wrote: > > As far as I know, user or shell script has the right for using command > > online/offline cpu. > > Right. > > > Either user by console or shell script could make cpu2 online even cpu2 > >

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread Viresh Kumar
On 30-11-15, 18:21, dawei chien wrote: > As far as I know, user or shell script has the right for using command > online/offline cpu. Right. > Either user by console or shell script could make cpu2 online even cpu2 > already onlined. Hey, no. You can't online that is already online. You can

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread dawei chien
On Mon, 2015-11-30 at 15:00 +0530, Viresh Kumar wrote: > On 30-11-15, 17:26, dawei chien wrote: > > On Mon, 2015-11-30 at 11:08 +0530, Viresh Kumar wrote: > > > On 27-11-15, 17:32, Dawei Chien wrote: > > > > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > > > > cooling

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread Viresh Kumar
On 30-11-15, 17:26, dawei chien wrote: > On Mon, 2015-11-30 at 11:08 +0530, Viresh Kumar wrote: > > On 27-11-15, 17:32, Dawei Chien wrote: > > > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > > > cooling devices with dynamic power coefficient. > > > > > > Signed-off-by:

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread dawei chien
On Mon, 2015-11-30 at 11:08 +0530, Viresh Kumar wrote: > On 27-11-15, 17:32, Dawei Chien wrote: > > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > > cooling devices with dynamic power coefficient. > > > > Signed-off-by: Dawei Chien > > --- > > This patch is base on

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread dawei chien
On Mon, 2015-11-30 at 11:08 +0530, Viresh Kumar wrote: > On 27-11-15, 17:32, Dawei Chien wrote: > > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > > cooling devices with dynamic power coefficient. > > > > Signed-off-by: Dawei Chien > > --- > >

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread dawei chien
On Mon, 2015-11-30 at 15:00 +0530, Viresh Kumar wrote: > On 30-11-15, 17:26, dawei chien wrote: > > On Mon, 2015-11-30 at 11:08 +0530, Viresh Kumar wrote: > > > On 27-11-15, 17:32, Dawei Chien wrote: > > > > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > > > > cooling

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread Viresh Kumar
On 30-11-15, 18:21, dawei chien wrote: > As far as I know, user or shell script has the right for using command > online/offline cpu. Right. > Either user by console or shell script could make cpu2 online even cpu2 > already onlined. Hey, no. You can't online that is already online. You can

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread dawei chien
On Mon, 2015-11-30 at 16:04 +0530, Viresh Kumar wrote: > On 30-11-15, 18:21, dawei chien wrote: > > As far as I know, user or shell script has the right for using command > > online/offline cpu. > > Right. > > > Either user by console or shell script could make cpu2 online even cpu2 > >

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-30 Thread Viresh Kumar
On 30-11-15, 17:26, dawei chien wrote: > On Mon, 2015-11-30 at 11:08 +0530, Viresh Kumar wrote: > > On 27-11-15, 17:32, Dawei Chien wrote: > > > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > > > cooling devices with dynamic power coefficient. > > > > > > Signed-off-by:

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-29 Thread Viresh Kumar
On 27-11-15, 17:32, Dawei Chien wrote: > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > cooling devices with dynamic power coefficient. > > Signed-off-by: Dawei Chien > --- > This patch is base on patchset: > https://lkml.org/lkml/2015/11/17/251 > --- >

Re: [PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-29 Thread Viresh Kumar
On 27-11-15, 17:32, Dawei Chien wrote: > MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering > cooling devices with dynamic power coefficient. > > Signed-off-by: Dawei Chien > --- > This patch is base on patchset: >

[PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-27 Thread Dawei Chien
MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering cooling devices with dynamic power coefficient. Signed-off-by: Dawei Chien --- This patch is base on patchset: https://lkml.org/lkml/2015/11/17/251 --- drivers/cpufreq/mt8173-cpufreq.c | 28 1

[PATCH v4 3/3] thermal: mediatek: Add cpu dynamic power cooling model.

2015-11-27 Thread Dawei Chien
MT8173 cpufreq driver use of_cpufreq_power_cooling_register registering cooling devices with dynamic power coefficient. Signed-off-by: Dawei Chien --- This patch is base on patchset: https://lkml.org/lkml/2015/11/17/251 --- drivers/cpufreq/mt8173-cpufreq.c | 28