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:
Rafael J. Wysocki
2012-08-06 01:45:54 +02:00
父節點 bed2b42d9f
當前提交 6fb28badf2
共有 5 個文件被更改,包括 18 次插入18 次删除

查看文件

@@ -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) {