Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316886
b: refs/heads/master
c: 2ed9127
h: refs/heads/master
v: v3
  • Loading branch information
Mantesh Sarasetti authored and Felipe Balbi committed Jun 4, 2012
1 parent 1b772f3 commit cda2d85
Show file tree
Hide file tree
Showing 2 changed files with 6 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: abf710e655fe843afe0ab6a56e344567d933b018
refs/heads/master: 2ed9127cff9a255b7671b8d3d938109f68a87961
6 changes: 5 additions & 1 deletion trunk/drivers/usb/musb/musb_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,11 @@ void musb_host_rx(struct musb *musb, u8 epnum)
c->channel_release(dma);
hw_ep->rx_channel = NULL;
dma = NULL;
/* REVISIT reset CSR */
val = musb_readw(epio, MUSB_RXCSR);
val &= ~(MUSB_RXCSR_DMAENAB
| MUSB_RXCSR_H_AUTOREQ
| MUSB_RXCSR_AUTOCLEAR);
musb_writew(epio, MUSB_RXCSR, val);
}
}
#endif /* Mentor DMA */
Expand Down

0 comments on commit cda2d85

Please sign in to comment.