From: Vivek Gautam Date: Mon, 23 Sep 2013 03:38:28 +0000 (+0530) Subject: usb: dwc3: Remove additional delay of 100ms when resuming X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9681ee0812a7502838032bc5f935c2af650b036;p=pandora-kernel.git usb: dwc3: Remove additional delay of 100ms when resuming This delay got introduced in: "7415f17 usb: dwc3: core: add power management support" which reflected similar code in dwc3_core_soft_reset() function. However, originally the delay of 100ms in dwc3_core_soft_reset() was meant to assist USB2PHY and USB3PHY reset, not for usb_phy_init() sequence. We should get rid of this delay, since things will still work fine without this. Reviewed-by: Jingoo Han Signed-off-by: Vivek Gautam Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed