Re: [PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-25 Thread Nick Krause
On Fri, Jul 25, 2014 at 1:36 AM, pramod gurav wrote: > Viresh, > Be careful when you ACK Nick's patches. He has confessed he has no > idea how to build test a kernel. His patches are NOT AT ALL build > tested. And some of his patches are being reverted for causing > problems in build and all. He l

Re: [PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-24 Thread pramod gurav
Viresh, Be careful when you ACK Nick's patches. He has confessed he has no idea how to build test a kernel. His patches are NOT AT ALL build tested. And some of his patches are being reverted for causing problems in build and all. He looks for FIXME and removes/edits the code as per the comments. J

Re: [PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-13 Thread Viresh Kumar
On 14 July 2014 11:58, Nicholas Krause wrote: > This fixes the latency for the cpufreq policy to 1 million nanoseconds > that calls the function pxa_cpu_init for the member of the structure > called cpuinfo.transition_latency. > > Signed-off-by: Nicholas Krause > --- > drivers/cpufreq/pxa2xx-cpu

[PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-13 Thread Nicholas Krause
This fixes the latency for the cpufreq policy to 1 million nanoseconds that calls the function pxa_cpu_init for the member of the structure called cpuinfo.transition_latency. Signed-off-by: Nicholas Krause --- drivers/cpufreq/pxa2xx-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-13 Thread Nick Krause
On Mon, Jul 14, 2014 at 2:10 AM, Viresh Kumar wrote: > On 14 July 2014 10:31, Nicholas Krause wrote: >> This fixes the latency for the cpufreq policy to 1 million nanoseconds >> that calls the function pxa_cpu_init for the member of the structure >> called cpuinfo.transition_latency. >> >> Signed

Re: [PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-13 Thread Viresh Kumar
On 14 July 2014 10:31, Nicholas Krause wrote: > This fixes the latency for the cpufreq policy to 1 million nanoseconds > that calls the function pxa_cpu_init for the member of the structure > called cpuinfo.transition_latency. > > Signed-off-by: Nicholas Krause > --- > drivers/cpufreq/pxa2xx-cpu

[PATCH] cpufreq: Fix latency for cpufreq_info

2014-07-13 Thread Nicholas Krause
This fixes the latency for the cpufreq policy to 1 million nanoseconds that calls the function pxa_cpu_init for the member of the structure called cpuinfo.transition_latency. Signed-off-by: Nicholas Krause --- drivers/cpufreq/pxa2xx-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)