Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-11-02 Thread Eduardo Valentin
On Tue, Aug 11, 2015 at 10:07:31AM +0100, Sudeep Holla wrote: > > > On 10/08/15 18:47, Javi Merino wrote: > >On Mon, Aug 10, 2015 at 09:00:49AM +0100, Chung-Yih Wang (王崇懿) wrote: > >>This patch was originally introduced when we made power_allocator the > >>default governor where we had issues in

Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-08-11 Thread Sudeep Holla
On 10/08/15 18:47, Javi Merino wrote: On Mon, Aug 10, 2015 at 09:00:49AM +0100, Chung-Yih Wang (王崇懿) wrote: This patch was originally introduced when we made power_allocator the default governor where we had issues in binding a thermal zone w/o parameters to. Then we came out this facility for

Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-08-10 Thread Javi Merino
On Mon, Aug 10, 2015 at 09:00:49AM +0100, Chung-Yih Wang (王崇懿) wrote: > This patch was originally introduced when we made power_allocator the > default governor where we had issues in binding a thermal zone w/o > parameters to. Then we came out this facility for binding a specific > governor to a t

Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-08-10 Thread 王崇懿
This patch was originally introduced when we made power_allocator the default governor where we had issues in binding a thermal zone w/o parameters to. Then we came out this facility for binding a specific governor to a thermal zone in dts instead of the default governor. Javi seems like this idea

Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-08-07 Thread Mark Rutland
On Fri, Aug 07, 2015 at 08:09:39AM +0100, Chung-Yih Wang (王崇懿) wrote: > As there could be more thermal zones on a system and > more variety in thermal governors provided in kernel, > this patch provides flexibility of governor selection > for a thermal zone declared in device tree. > > Change-Id:

Re: [PATCH] thermal: of: Introduce governor selection in dts

2015-08-07 Thread Krzysztof Kozlowski
2015-08-07 16:09 GMT+09:00 Chung-Yih Wang (王崇懿) : > As there could be more thermal zones on a system and > more variety in thermal governors provided in kernel, > this patch provides flexibility of governor selection > for a thermal zone declared in device tree. How is this a property of a hardwar

[PATCH] thermal: of: Introduce governor selection in dts

2015-08-07 Thread 王崇懿
As there could be more thermal zones on a system and more variety in thermal governors provided in kernel, this patch provides flexibility of governor selection for a thermal zone declared in device tree. Change-Id: Ie4a75d762709cbbe9f1806dae325d13f71982e78 Signed-off-by: Chung-yih Wang --- Docu