On Mon, Mar 11, 2013 at 04:50:28PM +0100, Mayuresh Kulkarni wrote: > - this commit adds a capability to delay the powering off > of the domain > - callers can use pm_genpd_set_poweroff_delay to set the > power off delay for a domain > - it expects the delay in milli-seconds > - it also adds a pm_notifier per pm domain which cancels > the delayed power off work when system suspend is invoked This is meant as a RFC patch. Some powerdomains (eg. GPU domains) can be controlled quite well using this strategy. The question is how to implement this. The current governor scheme is ill suited for this because the governor is only called when genpd wants to shutdown a domain. So the governor seems to be mostly there to impose extra constraints beyond 'all devices are off' and the predicted idle time is long enough to reach energy breakeven. Thanks, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html