Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358486
b: refs/heads/master
c: a14acb4
h: refs/heads/master
v: v3
  • Loading branch information
Barry Song authored and Vinod Koul committed Jan 8, 2013
1 parent c4d0c23 commit ba62697
Show file tree
Hide file tree
Showing 2 changed files with 8 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: f7d935dcc34fae9ad4a39f2cf8e2a96199c48948
refs/heads/master: a14acb4ac2a1486f6633c55eb7f7ded07f3ec9fc
7 changes: 7 additions & 0 deletions trunk/include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,13 @@ static inline struct dma_async_tx_descriptor *dmaengine_prep_dma_cyclic(
period_len, dir, flags, NULL);
}

static inline struct dma_async_tx_descriptor *dmaengine_prep_interleaved_dma(
struct dma_chan *chan, struct dma_interleaved_template *xt,
unsigned long flags)
{
return chan->device->device_prep_interleaved_dma(chan, xt, flags);
}

static inline int dmaengine_terminate_all(struct dma_chan *chan)
{
return dmaengine_device_control(chan, DMA_TERMINATE_ALL, 0);
Expand Down

0 comments on commit ba62697

Please sign in to comment.