Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174968
b: refs/heads/master
c: 0702794
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 48e5ec6 commit 8918bb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bd03e7b9d0f70928f9cd793326c28e4e08ffc96
refs/heads/master: 0702794c41c3740e65ec83d393b7cb4d048be954
10 changes: 10 additions & 0 deletions trunk/drivers/usb/musb/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
* anomaly - 05000465.
*/

/* The Mentor USB DMA engine on BF52x (silicon v0.0 and v0.1) seems to be
* unstable in host mode. This may be caused by Anomaly 05000380. After
* digging out the root cause, we will change this number accordingly.
* So, need to either use silicon v0.2+ or disable DMA mode in MUSB.
*/
#if ANOMALY_05000380 && defined(CONFIG_BF52x) && \
defined(CONFIG_USB_MUSB_HDRC) && !defined(CONFIG_MUSB_PIO_ONLY)
# error "Please use PIO mode in MUSB driver on bf52x chip v0.0 and v0.1"
#endif

#undef DUMP_FIFO_DATA
#ifdef DUMP_FIFO_DATA
static void dump_fifo_data(u8 *buf, u16 len)
Expand Down

0 comments on commit 8918bb2

Please sign in to comment.