index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
dmaengine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma: Remove comment about embedding dma_slave_config into custom structs
Lars-Peter Clausen
2014-03-06
1
-9
/
+5
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-01-29
1
-8
/
+7
|
\
|
*
dmaengine: fix kernel-doc style typos for few comments
Vinod Koul
2014-01-20
1
-5
/
+5
|
*
Merge branch 'topic/of' into for-linus
Vinod Koul
2014-01-07
1
-0
/
+1
|
|
\
|
*
\
Merge branch 'topic/defer_probe' into for-linus
Vinod Koul
2014-01-07
1
-0
/
+8
|
|
\
\
|
*
|
|
dmaengine: fix incorrect kernel-doc comment for struct dma_slave_config
Alexander Popov
2013-12-18
1
-3
/
+2
*
|
|
|
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-01-23
1
-0
/
+1
|
\
\
\
\
|
|
\
\
\
|
|
\
\
\
|
*
-
.
\
\
\
Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' i...
Olof Johansson
2013-12-26
1
-0
/
+9
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
/
/
|
|
|
|
/
/
|
|
|
/
|
/
|
|
|
|
/
|
|
|
*
dma: add dma_get_any_slave_channel(), for use in of_xlate()
Stephen Warren
2013-12-10
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
dma: Indicate residue granularity in dma_slave_caps
Lars-Peter Clausen
2014-01-14
1
-0
/
+28
|
|
/
|
/
|
*
|
dma: add channel request API that supports deferred probe
Stephen Warren
2013-12-10
1
-0
/
+8
|
/
*
Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...
Vinod Koul
2013-11-16
1
-14
/
+50
|
\
|
*
dmaengine: remove DMA unmap flags
Bartlomiej Zolnierkiewicz
2013-11-14
1
-14
/
+4
|
*
async_memcpy: convert to dmaengine_unmap_data
Dan Williams
2013-11-14
1
-0
/
+17
|
*
dmaengine: reference counted unmap data
Dan Williams
2013-11-13
1
-0
/
+3
|
*
dmaengine: prepare for generic 'unmap' data
Dan Williams
2013-11-13
1
-0
/
+26
*
|
dmaengine: remove unused DMA_SUCCESS
Vinod Koul
2013-10-25
1
-1
/
+1
*
|
dmaengine: use DMA_COMPLETE for dma completion status
Vinod Koul
2013-10-25
1
-6
/
+6
|
/
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-09-10
1
-0
/
+37
|
\
|
*
Merge branch 'topic/api_caps' into for-linus
Vinod Koul
2013-09-04
1
-8
/
+0
|
|
\
|
|
*
dmaengine: dma_slave_caps: remove sg entries
Vinod Koul
2013-09-02
1
-8
/
+0
|
*
|
Merge branch 'topic/api_caps' into for-linus
Vinod Koul
2013-09-02
1
-0
/
+44
|
|
\
\
|
|
|
/
|
|
*
dmaengine: add dma_slave_get_caps api
Vinod Koul
2013-07-15
1
-0
/
+44
|
*
|
dmaengine: add interface of dma_get_slave_channel
Zhangfei Gao
2013-08-13
1
-0
/
+1
|
|
/
*
|
dmaengine: dma_sync_wait and dma_find_channel undefined
Jon Mason
2013-09-09
1
-2
/
+10
*
|
dmaengine: make dma_submit_error() return an error code
Dan Carpenter
2013-08-22
1
-1
/
+4
|
/
*
drivers/dma: remove unused support for MEMSET operations
Bartlomiej Zolnierkiewicz
2013-07-03
1
-5
/
+0
*
Merge branch 'topic/of' into for-linus
Vinod Koul
2013-05-02
1
-2
/
+2
|
\
|
*
DMA: of: Constant names
Markus Pargmann
2013-04-15
1
-2
/
+2
*
|
dma: Make the 'mask' parameter of __dma_request_channel const
Lars-Peter Clausen
2013-04-15
1
-5
/
+6
|
/
*
dmaengine: add dma_request_slave_channel_compat()
Matt Porter
2013-02-27
1
-0
/
+16
*
dmaengine.h: remove redundant else keyword
Andy Shevchenko
2013-02-14
1
-2
/
+2
*
dmaengine: introduce is_slave_direction function
Andy Shevchenko
2013-01-12
1
-0
/
+5
*
dmaengine: remove dma_async_memcpy_complete() macro
Bartlomiej Zolnierkiewicz
2013-01-07
1
-4
/
+1
*
dmaengine: remove dma_async_memcpy_pending() macro
Bartlomiej Zolnierkiewicz
2013-01-07
1
-2
/
+0
*
dmatest: Fix NULL pointer dereference on ioat
Jon Mason
2013-01-07
1
-1
/
+4
*
DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved api
Barry Song
2013-01-07
1
-0
/
+7
*
dmaengine: use for_each_set_bit
Akinobu Mita
2013-01-07
1
-17
/
+1
*
dmaengine: fix build failure due to missing semi-colon
Vinod Koul
2013-01-06
1
-1
/
+1
*
dmaengine: add helper function to request a slave DMA channel
Jon Hunter
2013-01-06
1
-0
/
+6
*
dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()
Peter Ujfalusi
2012-09-24
1
-1
/
+2
*
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
2012-09-22
1
-2
/
+2
*
dmaengine: Add wrapper for device_tx_status callback
Lars-Peter Clausen
2012-06-20
1
-0
/
+6
*
dma: dmaengine: add slave req id in slave_config
Laxman Dewangan
2012-06-08
1
-0
/
+4
*
rapidio: add DMA engine support for RIO data transfers
Alexandre Bounine
2012-05-31
1
-0
/
+12
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-05-25
1
-2
/
+4
|
\
|
*
dmaengine: Fixup dmaengine_prep_slave_single() to be actually useful
Kuninori Morimoto
2012-05-11
1
-2
/
+4
*
|
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-04-10
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
netdma: adding alignment check for NETDMA ops
Dave Jiang
2012-04-05
1
-0
/
+1
*
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-29
1
-5
/
+30
|
\
\
[next]