Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-13 Thread Sundar
On Tue, Mar 13, 2012 at 4:22 PM, Amit Kachhap wrote: > Yes that should be helpful. Even the things your are suggesting are > somewhat same with some patches submitted which sets cpufreq min/max > constraint. Hmm..let me see how soon can I code up a rough implementation! Cheers! -- - Th

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-13 Thread Amit Kachhap
On 13 March 2012 15:44, Sundar wrote: > On Tue, Mar 13, 2012 at 3:30 PM, Amit Kucheria > wrote: >> Sundar, > > Hi Amit, > >> At the moment it doesn't. But there was some discussion around >> creating something that will work with devfreq. This would allow >> peripheral drivers to be plugged in a

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-13 Thread Sundar
On Tue, Mar 13, 2012 at 3:30 PM, Amit Kucheria wrote: > Sundar, Hi Amit, > At the moment it doesn't. But there was some discussion around > creating something that will work with devfreq. This would allow > peripheral drivers to be plugged in as well. Amit is investigating > that at present. Wh

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-13 Thread Amit Kucheria
Sundar, On Tue, Mar 13, 2012 at 11:45 AM, Sundar wrote: > Hi Amit, > > Thanks for the replies. One more query > > On Tue, Mar 13, 2012 at 10:37 AM, Amit Kachhap > wrote: > >>> "Different cpu related cooling devices": Do you mean cooling devices >>> for different CPUs (num_cpus) or are you refer

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-13 Thread Sundar
Hi Amit, Thanks for the replies. One more query On Tue, Mar 13, 2012 at 10:37 AM, Amit Kachhap wrote: >> "Different cpu related cooling devices": Do you mean cooling devices >> for different CPUs (num_cpus) or are you referring to different >> customers aka consumer drivers who could use this f

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-12 Thread Amit Kachhap
On 11 March 2012 09:41, Sundar wrote: > Hi Amit, > > I am new here; so please bear with my questions/doubts :) > > On Wed, Feb 22, 2012 at 3:44 PM, Amit Daniel Kachhap > wrote: >> This patch adds support for generic cpu thermal cooling low level >> implementations using frequency scaling up/down

Re: [linux-pm] [PATCH 2/4] thermal: Add generic cpufreq cooling implementation

2012-03-10 Thread Sundar
Hi Amit, I am new here; so please bear with my questions/doubts :) On Wed, Feb 22, 2012 at 3:44 PM, Amit Daniel Kachhap wrote: > This patch adds support for generic cpu thermal cooling low level > implementations using frequency scaling up/down based on the request > from user. Different cpu rel