Re: [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-19 Thread amit daniel kachhap
On Sat, May 17, 2014 at 4:01 AM, Rafael J. Wysocki wrote: > On Thursday, May 15, 2014 02:33:07 PM Eduardo Valentin wrote: >> Hello Amit, >> >> >> On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: >> > This patch is in preparation to add notfication support for cpufrequency >> >

Re: [linux-pm] [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-19 Thread amit daniel kachhap
Hi Eduardo, Thanks for reviewing these patches. On Fri, May 16, 2014 at 12:03 AM, Eduardo Valentin wrote: > Hello Amit, > > > On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: >> This patch is in preparation to add notfication support for cpufrequency >> cooling changes. This

Re: [linux-pm] [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-19 Thread amit daniel kachhap
Hi Eduardo, Thanks for reviewing these patches. On Fri, May 16, 2014 at 12:03 AM, Eduardo Valentin edubez...@gmail.com wrote: Hello Amit, On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: This patch is in preparation to add notfication support for cpufrequency cooling

Re: [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-19 Thread amit daniel kachhap
On Sat, May 17, 2014 at 4:01 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: On Thursday, May 15, 2014 02:33:07 PM Eduardo Valentin wrote: Hello Amit, On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: This patch is in preparation to add notfication support for

Re: [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-16 Thread Rafael J. Wysocki
On Thursday, May 15, 2014 02:33:07 PM Eduardo Valentin wrote: > Hello Amit, > > > On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: > > This patch is in preparation to add notfication support for cpufrequency > > cooling changes. This change also removes the unnecessary

Re: [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-16 Thread Rafael J. Wysocki
On Thursday, May 15, 2014 02:33:07 PM Eduardo Valentin wrote: Hello Amit, On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: This patch is in preparation to add notfication support for cpufrequency cooling changes. This change also removes the unnecessary exposing of

Re: [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-15 Thread Eduardo Valentin
Hello Amit, On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: > This patch is in preparation to add notfication support for cpufrequency > cooling changes. This change also removes the unnecessary exposing of > internal housekeeping structure via

Re: [RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-15 Thread Eduardo Valentin
Hello Amit, On Thu, May 08, 2014 at 08:07:56PM +0530, Amit Daniel Kachhap wrote: This patch is in preparation to add notfication support for cpufrequency cooling changes. This change also removes the unnecessary exposing of internal housekeeping structure via thermal_cooling_device-devdata to

[RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-08 Thread Amit Daniel Kachhap
This patch is in preparation to add notfication support for cpufrequency cooling changes. This change also removes the unnecessary exposing of internal housekeeping structure via thermal_cooling_device->devdata to the users of cpufreq cooling APIs. Signed-off-by: Amit Daniel Kachhap ---

[RFC PATCH 1/5] thermal: cpu_cooling: Support passing driver private data.

2014-05-08 Thread Amit Daniel Kachhap
This patch is in preparation to add notfication support for cpufrequency cooling changes. This change also removes the unnecessary exposing of internal housekeeping structure via thermal_cooling_device-devdata to the users of cpufreq cooling APIs. Signed-off-by: Amit Daniel Kachhap