PM / Domains: Rename the always_on device flag to syscore
The always_on device flag is used to mark the devices (belonging to a PM domain) that should never be turned off, except for the system core (syscore) suspend/hibernation and resume stages. Change name of that flag to "syscore" to better reflect its purpose. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Magnus Damm <damm@opensource.se>
This commit is contained in:
@@ -323,7 +323,7 @@ static int __devinit sh_mtu2_probe(struct platform_device *pdev)
|
||||
struct sh_timer_config *cfg = pdev->dev.platform_data;
|
||||
|
||||
if (cfg->clockevent_rating)
|
||||
pm_genpd_dev_always_on(&pdev->dev, true);
|
||||
pm_genpd_dev_syscore(&pdev->dev, true);
|
||||
}
|
||||
|
||||
if (p) {
|
||||
|
Reference in New Issue
Block a user