EHCI: HSIC: Fail root hub bus suspend when port is not enabled
HSIC controller can not detect HSIC device in low power mode. Hence controller suspend is allowed only when port is enabled. But this check is done in controller suspend routine. Controller suspend is attempted after root hub bus is suspended. Even if we fail, controller suspend, root hub bus remains in suspend state. This would delay the enumeration of HSIC device as root hub bus resume takes some time. CRs-Fixed: 396444 Signed-off-by:Pavankumar Kondeti <pkondeti@codeaurora.org> (cherry picked from commit a723f744025854c7132410fd1699bc0997617fb9) Change-Id: I30c2117a0a6debfbc98a08610a83b56d5ac75f5b Signed-off-by:
Sudhir Sharma <sudsha@codeaurora.org>
Loading
Please sign in to comment