Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-29 Thread Sonny Rao
On Wed, Dec 26, 2012 at 11:32 AM, amit daniel kachhap wrote: > > On Tue, Dec 18, 2012 at 9:45 PM, Doug Anderson wrote: > > Amit, > > > > On Tue, Dec 18, 2012 at 8:17 PM, amit daniel kachhap > > wrote: > >> On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao wrote: > >>> The cpu_thermal generic thermal

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-29 Thread Sonny Rao
On Wed, Dec 26, 2012 at 11:32 AM, amit daniel kachhap amit.dan...@samsung.com wrote: On Tue, Dec 18, 2012 at 9:45 PM, Doug Anderson diand...@chromium.org wrote: Amit, On Tue, Dec 18, 2012 at 8:17 PM, amit daniel kachhap amit.dan...@samsung.com wrote: On Tue, Dec 18, 2012 at 12:29 AM,

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-26 Thread amit daniel kachhap
On Tue, Dec 18, 2012 at 9:45 PM, Doug Anderson wrote: > Amit, > > On Tue, Dec 18, 2012 at 8:17 PM, amit daniel kachhap > wrote: >> On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao wrote: >>> The cpu_thermal generic thermal management code has a bug where once >>> max cpu frequency has been lowered

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-26 Thread amit daniel kachhap
On Tue, Dec 18, 2012 at 9:45 PM, Doug Anderson diand...@chromium.org wrote: Amit, On Tue, Dec 18, 2012 at 8:17 PM, amit daniel kachhap amit.dan...@samsung.com wrote: On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao sonny...@chromium.org wrote: The cpu_thermal generic thermal management code has a

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread Doug Anderson
Amit, On Tue, Dec 18, 2012 at 8:17 PM, amit daniel kachhap wrote: > On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao wrote: >> The cpu_thermal generic thermal management code has a bug where once >> max cpu frequency has been lowered in sysfs (scaling_max_freq) it is >> not possible to raise the max

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread amit daniel kachhap
On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao wrote: > The cpu_thermal generic thermal management code has a bug where once > max cpu frequency has been lowered in sysfs (scaling_max_freq) it is > not possible to raise the max back up later. The bug is that the > notifer gets called by

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread Doug Anderson
On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao wrote: > The cpu_thermal generic thermal management code has a bug where once > max cpu frequency has been lowered in sysfs (scaling_max_freq) it is > not possible to raise the max back up later. The bug is that the > notifer gets called by

[PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread Sonny Rao
The cpu_thermal generic thermal management code has a bug where once max cpu frequency has been lowered in sysfs (scaling_max_freq) it is not possible to raise the max back up later. The bug is that the notifer gets called by __cpufreq_set_policy() before the user policy max is raised, and is

[PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread Sonny Rao
The cpu_thermal generic thermal management code has a bug where once max cpu frequency has been lowered in sysfs (scaling_max_freq) it is not possible to raise the max back up later. The bug is that the notifer gets called by __cpufreq_set_policy() before the user policy max is raised, and is

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread Doug Anderson
On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao sonny...@chromium.org wrote: The cpu_thermal generic thermal management code has a bug where once max cpu frequency has been lowered in sysfs (scaling_max_freq) it is not possible to raise the max back up later. The bug is that the notifer gets

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread amit daniel kachhap
On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao sonny...@chromium.org wrote: The cpu_thermal generic thermal management code has a bug where once max cpu frequency has been lowered in sysfs (scaling_max_freq) it is not possible to raise the max back up later. The bug is that the notifer gets

Re: [PATCH] [RFC] cpufreq: can't raise max frequency with cpu_thermal

2012-12-18 Thread Doug Anderson
Amit, On Tue, Dec 18, 2012 at 8:17 PM, amit daniel kachhap amit.dan...@samsung.com wrote: On Tue, Dec 18, 2012 at 12:29 AM, Sonny Rao sonny...@chromium.org wrote: The cpu_thermal generic thermal management code has a bug where once max cpu frequency has been lowered in sysfs (scaling_max_freq)