cpufreq: interactive: allow arbitrary speed / delay mappings
authorMinsung Kim <ms925.kim@samsung.com>
Mon, 25 Feb 2013 14:48:04 +0000 (23:48 +0900)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:53 +0000 (13:52 -0800)
commitc9d7bc6364eab675ab5b6c390570f03a97c30300
tree5d95b1be3d3ecdbabed65711a1673179c7556809
parent939e7f1aa6120c60efd45908abfc9cc73850629e
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