Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174965
b: refs/heads/master
c: 9720fae
h: refs/heads/master
i:
  174963: cf03a3d
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 4a3480e commit e8344e9
Show file tree
Hide file tree
Showing 2 changed files with 12 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: daf5822f05397623c6d2376748c7965707cf8ef8
refs/heads/master: 9720faec51127d35f8bf1bdf577de92728d5e91b
11 changes: 11 additions & 0 deletions trunk/drivers/usb/musb/musb_dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ struct musb_hw_ep;
#define tusb_dma_omap() 0
#endif

/* Anomaly 05000456 - USB Receive Interrupt Is Not Generated in DMA Mode 1
* Only allow DMA mode 1 to be used when the USB will actually generate the
* interrupts we expect.
*/
#ifdef CONFIG_BLACKFIN
# undef USE_MODE1
# if !ANOMALY_05000456
# define USE_MODE1
# endif
#endif

/*
* DMA channel status ... updated by the dma controller driver whenever that
* status changes, and protected by the overall controller spinlock.
Expand Down

0 comments on commit e8344e9

Please sign in to comment.