Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65996
b: refs/heads/master
c: a924db7
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Aug 3, 2007
1 parent 572e2ab commit ff0665d
Show file tree
Hide file tree
Showing 3 changed files with 13 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: 7735cefc4583175486685fced2f457fbe0fd5855
refs/heads/master: a924db7c00655447c5228bd74da070c69b7cadbc
5 changes: 5 additions & 0 deletions trunk/arch/blackfin/kernel/bfin_dma_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ static int __init blackfin_dma_init(void)
/* Mark MEMDMA Channel 0 as requested since we're using it internally */
dma_ch[CH_MEM_STREAM0_DEST].chan_status = DMA_CHANNEL_REQUESTED;
dma_ch[CH_MEM_STREAM0_SRC].chan_status = DMA_CHANNEL_REQUESTED;

#if defined(CONFIG_DEB_DMA_URGENT)
bfin_write_EBIU_DDRQUE(bfin_read_EBIU_DDRQUE()
| DEB1_URGENT | DEB2_URGENT | DEB3_URGENT);
#endif
return 0;
}

Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/blackfin/mach-bf548/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ if (BF54x)

menu "BF548 Specific Configuration"

config DEB_DMA_URGENT
bool "DMA has priority over core for ext. accesses"
depends on BF54x
default n
help
Treat any DEB1, DEB2 and DEB3 request as Urgent

comment "Interrupt Priority Assignment"
menu "Priority"

Expand Down

0 comments on commit ff0665d

Please sign in to comment.