Re: [PATCH v4 1/3] PM / sleep: Allow devices without runtime PM to do direct-complete

2015-07-15 Thread Rafael J. Wysocki
On Wednesday, July 15, 2015 02:40:06 PM Tomeu Vizoso wrote: > From: Alan Stern > > Don't unset the direct_complete flag on devices that have runtime PM > disabled, if they are runtime suspended. > > This is needed because otherwise ancestor devices wouldn't be able to > do direct_complete withou

[PATCH v4 1/3] PM / sleep: Allow devices without runtime PM to do direct-complete

2015-07-15 Thread Tomeu Vizoso
From: Alan Stern Don't unset the direct_complete flag on devices that have runtime PM disabled, if they are runtime suspended. This is needed because otherwise ancestor devices wouldn't be able to do direct_complete without adding runtime PM support to all its descendants. Also removes pm_runti