Re: [PATCH v3 2/6] thermal: Add generic cpufreq cooling implementation

2012-05-09 Thread Amit Kachhap
On 9 May 2012 01:46, Andrew Morton wrote: > On Tue,  8 May 2012 21:48:14 +0530 > Amit Daniel Kachhap wrote: > >> This patch adds support for generic cpu thermal cooling low level >> implementations using frequency scaling up/down based on the registration >> parameters. Different cpu related cool

Re: [PATCH v3 2/6] thermal: Add generic cpufreq cooling implementation

2012-05-08 Thread Andrew Morton
On Tue, 8 May 2012 21:48:14 +0530 Amit Daniel Kachhap wrote: > This patch adds support for generic cpu thermal cooling low level > implementations using frequency scaling up/down based on the registration > parameters. Different cpu related cooling devices can be registered by the > user and the

[PATCH v3 2/6] thermal: Add generic cpufreq cooling implementation

2012-05-08 Thread Amit Daniel Kachhap
This patch adds support for generic cpu thermal cooling low level implementations using frequency scaling up/down based on the registration parameters. Different cpu related cooling devices can be registered by the user and the binding of these cooling devices to the corresponding trip points can b