Files
android_kernel_xiaomi_sm8450/drivers/usb/dwc3
Manu Gautam 8eed00b237 usb: dwc3: pci: Runtime resume child device from wq
Driver currently resumes and increments pm usage_count
of its child device (dwc3 main) from its runtime_resume
handler. This requires dwc3 runtime_resume to perform
pm_runtime_put to decrement the pm usage_count. However
runtime_put from dwc3 happens for non pci drivers
(e.g. dwc3-if-simple.c) as well which results in dwc3
pm usage_count becoming negative after couple of
runtime suspend resume iterations. Fix this by
performing runtime_get/put from dwc3-pci driver only
using workqueue.

Signed-off-by: Manu Gautam <mgautam@codeaurora.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2017-10-24 12:51:19 +03:00
..
2017-06-02 11:22:29 +03:00
2017-04-11 10:58:31 +03:00
2017-06-02 11:22:10 +03:00
2017-06-02 11:22:27 +03:00
2017-04-11 10:58:31 +03:00
2017-06-02 11:22:29 +03:00