Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222145
b: refs/heads/master
c: e860e6d
h: refs/heads/master
i:
  222143: 2aec1e2
v: v3
  • Loading branch information
Mathias Nyman authored and Tony Lindgren committed Nov 5, 2010
1 parent 6c64428 commit 45c630d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b7283945c5ed8e78f0fe2c3313d8d1cdbc19b4b3
refs/heads/master: e860e6da96f5a320a752da232e03d7bf885710b7
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-omap/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,8 @@ static int omap2_dma_handle_ch(int ch)

dma_write(OMAP2_DMA_CSR_CLEAR_MASK, CSR(ch));
dma_write(1 << ch, IRQSTATUS_L0);
/* read back the register to flush the write */
dma_read(IRQSTATUS_L0);

/* If the ch is not chained then chain_id will be -1 */
if (dma_chan[ch].chain_id != -1) {
Expand Down

0 comments on commit 45c630d

Please sign in to comment.