commit | dcc6c7fdef9e705b1300be22213fb23e3fd1994d | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Dec 04 09:42:02 2014 +0530 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Dec 08 14:07:10 2014 -0400 |
tree | 605b149f51bbde723335f84a37eb24894ac76fb2 | |
parent | 521a2e5831704efef8aa826d6b22abef55650d59 [diff] |
thermal: cpu_cooling: find max level during device registration CPU frequency tables don't update after the driver is registered and so we don't need to iterate over them to find total number of states every time cpufreq_get_max_state() is called. Do it once at boot time. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>