cpufreq: interactive: Separate speed target revalidate time and initial set time
authorTodd Poynor <toddpoynor@google.com>
Fri, 20 Apr 2012 20:18:32 +0000 (13:18 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:52:37 +0000 (13:52 -0800)
commit1c31ed48a26e4cd4220ee1d4129ab947666f2e03
tree7d3566c88c00060402d581558fe881e79eefc01f
parent759fcdd8d72529e83bdf3eb261d69aa85fcf5bda
cpufreq: interactive: Separate speed target revalidate time and initial set time

Allow speed drop after min_sample_time elapses from last time
the current speed was last re-validated as appropriate for
current load / input boost.

Allow speed bump after min_sample_time (or above_hispeed_delay)
elapses from the time the current speed was originally set.

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