Re: [PATCH] PM / sleep: Drop pm_request_idle() from pm_generic_complete()

2015-10-13 Thread Ulf Hansson
On 12 October 2015 at 22:15, Rafael J. Wysocki wrote: > On Wednesday, September 30, 2015 02:44:29 AM Rafael J. Wysocki wrote: >> From: Rafael J. Wysocki >> >> The pm_request_idle() in pm_generic_complete() is pointless as it is >> called with the runtime PM usage counter different from zero (bump

Re: [PATCH] PM / sleep: Drop pm_request_idle() from pm_generic_complete()

2015-10-12 Thread Rafael J. Wysocki
On Wednesday, September 30, 2015 02:44:29 AM Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The pm_request_idle() in pm_generic_complete() is pointless as it is > called with the runtime PM usage counter different from zero (bumped > up by the core during the prepare phase of system suspe

[PATCH] PM / sleep: Drop pm_request_idle() from pm_generic_complete()

2015-09-29 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The pm_request_idle() in pm_generic_complete() is pointless as it is called with the runtime PM usage counter different from zero (bumped up by the core during the prepare phase of system suspend) and the core calls pm_runtime_put() for all devices after executing their co