Re: [PATCH] PM / runtime: Document steps for device removal

2016-03-14 Thread Krzysztof Kozlowski
On 13.03.2016 01:57, Alan Stern wrote: > On Sat, 12 Mar 2016, Krzysztof Kozlowski wrote: > >> Put a reminder that during device removal drivers should revert all PM >> runtime changes from the probe. Also add a note that >> pm_runtime_disable() won't wait for pending suspend requests if >> autosus

Re: [PATCH] PM / runtime: Document steps for device removal

2016-03-12 Thread Alan Stern
On Sat, 12 Mar 2016, Krzysztof Kozlowski wrote: > Put a reminder that during device removal drivers should revert all PM > runtime changes from the probe. Also add a note that > pm_runtime_disable() won't wait for pending suspend requests if > autosuspend is not disabled before. > > Signed-off-by

[PATCH] PM / runtime: Document steps for device removal

2016-03-11 Thread Krzysztof Kozlowski
Put a reminder that during device removal drivers should revert all PM runtime changes from the probe. Also add a note that pm_runtime_disable() won't wait for pending suspend requests if autosuspend is not disabled before. Signed-off-by: Krzysztof Kozlowski --- Documentation/power/runtime_pm.tx