aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)Author
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-09-09dmaengine: dma_sync_wait and dma_find_channel undefinedJon Mason
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-09-02dmaengine: dma_slave_caps: remove sg entriesVinod Koul
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-08-22dmaengine: make dma_submit_error() return an error codeDan Carpenter
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao
2013-07-15dmaengine: add dma_slave_get_caps apiVinod Koul
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul
2013-04-15DMA: of: Constant namesMarkus Pargmann
2013-04-15dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen
2013-02-27dmaengine: add dma_request_slave_channel_compat()Matt Porter
2013-02-14dmaengine.h: remove redundant else keywordAndy Shevchenko
2013-01-12dmaengine: introduce is_slave_direction functionAndy Shevchenko
2013-01-07dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz
2013-01-07dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz
2013-01-07dmatest: Fix NULL pointer dereference on ioatJon Mason
2013-01-07DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved apiBarry Song
2013-01-07dmaengine: use for_each_set_bitAkinobu Mita
2013-01-06dmaengine: fix build failure due to missing semi-colonVinod Koul
2013-01-06dmaengine: add helper function to request a slave DMA channelJon Hunter
2012-09-24dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()Peter Ujfalusi
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-06-20dmaengine: Add wrapper for device_tx_status callbackLars-Peter Clausen
2012-06-08dma: dmaengine: add slave req id in slave_configLaxman Dewangan
2012-05-31rapidio: add DMA engine support for RIO data transfersAlexandre Bounine
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-05-11dmaengine: Fixup dmaengine_prep_slave_single() to be actually usefulKuninori Morimoto
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-02-22dmaengine: Add flow controller information to dma_slave_configViresh Kumar
2011-12-23dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker
2011-10-27dmaengine: add new enum dma_transfer_directionVinod Koul
2011-08-16dmaengine: remove struct scatterlist for headerVinod Koul
2011-08-08dmaengine: add helper function for slave_singleVinod Koul
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-01-14Fix dmaengine_submit() return typeRussell King - ARM Linux