Re: [PATCH 2/2] usb: dwc3: gadget: clear SUSPHY bit before StartTransfer

2016-04-04 Thread Felipe Balbi
Hi, Felipe Balbi writes: > Felipe Balbi writes: >> Synopsys Databook 2.60a has a note that if we're >> sending a Start Transfer command we _must_ make sure >> that DWC3_GUSB2PHY(n).SUSPHY bit is cleared. >> >> This patch implements that particular detail. >> >> Signed-off-by: Felipe Balbi >> -

Re: [PATCH 2/2] usb: dwc3: gadget: clear SUSPHY bit before StartTransfer

2016-04-04 Thread Felipe Balbi
Hi, Felipe Balbi writes: > Synopsys Databook 2.60a has a note that if we're > sending a Start Transfer command we _must_ make sure > that DWC3_GUSB2PHY(n).SUSPHY bit is cleared. > > This patch implements that particular detail. > > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/gadget.c

[PATCH 2/2] usb: dwc3: gadget: clear SUSPHY bit before StartTransfer

2016-04-03 Thread Felipe Balbi
Synopsys Databook 2.60a has a note that if we're sending a Start Transfer command we _must_ make sure that DWC3_GUSB2PHY(n).SUSPHY bit is cleared. This patch implements that particular detail. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/gadget.c | 25 + 1 file chang