Merge branches 'pm-domains' and 'pm-cpufreq'
* pm-domains: PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach() PM / Domains: Validate cases of a non-bound driver in genpd governor * pm-cpufreq: cpufreq: use last policy after online for drivers with ->setpolicy
This commit is contained in:
commit
d441fe25e7
4 changed files with 12 additions and 9 deletions
|
|
@ -77,6 +77,7 @@ struct cpufreq_policy {
|
|||
unsigned int suspend_freq; /* freq to set during suspend */
|
||||
|
||||
unsigned int policy; /* see above */
|
||||
unsigned int last_policy; /* policy before unplug */
|
||||
struct cpufreq_governor *governor; /* see below */
|
||||
void *governor_data;
|
||||
bool governor_enabled; /* governor start/stop flag */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue