projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e39b81
)
usb: dwc3: resume phy during gadget initialization on recent cores
author
Pratyush Anand
<pratyush.anand@st.com>
Wed, 6 Jun 2012 14:06:17 +0000
(19:36 +0530)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 6 Jun 2012 14:37:41 +0000
(17:37 +0300)
It is needed to enumerate recent cores like 2.10a.
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/gadget.c
b/drivers/usb/dwc3/gadget.c
index 8e00756ee522a87c532b3b136d125dd714c0854b..38cd13ffae9d1f86e0d387b55041d3d10b7a9d8a 100644
(file)
--- a/
drivers/usb/dwc3/gadget.c
+++ b/
drivers/usb/dwc3/gadget.c
@@
-2449,8
+2449,8
@@
int __devinit dwc3_gadget_init(struct dwc3 *dwc)
dwc3_writel(dwc->regs, DWC3_DCTL, reg);
- dwc3_gadget_usb2_phy_suspend(dwc,
tru
e);
- dwc3_gadget_usb3_phy_suspend(dwc,
tru
e);
+ dwc3_gadget_usb2_phy_suspend(dwc,
fals
e);
+ dwc3_gadget_usb3_phy_suspend(dwc,
fals
e);
}
ret = device_register(&dwc->gadget.dev);