Re: [PATCH v2 2/3] PM / sleep: try to runtime suspend for direct complete

2016-03-01 Thread dbasehore .
On Sat, Feb 27, 2016 at 5:31 PM, Rafael J. Wysocki wrote: > On Wednesday, February 24, 2016 04:22:27 PM Derek Basehore wrote: >> This tries to runtime suspend devices that are still active for direct >> complete. This is for cases such as autosuspend delays which leaves >> devices able to runtime

Re: [PATCH v2 2/3] PM / sleep: try to runtime suspend for direct complete

2016-02-27 Thread Rafael J. Wysocki
On Wednesday, February 24, 2016 04:22:27 PM Derek Basehore wrote: > This tries to runtime suspend devices that are still active for direct > complete. This is for cases such as autosuspend delays which leaves > devices able to runtime suspend but still active. It's beneficial in > this case to runt

[PATCH v2 2/3] PM / sleep: try to runtime suspend for direct complete

2016-02-24 Thread Derek Basehore
This tries to runtime suspend devices that are still active for direct complete. This is for cases such as autosuspend delays which leaves devices able to runtime suspend but still active. It's beneficial in this case to runtime suspend the device to take advantage of direct complete when possible.