cpufreq: interactive: always limit initial speed bump to hispeed
authorTodd Poynor <toddpoynor@google.com>
Tue, 25 Sep 2012 01:03:58 +0000 (18:03 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:07 +0000 (14:16 -0700)
commit70fb7625fbf34804836a8889d6ea70057317f074
tree235d7e2191d4eda29583ca50550ddc30430ee24c
parent95f0d8bddcbf09309dc5236e71e2412cd283c2fa
cpufreq: interactive: always limit initial speed bump to hispeed

First bump speed up to hispeed_freq whenever the current speed is below
hispeed_freq, instead of only when the current speed is the minimum speed.
The previous code made it too difficult to use hispeed_freq as a common
intermediate speed on systems that frequently run at speeds between
minimum and hispeed_freq.

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