commit | 1f805467607ea947f32cd5d7905eadbb4d5df225 | [log] [tgz] |
---|---|---|
author | Manu Gautam <mgautam@codeaurora.org> | Wed Feb 27 08:50:12 2019 +0530 |
committer | Manu Gautam <mgautam@codeaurora.org> | Tue Mar 19 13:56:34 2019 +0530 |
tree | 69f1a0fde8fbd2582c4eb6f0434204aa8ad618d1 | |
parent | c2f9f7766c37d1d26bf9881befeed0a799c5dc3f [diff] |
usb: dwc3: gadget: Fix runtime PM vote from pull_up handler If gadget driver's request for removing pull_up fails due to EP0 not in setup phase, then driver ends up bailing out without removing it PM usage_count vote. This will prevent DWC3 from entering low power mode and subsequent start_peripheral/host would also won't be allowed as LPM entry is mandatory for that. Change-Id: Id1dde0dcf379a1f6b9567d63c0b1d31445c30d0d Signed-off-by: Manu Gautam <mgautam@codeaurora.org>