mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
PM / domains: Add late_initcall to disable unused PM domains
As default behavior let genpd at late init try to disable the unused PM domains. Signed-off-by: Ulf Hansson <[email protected]> Reviewed-by: Kevin Hilman <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
d971f0b0ea
commit
2fe71dcdfd
@@ -721,6 +721,13 @@ void pm_genpd_poweroff_unused(void)
|
|||||||
mutex_unlock(&gpd_list_lock);
|
mutex_unlock(&gpd_list_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int __init genpd_poweroff_unused(void)
|
||||||
|
{
|
||||||
|
pm_genpd_poweroff_unused();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
late_initcall(genpd_poweroff_unused);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
static inline int genpd_dev_pm_qos_notifier(struct notifier_block *nb,
|
static inline int genpd_dev_pm_qos_notifier(struct notifier_block *nb,
|
||||||
|
|||||||
Reference in New Issue
Block a user