[PATCH v4 16/20] usb: dwc3: add disable usb2 suspend phy quirk

2014-10-30 Thread Huang Rui
This patch adds disable usb2 suspend phy quirk, and some special platforms can configure that if it is needed. Signed-off-by: Huang Rui ray.hu...@amd.com --- Documentation/devicetree/bindings/usb/dwc3.txt | 1 + drivers/usb/dwc3/core.c| 7 +++ drivers/usb/dwc3/core.h

Re: [PATCH v4 16/20] usb: dwc3: add disable usb2 suspend phy quirk

2014-10-30 Thread Felipe Balbi
On Thu, Oct 30, 2014 at 06:08:41PM +0800, Huang Rui wrote: This patch adds disable usb2 suspend phy quirk, and some special platforms can configure that if it is needed. Signed-off-by: Huang Rui ray.hu...@amd.com --- Documentation/devicetree/bindings/usb/dwc3.txt | 1 +

Re: [PATCH v4 16/20] usb: dwc3: add disable usb2 suspend phy quirk

2014-10-30 Thread Huang Rui
On Thu, Oct 30, 2014 at 11:39:43AM -0500, Felipe Balbi wrote: On Thu, Oct 30, 2014 at 06:08:41PM +0800, Huang Rui wrote: This patch adds disable usb2 suspend phy quirk, and some special platforms can configure that if it is needed. Signed-off-by: Huang Rui ray.hu...@amd.com ---