summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-10-22 17:38:22 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-11-02 18:14:07 +0100
commit9226c504e364158a17a68ff1fe9d67d266922f50 (patch)
treeaa9065e2b60f6e533dc6f012aaf34a3791b86bb1 /kernel
parentd6e36668598154820177bfd78c1621d8e6c580a2 (diff)
downloadlinux-9226c504e364158a17a68ff1fe9d67d266922f50.tar.gz
linux-9226c504e364158a17a68ff1fe9d67d266922f50.tar.bz2
linux-9226c504e364158a17a68ff1fe9d67d266922f50.zip
PM: runtime: Resume the device earlier in __device_release_driver()
Since the device is resumed from runtime-suspend in __device_release_driver() anyway, it is better to do that before looking for busy managed device links from it to consumers, because if there are any, device_links_unbind_consumers() will be called and it will cause the consumer devices' drivers to unbind, so the consumer devices will be runtime-resumed. In turn, resuming each consumer device will cause the supplier to be resumed and when the runtime PM references from the given consumer to it are dropped, it may be suspended. Then, the runtime-resume of the next consumer will cause the supplier to resume again and so on. Update the code accordingly. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Fixes: 9ed9895370ae ("driver core: Functional dependencies tracking support") Cc: All applicable <stable@vger.kernel.org> # All applicable Tested-by: Xiang Chen <chenxiang66@hisilicon.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions