The W/A code for other AP could make kernel panic rarely.
Change-Id: Ic0b44fdcfc4d9c189d0fc37da2398043720424e7
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
{
enum dwc3_link_state next = evtinfo & DWC3_LINK_STATE_MASK;
- /* WA for Lhotse U3 */
- if (dwc->gadget.speed >= USB_SPEED_SUPER)
- phy_ilbk(dwc->usb3_generic_phy);
-
if (dwc->link_state != next && next == DWC3_LINK_STATE_U3)
dwc3_suspend_gadget(dwc);
temp = readl(port_array[wIndex]);
bus_state->suspended_ports |= 1 << wIndex;
- /* WA for Lhotse U3 Suspend */
- if (xhci_hub_check_speed(hcd))
- phy_ilbk(xhci->main_hcd->phy);
-
break;
case USB_PORT_FEAT_LINK_STATE:
temp = readl(port_array[wIndex]);