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