cpufreq: governor: Move common tunables to 'struct dbs_data'
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 9 Feb 2016 03:31:32 +0000 (09:01 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 13:40:58 +0000 (14:40 +0100)
commitff4b17895e3166084c76ae703cb1c757bcc59799
tree8985a281466043f7777eb303917c1ce820835260
parentd0684d3b8934cfb8171755cdb1fc87f4c0335655
cpufreq: governor: Move common tunables to 'struct dbs_data'

There are a few common tunables shared between the ondemand and
conservative governors.  Move them to struct dbs_data to simplify
code.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Juri Lelli <juri.lelli@arm.com>
Tested-by: Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>
[ rjw: Changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_governor.c
drivers/cpufreq/cpufreq_governor.h
drivers/cpufreq/cpufreq_ondemand.c
This page took 0.02602 seconds and 5 git commands to generate.