This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers
Mayank Rana ebc2c82d3f msm_otg: Fix LPM issue on removing Host cable
Device is not entering into LPM on removing Host Cable.
msm_otg_suspend is aborted due to inputs bit is set with
A_BUS_REQ which is check before going ahead and preparing
device for clock OFF and LPM state.

A_BUS_REQ is being set from msm_otg_set_suspend() called
from ehci runtime resume when removing Micro A cable.
Fix side effect of commit 572092fed ("USB: msm_otg: Always
update state machine inputs during bus suspend/resume") by
clearing A_BUS_REQ bit with inputs when removing charger
work from OTG_STATE_B_IDLE.

CRs-Fixed: 444160
Change-Id: I5325d2965ecc754ff54b297047603acda5801aae
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
2013-03-07 15:25:35 -08:00
..
2013-02-25 11:32:11 -08:00
2013-03-07 15:24:59 -08:00
2013-03-07 15:25:26 -08:00
2013-02-27 18:16:09 -08:00
2012-04-18 13:15:51 -07:00
2012-05-07 12:26:28 -04:00