commit | 702c9e542a25cf95683c08c56e711eddb80020ac | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 18 02:21:21 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 09 14:41:07 2016 +0100 |
tree | 245a4ac07166204e1aee917cc2b5057ec28eed16 | |
parent | 8847e038c1d19c20dda0d7a590e31ffa528da8a5 [diff] |
cpufreq: governor: Add a ->start callback for governors To avoid having to check the governor type explicitly in the common code in order to initialize data structures specific to the governor type properly, add a ->start callback to struct dbs_governor and use it to initialize those data structures for the ondemand and conservative governors. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>