summaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h (unfollow)
Commit message (Expand)Author
2015-01-19dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINELaurent Pinchart
2015-01-18dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart
2014-12-23dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widthsLaurent Pinchart
2014-12-22dmaengine: Remove device_control and device_slave_capsMaxime Ripard
2014-12-22dmaengine: Create a generic dma_slave_caps callbackMaxime Ripard
2014-12-22dmaengine: Add device_terminate_all callbackMaxime Ripard
2014-12-22dmaengine: split out pause/resume operations from device_controlMaxime Ripard
2014-12-22dmaengine: Introduce a device_config callbackMaxime Ripard
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard
2014-12-05dmaengine: clarify the issue_pending expectationsVinod Koul
2014-10-15dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul
2014-10-15dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul
2014-09-28net_dma: simple removalDan Williams
2014-09-23dmaengine: Mark the struct dma_slave_config direction field deprecatedLaurent Pinchart
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-07-25dmaengine: Remove unused definition of DMA_MAX_COOKIEGeert Uytterhoeven
2014-07-04dma: Support for 3 bytes word sizePeter Ujfalusi
2014-05-22dmaengine: fix comment typoAlexander Popov
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi
2014-03-06dma: Remove comment about embedding dma_slave_config into custom structsLars-Peter Clausen
2014-01-20dmaengine: fix kernel-doc style typos for few commentsVinod Koul
2014-01-14dma: Indicate residue granularity in dma_slave_capsLars-Peter Clausen
2013-12-18dmaengine: fix incorrect kernel-doc comment for struct dma_slave_configAlexander Popov
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren
2013-12-10dma: add channel request API that supports deferred probeStephen Warren
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams
2013-11-13dmaengine: reference counted unmap dataDan Williams
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-10-25dmaengine: remove unused DMA_SUCCESSVinod Koul
2013-10-25dmaengine: use DMA_COMPLETE for dma completion statusVinod Koul
2013-09-09dmaengine: dma_sync_wait and dma_find_channel undefinedJon Mason
2013-09-02dmaengine: dma_slave_caps: remove sg entriesVinod 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-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