CPU: update cpu and governor drivers

file:949ed16a98306bff5cf99008b39a26d75896630b -> file:6837af6dc8e3840a333602575931bd6f98251e09
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -2129,7 +2129,7 @@ int cpufreq_set_limit(unsigned int flag,
max_value = user_max_freq_limit;
}
- /* set min freq */
+ /* set min freq
if (freq_limit_start_flag & TOUCH_BOOSTER_FIRST_BIT)
min_value = TOUCH_BOOSTER_FIRST_FREQ_LIMIT;
else if (freq_limit_start_flag & TOUCH_BOOSTER_SECOND_BIT)
@@ -2137,13 +2137,13 @@ int cpufreq_set_limit(unsigned int flag,
else if (freq_limit_start_flag & TOUCH_BOOSTER_BIT)
min_value = TOUCH_BOOSTER_FREQ_LIMIT;
else
- min_value = MIN_FREQ_LIMIT;
+ min_value = MIN_FREQ_LIMIT;*/
- /* cpufreq_min_limit */
+ /* cpufreq_min_limit
if (freq_limit_start_flag & APPS_MIN_BIT) {
if (min_value < app_min_freq_limit)
min_value = app_min_freq_limit;
- }
+ }*/
/* user */
if (freq_limit_start_flag & USER_MIN_BIT) {
file:33b56e5c5c14a36fbfc99dd700a8b98164aca707 -> file:8385b1f46634ab5c9076315d8965e303bcc766b2
--- a/drivers/cpufreq/cpufreq_conservative.c
+++ b/drivers/cpufreq/cpufreq_conservative.c
@@ -29,8 +29,8 @@
* It helps to keep variable names smaller, simpler
*/
-#define DEF_FREQUENCY_UP_THRESHOLD (80)
-#define DEF_FREQUENCY_DOWN_THRESHOLD (20)
+#define DEF_FREQUENCY_UP_THRESHOLD (64)
+#define DEF_FREQUENCY_DOWN_THRESHOLD (48)
/*
* The polling frequency of this governor depends on the capability of