linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Thermal: cpufreq cooling fix
@ 2013-03-11 15:33 Zhang Rui
  2013-03-11 15:33 ` [PATCH V3 1/2] Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_table Zhang Rui
  2013-03-11 15:33 ` [PATCH V3 2/2] Thermal: exynos: fix cooling state translation Zhang Rui
  0 siblings, 2 replies; 6+ messages in thread
From: Zhang Rui @ 2013-03-11 15:33 UTC (permalink / raw)
  To: linux-pm; +Cc: amit.daniel, gu1, hongbo.zhang, Zhang Rui

cpufreq cooling uses different frequencies as different cooling states.

But the per_cpu cpufreq_frequency_table may contain duplicate,
invalid entries, and it may be in either ascending or descending order.
And currently, code for parsing the per_cpu cpufreq_frequency_table
is used in several places and inconsistent.

To fix this,
New code is introduce in Patch 1/2, which contains the logic
of parsing per_cpu cpufreq_frequency_table, and this piece of
code can be used to:
1. get the maximum cooling states
2. translate cpu frequency to cooling state
3. translate cooling state to cpu frequency

Patch 2/2 converts exynos_thermal driver to use the new code
introduced in Patch 1/2.

History:
V3: fix wrong return value of get_cpu_frequency().
    fix wrong return value of get_property() when property equals GET_MAXL.

V2: remove cpu cooling table to avoid extra memory allocation.

V1: introduce code to convert per_cpu cpufreq_frequency_table
    to clean cpu cooling table (no invalid entry,
    no duplicate entry, in descending order).

I just run build test here. It would be great that some of you
can test it on exynos.
any comments?

thanks,
rui

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <177643.168791363345666297.JavaMail.weblogic@epml10>]

end of thread, other threads:[~2013-03-20  5:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 15:33 [PATCH V3 0/2] Thermal: cpufreq cooling fix Zhang Rui
2013-03-11 15:33 ` [PATCH V3 1/2] Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_table Zhang Rui
2013-03-11 15:33 ` [PATCH V3 2/2] Thermal: exynos: fix cooling state translation Zhang Rui
     [not found] <177643.168791363345666297.JavaMail.weblogic@epml10>
2013-03-15 11:14 ` [PATCH V3 0/2] Thermal: cpufreq cooling fix amit daniel kachhap
2013-03-20  1:25   ` Zhang Rui
2013-03-20  5:45     ` amit kachhap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).