cpufreq: interactive: allow arbitrary speed / delay mappings
authorMinsung Kim <ms925.kim@samsung.com>
Mon, 25 Feb 2013 14:48:04 +0000 (23:48 +0900)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:22 +0000 (14:16 -0700)
commita9dbf84177001c60ffa973bd1d7d0cfc97d165c6
tree3d92aab898850ff69d7e0f96308c4fc306686682
parent5b79789291da99a918f7b375f4c5cf9eb7417758
cpufreq: interactive: allow arbitrary speed / delay mappings

Accept a string of delays and speeds at which to apply the delay before
raising each step above hispeed. For example, "80000 1300000:200000
1500000:40000" means that the delay at or above 1GHz, until 1.3GHz is 80 msecs,
the delay until 1.5GHz is 200 msecs and the delay at or above 1.5GHz is 40
msecs when hispeed_freq is 1GHz.

[toddpoynor@google.com: add documentation]
Change-Id: Ifeebede8b1acbdd0a53e5c6916bccbf764dc854f
Signed-off-by: Minsung Kim <ms925.kim@samsung.com>
Documentation/cpu-freq/governors.txt
drivers/cpufreq/cpufreq_interactive.c