Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Rafael J. Wysocki
On Wednesday, July 29, 2015 05:59:14 PM Pan Xinhui wrote: > hi, Rafael > thanks for you reply. > > On 2015年07月29日 08:18, Rafael J. Wysocki wrote: > > On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: > >> hi, Viresh > >>thanks for your reply :) > >> On 2015年07月28日 12:29, Viresh

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Viresh Kumar
On 29-07-15, 18:04, Pan Xinhui wrote: > > @@ -622,21 +630,20 @@ static int cpufreq_set_policy(struct cpufreq_policy > > *policy, > > static ssize_t store_##file_name \ > > (struct cpufreq_policy *policy, const char *buf, size_t count) \ > > {

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Pan Xinhui
On 2015年07月29日 17:59, Pan Xinhui wrote: > hi, Rafael > thanks for you reply. > > On 2015年07月29日 08:18, Rafael J. Wysocki wrote: >> On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: >>> hi, Viresh >>> thanks for your reply :) >>> On 2015年07月28日 12:29, Viresh Kumar wrote: On

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Pan Xinhui
hi, Rafael thanks for you reply. On 2015年07月29日 08:18, Rafael J. Wysocki wrote: > On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: >> hi, Viresh >> thanks for your reply :) >> On 2015年07月28日 12:29, Viresh Kumar wrote: >>> On 28-07-15, 11:32, Pan Xinhui wrote: From: Pan

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Rafael J. Wysocki
On Wednesday, July 29, 2015 05:59:14 PM Pan Xinhui wrote: hi, Rafael thanks for you reply. On 2015年07月29日 08:18, Rafael J. Wysocki wrote: On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: hi, Viresh thanks for your reply :) On 2015年07月28日 12:29, Viresh Kumar wrote: On

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Pan Xinhui
hi, Rafael thanks for you reply. On 2015年07月29日 08:18, Rafael J. Wysocki wrote: On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: hi, Viresh thanks for your reply :) On 2015年07月28日 12:29, Viresh Kumar wrote: On 28-07-15, 11:32, Pan Xinhui wrote: From: Pan Xinhui

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Viresh Kumar
On 29-07-15, 18:04, Pan Xinhui wrote: @@ -622,21 +630,20 @@ static int cpufreq_set_policy(struct cpufreq_policy *policy, static ssize_t store_##file_name \ (struct cpufreq_policy *policy, const char *buf, size_t count) \ {

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-29 Thread Pan Xinhui
On 2015年07月29日 17:59, Pan Xinhui wrote: hi, Rafael thanks for you reply. On 2015年07月29日 08:18, Rafael J. Wysocki wrote: On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: hi, Viresh thanks for your reply :) On 2015年07月28日 12:29, Viresh Kumar wrote: On 28-07-15, 11:32, Pan

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-28 Thread Rafael J. Wysocki
On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: > hi, Viresh > thanks for your reply :) > On 2015年07月28日 12:29, Viresh Kumar wrote: > > On 28-07-15, 11:32, Pan Xinhui wrote: > >> From: Pan Xinhui > >> > >> Userspace at most time do cpufreq tests very much inconveniently. > >>

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-28 Thread Rafael J. Wysocki
On Tuesday, July 28, 2015 11:32:19 AM Pan Xinhui wrote: > From: Pan Xinhui > > Userspace at most time do cpufreq tests very much inconveniently. > Currently they have to echo min and max cpu freq separately like below: > echo 48 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq > echo

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-28 Thread Rafael J. Wysocki
On Tuesday, July 28, 2015 12:53:33 PM Pan Xinhui wrote: hi, Viresh thanks for your reply :) On 2015年07月28日 12:29, Viresh Kumar wrote: On 28-07-15, 11:32, Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com Userspace at most time do cpufreq tests very much inconveniently.

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-28 Thread Rafael J. Wysocki
On Tuesday, July 28, 2015 11:32:19 AM Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com Userspace at most time do cpufreq tests very much inconveniently. Currently they have to echo min and max cpu freq separately like below: echo 48

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Viresh Kumar
On 28-07-15, 11:32, Pan Xinhui wrote: > From: Pan Xinhui > > Userspace at most time do cpufreq tests very much inconveniently. > Currently they have to echo min and max cpu freq separately like below: > echo 48 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq > echo 224 >

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Pan Xinhui
hi, Viresh thanks for your reply :) On 2015年07月28日 12:29, Viresh Kumar wrote: > On 28-07-15, 11:32, Pan Xinhui wrote: >> From: Pan Xinhui >> >> Userspace at most time do cpufreq tests very much inconveniently. >> Currently they have to echo min and max cpu freq separately like below: >>

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Viresh Kumar
On 28-07-15, 11:32, Pan Xinhui wrote: > From: Pan Xinhui > > Userspace at most time do cpufreq tests very much inconveniently. > Currently they have to echo min and max cpu freq separately like below: > echo 48 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq > echo 224 >

[PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Pan Xinhui
From: Pan Xinhui Userspace at most time do cpufreq tests very much inconveniently. Currently they have to echo min and max cpu freq separately like below: echo 48 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo 224 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Pan Xinhui
hi, Viresh thanks for your reply :) On 2015年07月28日 12:29, Viresh Kumar wrote: On 28-07-15, 11:32, Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com Userspace at most time do cpufreq tests very much inconveniently. Currently they have to echo min and max cpu freq separately like

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Viresh Kumar
On 28-07-15, 11:32, Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com Userspace at most time do cpufreq tests very much inconveniently. Currently they have to echo min and max cpu freq separately like below: echo 48 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo

Re: [PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Viresh Kumar
On 28-07-15, 11:32, Pan Xinhui wrote: From: Pan Xinhui xinhuix@intel.com Userspace at most time do cpufreq tests very much inconveniently. Currently they have to echo min and max cpu freq separately like below: echo 48 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo

[PATCH] cpufreq: Add scaling frequency range support

2015-07-27 Thread Pan Xinhui
From: Pan Xinhui xinhuix@intel.com Userspace at most time do cpufreq tests very much inconveniently. Currently they have to echo min and max cpu freq separately like below: echo 48 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo 224