Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316633
b: refs/heads/master
c: 3052cc2
h: refs/heads/master
i:
  316631: d8d383d
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Vinod Koul committed Jun 20, 2012
1 parent e0ad5ca commit 9950c77
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 0a0760358cbe922ba7440389ddae649bc56221ef
refs/heads/master: 3052cc2c92f11875d111d5b7b9b3ad535b3128b9
6 changes: 6 additions & 0 deletions trunk/include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,12 @@ static inline int dmaengine_resume(struct dma_chan *chan)
return dmaengine_device_control(chan, DMA_RESUME, 0);
}

static inline enum dma_status dmaengine_tx_status(struct dma_chan *chan,
dma_cookie_t cookie, struct dma_tx_state *state)
{
return chan->device->device_tx_status(chan, cookie, state);
}

static inline dma_cookie_t dmaengine_submit(struct dma_async_tx_descriptor *desc)
{
return desc->tx_submit(desc);
Expand Down

0 comments on commit 9950c77

Please sign in to comment.