summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xMakefile1
-rw-r--r--amlogic_thermal.h3
-rw-r--r--amlogic_thermal.o_shipped225
-rw-r--r--amlogic_thermal_module.c160
4 files changed, 153 insertions, 236 deletions
diff --git a/amlogic_thermal.h b/amlogic_thermal.h
index ec60ac4..13a6ca7 100644
--- a/amlogic_thermal.h
+++ b/amlogic_thermal.h
@@ -61,7 +61,10 @@ struct amlogic_thermal_platform_data {
unsigned int keep_mode_ini_state[4];
unsigned int keep_mode_cur_state[4];
unsigned int keep_mode_max_state[4];
+ unsigned int keep_mode_min_state[4];
unsigned int keep_mode_max_range[4];
+ unsigned int keep_mode_min_range[4];
+ unsigned int keep_min_exist;
unsigned int freq_sample_period;
struct record_buf op_buf;
struct cpu_stat_monitor monitor;