[PATCH] of: thermal: Fixed governor at each thermal zone

2016-09-18 Thread Inhyuk Kang
, the power allocator governor operates differently with step wise governor. Hence, it is better to parse governor parameter from the device tree. Signed-off-by: Inhyuk Kang <hugh.k...@lge.com> diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c index b8e509c..382c440

[PATCH] of: thermal: Fixed governor at each thermal zone

2016-09-18 Thread Inhyuk Kang
, the power allocator governor operates differently with step wise governor. Hence, it is better to parse governor parameter from the device tree. Signed-off-by: Inhyuk Kang diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c index b8e509c..382c440 100644 --- a/drivers/thermal

[PATCH] thermal: cpu_cooling: Fix wrong comment call function name

2016-09-06 Thread Inhyuk Kang
The last_load is updated not cpufreq_get_actual_power() function call but cpufreq_get_requested_power() function call. Signed-off-by: Inhyuk Kang <hugh.k...@lge.com> diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index a32b417..9ce0e9e 100644 --- a/drivers/t

[PATCH] thermal: cpu_cooling: Fix wrong comment call function name

2016-09-06 Thread Inhyuk Kang
The last_load is updated not cpufreq_get_actual_power() function call but cpufreq_get_requested_power() function call. Signed-off-by: Inhyuk Kang diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index a32b417..9ce0e9e 100644 --- a/drivers/thermal/cpu_cooling.c +++ b

[PATCH] thermal: cpu_cooling: update last_load comment

2016-01-03 Thread Inhyuk Kang
last_load is updated not cpufreq_get_actual_power() but cpufreq_get_requested_power(). Signed-off-by: Inhyuk Kang diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index e3fbc5a..3069ef5 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c

[PATCH] thermal: cpu_cooling: update last_load comment

2016-01-03 Thread Inhyuk Kang
last_load is updated not cpufreq_get_actual_power() but cpufreq_get_requested_power(). Signed-off-by: Inhyuk Kang <hugh.k...@lge.com> diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index e3fbc5a..3069ef5 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/t

[PATCH] thermal: clean up whitespace in scan code

2015-12-22 Thread Inhyuk Kang
From: Hugh Kang Signed-off-by: Hugh Kang --- drivers/thermal/thermal_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index d9e525c..115b959 100644 --- a/drivers/thermal/thermal_core.c +++

[PATCH] thermal: clean up whitespace in scan code

2015-12-22 Thread Inhyuk Kang
From: Hugh Kang Signed-off-by: Hugh Kang --- drivers/thermal/thermal_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index d9e525c..115b959 100644 ---