Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264979
b: refs/heads/master
c: df01c61
h: refs/heads/master
i:
  264977: 3eba81f
  264975: f76a03e
v: v3
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent 07d3fa9 commit 219c371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 324e5481401dbbadb6758c17480f50bad0996db9
refs/heads/master: df01c61e0675bddc8d0567d65f6174cdeb92c286
3 changes: 2 additions & 1 deletion trunk/drivers/usb/dwc3/dwc3-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ static int __devinit dwc3_omap_probe(struct platform_device *pdev)
}

/* enable all IRQs */
dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, 0x01);
reg = USBOTGSS_IRQO_COREIRQ_ST;
dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, reg);

reg = (USBOTGSS_IRQ1_OEVT |
USBOTGSS_IRQ1_DRVVBUS_RISE |
Expand Down

0 comments on commit 219c371

Please sign in to comment.