Re: [PATCH v1 3/7] thermal: cpu_cooling: implement the power cooling device API

2015-01-29 Thread Javi Merino
On Wed, Jan 28, 2015 at 05:56:08PM +, Eduardo Valentin wrote: > On Wed, Jan 28, 2015 at 05:00:34PM +, Javi Merino wrote: > > Add a basic power model to the cpu cooling device to implement the > > power cooling device API. The power model uses the current frequency, > > current load and

Re: [PATCH v1 3/7] thermal: cpu_cooling: implement the power cooling device API

2015-01-29 Thread Javi Merino
On Wed, Jan 28, 2015 at 05:56:08PM +, Eduardo Valentin wrote: On Wed, Jan 28, 2015 at 05:00:34PM +, Javi Merino wrote: Add a basic power model to the cpu cooling device to implement the power cooling device API. The power model uses the current frequency, current load and OPPs for

[PATCH v1 3/7] thermal: cpu_cooling: implement the power cooling device API

2015-01-28 Thread Javi Merino
Add a basic power model to the cpu cooling device to implement the power cooling device API. The power model uses the current frequency, current load and OPPs for the power calculations. The cpus must have registered their OPPs using the OPP library. Cc: Zhang Rui Cc: Eduardo Valentin

Re: [PATCH v1 3/7] thermal: cpu_cooling: implement the power cooling device API

2015-01-28 Thread Eduardo Valentin
On Wed, Jan 28, 2015 at 05:00:34PM +, Javi Merino wrote: > Add a basic power model to the cpu cooling device to implement the > power cooling device API. The power model uses the current frequency, > current load and OPPs for the power calculations. The cpus must have > registered their OPPs

Re: [PATCH v1 3/7] thermal: cpu_cooling: implement the power cooling device API

2015-01-28 Thread Eduardo Valentin
On Wed, Jan 28, 2015 at 05:00:34PM +, Javi Merino wrote: Add a basic power model to the cpu cooling device to implement the power cooling device API. The power model uses the current frequency, current load and OPPs for the power calculations. The cpus must have registered their OPPs

[PATCH v1 3/7] thermal: cpu_cooling: implement the power cooling device API

2015-01-28 Thread Javi Merino
Add a basic power model to the cpu cooling device to implement the power cooling device API. The power model uses the current frequency, current load and OPPs for the power calculations. The cpus must have registered their OPPs using the OPP library. Cc: Zhang Rui rui.zh...@intel.com Cc: