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

2016-04-06 Thread Rafael J. Wysocki
On Sunday, April 03, 2016 02:27:27 PM Alan Stern wrote: > On Sun, 3 Apr 2016, Krzysztof Kozlowski wrote: > > > Put a reminder that during device removal drivers should revert all PM > > runtime changes from the probe. > > > > Signed-off-by: Krzysztof Kozlowski > > > > --- > > > > Changes since

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

2016-04-03 Thread Alan Stern
On Sun, 3 Apr 2016, Krzysztof Kozlowski wrote: > Put a reminder that during device removal drivers should revert all PM > runtime changes from the probe. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Address Alan's comments. > --- > Documentation/power/runtime_pm.t

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

2016-04-02 Thread Krzysztof Kozlowski
Put a reminder that during device removal drivers should revert all PM runtime changes from the probe. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. Address Alan's comments. --- Documentation/power/runtime_pm.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentati