cpufreq: interactive: fix boosting logic
authorTodd Poynor <toddpoynor@google.com>
Thu, 20 Dec 2012 00:06:48 +0000 (16:06 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:49 +0000 (13:52 -0800)
commit74f0d695dd30194ecd9edebb10a4375abc4d79fb
tree85ed8f42b98a8e2366862f7f0af17387b02e8f26
parent959433fa2f30b74f4310375443a677e324607dc5
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