Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-06 Thread Javi Merino
Hi Eduardo, On Tue, Jan 06, 2015 at 02:18:36PM +, Eduardo Valentin wrote: > On Tue, Jan 06, 2015 at 01:23:42PM +, Javi Merino wrote: > > On Fri, Jan 02, 2015 at 03:46:24PM +, Eduardo Valentin wrote: > > > On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: > > > > diff --git

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-06 Thread Eduardo Valentin
On Tue, Jan 06, 2015 at 01:23:42PM +, Javi Merino wrote: > Hi Eduardo, > > On Fri, Jan 02, 2015 at 03:46:24PM +, Eduardo Valentin wrote: > > On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: > > > The power allocator governor is a thermal governor that controls system > > > and

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-06 Thread Javi Merino
Hi Eduardo, On Fri, Jan 02, 2015 at 03:46:24PM +, Eduardo Valentin wrote: > On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: > > The power allocator governor is a thermal governor that controls system > > and device power allocation to control temperature. Conceptually, the > >

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-06 Thread Javi Merino
Hi Eduardo, On Fri, Jan 02, 2015 at 03:46:24PM +, Eduardo Valentin wrote: On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: The power allocator governor is a thermal governor that controls system and device power allocation to control temperature. Conceptually, the

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-06 Thread Eduardo Valentin
On Tue, Jan 06, 2015 at 01:23:42PM +, Javi Merino wrote: Hi Eduardo, On Fri, Jan 02, 2015 at 03:46:24PM +, Eduardo Valentin wrote: On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: The power allocator governor is a thermal governor that controls system and device

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-06 Thread Javi Merino
Hi Eduardo, On Tue, Jan 06, 2015 at 02:18:36PM +, Eduardo Valentin wrote: On Tue, Jan 06, 2015 at 01:23:42PM +, Javi Merino wrote: On Fri, Jan 02, 2015 at 03:46:24PM +, Eduardo Valentin wrote: On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: diff --git

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-02 Thread Eduardo Valentin
Forgot to mention On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: > + > +If you are using device tree, do add it as a property of the > +thermal-zone. For example: > + > + thermal-zones { > + soc_thermal { > + polling-delay = <1000>; > +

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-02 Thread Eduardo Valentin
Javi, Minor items as follows.. On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: > The power allocator governor is a thermal governor that controls system > and device power allocation to control temperature. Conceptually, the > implementation divides the sustainable power of a

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-02 Thread Eduardo Valentin
Forgot to mention On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: cut + +If you are using device tree, do add it as a property of the +thermal-zone. For example: + + thermal-zones { + soc_thermal { + polling-delay = 1000; +

Re: [RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2015-01-02 Thread Eduardo Valentin
Javi, Minor items as follows.. On Fri, Dec 05, 2014 at 07:04:18PM +, Javi Merino wrote: The power allocator governor is a thermal governor that controls system and device power allocation to control temperature. Conceptually, the implementation divides the sustainable power of a thermal

[RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2014-12-05 Thread Javi Merino
The power allocator governor is a thermal governor that controls system and device power allocation to control temperature. Conceptually, the implementation divides the sustainable power of a thermal zone among all the heat sources in that zone. This governor relies on "power actors", entities

[RFC PATCH v6 7/9] thermal: introduce the Power Allocator governor

2014-12-05 Thread Javi Merino
The power allocator governor is a thermal governor that controls system and device power allocation to control temperature. Conceptually, the implementation divides the sustainable power of a thermal zone among all the heat sources in that zone. This governor relies on power actors, entities