aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-30dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li1-1/+2
2023-10-04dmaengine: Remove unused declaration dma_chan_cleanup()Yue Haibing1-2/+0
2023-02-24Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+7
2023-02-10dmaengine: Make an order in struct dma_device definitionAndy Shevchenko1-6/+7
2023-01-27dmaengine: Fix dma_slave_config.dst_addr descriptionSerge Semin1-1/+1
2022-06-27dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig1-20/+0
2022-04-20dmaengine: Document dmaengine_prep_dma_memsetBen Walker1-0/+8
2022-04-11dmaengine: Remove a useless mutexChristophe JAILLET1-1/+0
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul1-4/+0
2021-12-17dmaengine: remove slave_id config fieldArnd Bergmann1-4/+0
2021-11-22dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe1-0/+20
2021-10-25dmaengine: remove debugfs #ifdefArnd Bergmann1-2/+0
2021-08-29dmaengine: Extend the dma_slave_width for 128 bytesBiju Das1-1/+2
2021-05-31dmaengine: Move kdoc description of struct dma_chan_percpu closer to itAndy Shevchenko1-6/+5
2021-01-13dmaengine: Extend the dmaengine_alignment for 128 and 256 bytesPeter Ujfalusi1-0/+2
2020-12-11dmaengine: Add support for per channel coherency handlingPeter Ujfalusi1-0/+12
2020-12-11dmaengine: of-dma: Add support for optional router configuration callbackPeter Ujfalusi1-0/+2
2020-11-24dmaengine: add peripheral configurationVinod Koul1-0/+5
2020-09-03dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi1-6/+9
2020-08-28dmaengine: Remove unused define for dma_request_slave_channel_reason()Peter Ujfalusi1-2/+0
2020-08-07Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+19
2020-08-07Merge branch 'topic/xilinx' into fixesVinod Koul1-0/+17
2020-07-27dmaengine: Introduce DMA-device device_caps callbackSerge Semin1-0/+4
2020-07-27dmaengine: Introduce max SG burst capabilitySerge Semin1-0/+8
2020-07-27dmaengine: Introduce min burst length capabilitySerge Semin1-0/+4
2020-07-23Merge tag 'drm-xilinx-dpsub-20200718' of git://linuxtv.org/pinchartl/media in...Dave Airlie1-0/+17
2020-07-18dmaengine: linux/dmaengine.h: drop duplicated word in a commentRandy Dunlap1-1/+1
2020-07-17dmaengine: Add support for repeating transactionsLaurent Pinchart1-0/+17
2020-06-17dmaengine: cookie bypass for out of order completionDave Jiang1-0/+2
2020-06-15dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-04-27dmaengine: fix channel index enumerationDave Jiang1-2/+2
2020-04-15include/linux/dmaengine: Typos fixes in API documentationMaciej Grochowski1-4/+4
2020-03-11dmaengine: Create debug directories for DMA devicesPeter Ujfalusi1-0/+1
2020-03-11dmaengine: Add basic debugfs supportPeter Ujfalusi1-1/+12
2020-03-02dmaengine: consistently return string literal from switch-caseAndy Shevchenko1-3/+1
2020-03-02dmaengine: Drop redundant 'else' keywordAndy Shevchenko1-3/+3
2020-03-02dmaengine: Use negative condition for better readabilityAndy Shevchenko1-17/+18
2020-03-02dmaengine: Refactor dmaengine_check_align() to be bit operations onlyAndy Shevchenko1-8/+1
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+153
2020-01-24dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven1-0/+4
2020-01-24dmaengine: add support to dynamic register/unregister of channelsDave Jiang1-0/+4
2020-01-21dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.hGeert Uytterhoeven1-2/+0
2020-01-21dmaengine: Remove dma_request_slave_channel_compat() wrapperGeert Uytterhoeven1-4/+2
2020-01-21dmaengine: Add helper function to convert direction value to textPeter Ujfalusi1-0/+19
2020-01-21dmaengine: Add support for reporting DMA cached data amountPeter Ujfalusi1-0/+2
2020-01-21dmaengine: Add metadata_ops for dma_async_tx_descriptorPeter Ujfalusi1-0/+112
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe1-1/+7
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe1-0/+2
2019-12-11dmaengine: Fix access to uninitialized dma_slave_capsLukas Wunner1-1/+4
2019-12-10dmaengine: Remove spaces before TABsGeert Uytterhoeven1-1/+1
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+8
2019-05-27dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang1-4/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2018-07-30dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie1-0/+1
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski1-1/+4
2018-02-12dmaengine: avoid map_cnt overflow with CONFIG_DMA_ENGINE_RAIDZi Yan1-0/+4
2017-09-21dmaengine: Mark struct dma_slave_caps kernel-doc correctly, clarifyStefan Brüns1-12/+16
2017-09-21dmaengine: List all allowed values for src/dst_addr_width in kernel docStefan Brüns1-1/+1
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul1-19/+0
2017-08-28dmaengine: add DMA_PREP_CMD for non-Data descriptors.Abhishek Sahu1-0/+4
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-19/+0
2017-01-31dmaengine: Provide a wrapper for memcpy operationsBoris Brezillon1-0/+11
2016-11-30dmaengine: dma_slave_config: add support for slave port windowPeter Ujfalusi1-0/+8
2016-08-08dmaengine: add support to provide error result from a DMA transationDave Jiang1-0/+16
2016-04-12dmaengine: ensure dmaengine helpers check valid callbackVinod Koul1-1/+19
2016-03-14Merge branch 'topic/pl330' into for-linusVinod Koul1-0/+4
2016-02-22dmaengine: make slave address physicalVinod Koul1-2/+2
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin1-0/+4
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul1-0/+92
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul1-7/+44
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi1-7/+44
2015-12-05dmaengine: Add might_sleep() to dmaengine_synchronize()Lars-Peter Clausen1-0/+2
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik1-0/+2
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen1-0/+90
2015-10-04dma: Add support to program MIC x100 status descriptiorsSiva Yerramreddy1-0/+4
2015-08-20dmaengine: Stricter legacy checking in dma_request_slave_channel_compat()Geert Uytterhoeven1-0/+3
2015-08-17dmaengine: Make __dma_request_slave_channel_compat() name argument constantJarkko Nikula1-1/+1
2015-08-17dmaengine: Add DMA_CTRL_REUSEVinod Koul1-0/+40
2015-08-06dmaengine: Add scatter-gathered memsetMaxime Ripard1-0/+5
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-5/+20
2015-06-25Merge branch 'topic/xdmac' into for-linusVinod Koul1-0/+27
2015-06-25Merge branch 'topic/omap' into for-linusVinod Koul1-0/+17
2015-06-25Merge branch 'topic/core' into for-linusVinod Koul1-0/+8
2015-06-12dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard1-0/+24
2015-06-12dmaengine: Move icg helpers to global headerMaxime Ripard1-0/+27
2015-05-18dmaengine: Support different source and destination strideMaxime Ripard1-0/+8
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi1-0/+17
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-03-05dmaengine: Remove net_dma_find_channelMaxime Ripard1-1/+0
2015-03-05dmaengine: Remove net_dma leftoversMaxime Ripard1-23/+0
2015-03-04dmaengine: Remove memset leftoversMaxime Ripard1-8/+0
2015-02-02Merge branch 'topic/rcar' into for-linusVinod Koul1-0/+3
2015-01-19dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINELaurent Pinchart1-2/+6
2015-01-18dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart1-31/+1
2014-12-23dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widthsLaurent Pinchart1-0/+3
2014-12-22dmaengine: Remove device_control and device_slave_capsMaxime Ripard1-46/+6
2014-12-22dmaengine: Create a generic dma_slave_caps callbackMaxime Ripard1-4/+37
2014-12-22dmaengine: Add device_terminate_all callbackMaxime Ripard1-0/+6
2014-12-22dmaengine: split out pause/resume operations from device_controlMaxime Ripard1-0/+12
2014-12-22dmaengine: Introduce a device_config callbackMaxime Ripard1-0/+8
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-4/+4
2014-12-05dmaengine: clarify the issue_pending expectationsVinod Koul1-1/+2
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+13
2014-10-15Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul1-3/+10
2014-10-15dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul1-3/+0
2014-10-15dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul1-0/+10
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-21/+1
2014-09-28net_dma: simple removalDan Williams1-21/+1
2014-09-23dmaengine: Mark the struct dma_slave_config direction field deprecatedLaurent Pinchart1-1/+3
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+2
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-2/+2
2014-07-25dmaengine: Remove unused definition of DMA_MAX_COOKIEGeert Uytterhoeven1-1/+0
2014-07-04dma: Support for 3 bytes word sizePeter Ujfalusi1-0/+1
2014-06-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2014-05-22dmaengine: fix comment typoAlexander Popov1-1/+1
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi1-0/+1
2014-03-06dma: Remove comment about embedding dma_slave_config into custom structsLars-Peter Clausen1-9/+5
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+7
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-01-20dmaengine: fix kernel-doc style typos for few commentsVinod Koul1-5/+5
2014-01-14dma: Indicate residue granularity in dma_slave_capsLars-Peter Clausen1-0/+28
2014-01-07Merge branch 'topic/of' into for-linusVinod Koul1-0/+1
2014-01-07Merge branch 'topic/defer_probe' into for-linusVinod Koul1-0/+8
2013-12-26Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' i...Olof Johansson1-0/+9
2013-12-18dmaengine: fix incorrect kernel-doc comment for struct dma_slave_configAlexander Popov1-3/+2
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren1-0/+1
2013-12-10dma: add channel request API that supports deferred probeStephen Warren1-0/+8
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul1-14/+50
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-14/+4
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-0/+17
2013-11-13dmaengine: reference counted unmap dataDan Williams1-0/+3
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+26
2013-10-25dmaengine: remove unused DMA_SUCCESSVinod Koul1-1/+1
2013-10-25dmaengine: use DMA_COMPLETE for dma completion statusVinod Koul1-6/+6
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+37
2013-09-09dmaengine: dma_sync_wait and dma_find_channel undefinedJon Mason1-2/+10
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul1-8/+0
2013-09-02dmaengine: dma_slave_caps: remove sg entriesVinod Koul1-8/+0
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul1-0/+44
2013-08-22dmaengine: make dma_submit_error() return an error codeDan Carpenter1-1/+4
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+1
2013-07-15dmaengine: add dma_slave_get_caps apiVinod Koul1-0/+44
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-5/+0
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul1-2/+2
2013-04-15DMA: of: Constant namesMarkus Pargmann1-2/+2
2013-04-15dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen1-5/+6
2013-02-27dmaengine: add dma_request_slave_channel_compat()Matt Porter1-0/+16
2013-02-14dmaengine.h: remove redundant else keywordAndy Shevchenko1-2/+2
2013-01-12dmaengine: introduce is_slave_direction functionAndy Shevchenko1-0/+5
2013-01-07dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz1-4/+1
2013-01-07dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz1-2/+0
2013-01-07dmatest: Fix NULL pointer dereference on ioatJon Mason1-1/+4
2013-01-07DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved apiBarry Song1-0/+7
2013-01-07dmaengine: use for_each_set_bitAkinobu Mita1-17/+1
2013-01-06dmaengine: fix build failure due to missing semi-colonVinod Koul1-1/+1
2013-01-06dmaengine: add helper function to request a slave DMA channelJon Hunter1-0/+6
2012-09-24dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()Peter Ujfalusi1-1/+2
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-2/+2
2012-06-20dmaengine: Add wrapper for device_tx_status callbackLars-Peter Clausen1-0/+6
2012-06-08dma: dmaengine: add slave req id in slave_configLaxman Dewangan1-0/+4
2012-05-31rapidio: add DMA engine support for RIO data transfersAlexandre Bounine1-0/+12
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+4
2012-05-11dmaengine: Fixup dmaengine_prep_slave_single() to be actually usefulKuninori Morimoto1-2/+4
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-0/+1
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+30
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-5/+7
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-0/+16
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-2/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-0/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-22dmaengine: Add flow controller information to dma_slave_configViresh Kumar1-0/+5
2011-12-23dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo1-0/+1
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar1-3/+75
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-5/+17
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2011-10-31linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker1-0/+2
2011-10-27dmaengine: add new enum dma_transfer_directionVinod Koul1-5/+17
2011-08-16dmaengine: remove struct scatterlist for headerVinod Koul1-2/+0
2011-08-08dmaengine: add helper function for slave_singleVinod Koul1-0/+11
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-1/+1
2011-01-14Fix dmaengine_submit() return typeRussell King - ARM Linux1-1/+1
2011-01-03dmaengine: provide dummy functions for DMA_ENGINE=nGuennadi Liakhovetski1-3/+10
2010-10-07async_tx: make async_tx channel switching opt-inDan Williams1-4/+4
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams1-2/+52
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder1-0/+3
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder1-0/+6
2010-10-05dmaengine: add wrapper functions for device control functionsSascha Hauer1-0/+34
2010-10-05dmaengine: add possibility for cyclic transfersSascha Hauer1-1/+8
2010-09-22missing inline keyword for static function in linux/dmaengine.hMathieu Lacage1-1/+1
2010-08-04DMAENGINE: generic slave channel control v3Linus Walleij1-0/+71
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+60
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-0/+60
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-0/+10
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-5/+33
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+16
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-0/+2