Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286143
b: refs/heads/master
c: e9f3a49
h: refs/heads/master
i:
  286141: 01a7077
  286139: eefa531
  286135: 1c3f374
  286127: 5302bcc
  286111: 7bd206c
  286079: 66f6503
v: v3
  • Loading branch information
Rabin Vincent authored and Vinod Koul committed Jan 2, 2012
1 parent 6b30bc0 commit a9070ff
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8730790b971d747dd4508d22fbc1a4f9422c2803
refs/heads/master: e9f3a49c9698da6f6b606d5e048ddce308438763
4 changes: 4 additions & 0 deletions trunk/drivers/dma/ste_dma40.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,10 @@ static void d40_config_write(struct d40_chan *d40c)
/* Set LIDX for lcla */
writel(lidx, chanbase + D40_CHAN_REG_SSELT);
writel(lidx, chanbase + D40_CHAN_REG_SDELT);

/* Clear LNK which will be used by d40_chan_has_events() */
writel(0, chanbase + D40_CHAN_REG_SSLNK);
writel(0, chanbase + D40_CHAN_REG_SDLNK);
}
}

Expand Down

0 comments on commit a9070ff

Please sign in to comment.