cpufreq: interactive: fix boosting logic
authorTodd Poynor <toddpoynor@google.com>
Thu, 20 Dec 2012 00:06:48 +0000 (16:06 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:18 +0000 (14:16 -0700)
commitf5e5ad4292c6ebe1d57221413d8215d024c6c401
tree4d87d436d721dce645e3d14a3b783c5ced6456d2
parent07af93ad6e9212ba801434156e5e7a7e90258466
cpufreq: interactive: fix boosting logic

35a84de cpufreq: interactive: apply above_hispeed_delay to each step above hispeed

caused the speed choice logic to osciallate between boosting and not boosting.
Add back code to ensure speed does not drop below boost frequency while
boosting.

Change-Id: Id420068480fcc7f5c4989ff523e2a8d22e2f4db2
Signed-off-by: Todd Poynor <toddpoynor@google.com>
drivers/cpufreq/cpufreq_interactive.c