aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-08-19dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Gravatar Yu Kuai 1-0/+1
2020-08-19dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()Gravatar Yu Kuai 1-2/+6
2020-08-19dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Gravatar Yu Kuai 1-0/+2
2020-07-15dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc he...Gravatar Lee Jones 1-3/+3
2020-02-25dmaengine: at_hdmac: Fix deadlocksGravatar Tudor Ambarus 1-35/+39
2020-02-25dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAITGravatar Tudor Ambarus 1-3/+3
2020-02-25dmaengine: at_hdmac: Drop description for a not defined parameterGravatar Tudor Ambarus 1-1/+0
2020-02-25dmaengine: at_hdmac: Return err in case the chan is not free at alloc res timeGravatar Tudor Ambarus 1-23/+8
2020-02-25dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources()Gravatar Tudor Ambarus 1-6/+1
2020-02-25dmaengine: at_hdmac: Substitute kzalloc with kmallocGravatar Tudor Ambarus 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-01-07dmaengine: at_hdmac: drop useless LIST_HEADGravatar Julia Lawall 1-5/+0
2018-11-29dmaengine: at_hdmac: fix module unloadingGravatar Richard Genoud 1-0/+2
2018-11-29dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Gravatar Richard Genoud 1-1/+7
2018-10-07dmaengine: at_hdmac: remove dma_slave_config direction usageGravatar Vinod Koul 1-1/+1
2018-04-22dmaengine: at_hdmac: simplify getting .drvdataGravatar Wolfram Sang 1-6/+3
2017-11-29dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gravatar Gustavo A. R. Silva 1-1/+3
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelGravatar Dave Jiang 1-139/+1
2016-12-08dmaengine: at_hdmac: move to dma_pool_zallocGravatar Vinod Koul 1-2/+1
2016-08-08dmaengine: at_hdmac: convert callback to helper functionGravatar Dave Jiang 1-9/+2
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tGravatar Arnd Bergmann 1-10/+10
2015-10-29dmaengine: hdmac: Add scatter-gathered memset supportGravatar Maxime Ripard 1-0/+79
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationGravatar Maxime Ripard 1-40/+57
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-6/+121
2015-08-26dmaengine: hdmac: Add memset capabilitiesGravatar Maxime Ripard 1-3/+118
2015-07-31dmaengine: at_hdmac: fix residue computationGravatar Cyrille Pitchen 1-45/+87
2015-07-07dmaengine: Use Pointer xt after NULL check.Gravatar Maninder Singh 1-3/+3
2015-06-12dmaengine: hdmac: Implement interleaved transfersGravatar Maxime Ripard 1-0/+106
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-11/+164
2015-03-13dmaengine: at_hdmac: Fix calculation of the residual bytesGravatar Torsten Fleischer 1-72/+112
2015-03-13dmaengine: at_hdmac: Add support for memory to memory sg transfersGravatar Torsten Fleischer 1-11/+164
2015-01-14dmaengine: at_hdmac: declare slave capabilitiesGravatar Ludovic Desroches 1-0/+9
2014-12-22dmaengine: hdmac: Split device_controlGravatar Maxime Ripard 1-48/+73
2014-08-07dma: at_hdmac: fix invalid remaining bytes detectionGravatar Alexandre Belloni 1-5/+7
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationGravatar Laurent Pinchart 1-2/+1
2014-03-17dmaengine: at_hdmac: use tasklet_kill in teardownGravatar Vinod Koul 1-1/+0
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Vinod Koul 1-25/+1
2013-11-14dmaengine: remove DMA unmap from driversGravatar Bartlomiej Zolnierkiewicz 1-25/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataGravatar Dan Williams 1-0/+1
2013-10-25dmaengine: at_hdma: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-1/+1
2013-07-05dmaengine: at_hdmac: prepare clk before calling enableGravatar Boris BREZILLON 1-6/+9
2013-07-05dmaengine/trivial: at_hdmac: add curly brackets to if/else expressionsGravatar Nicolas Ferre 1-2/+4
2013-07-05dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()Gravatar Nicolas Ferre 1-31/+0
2013-07-05dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT bindingGravatar Ludovic Desroches 1-4/+21
2013-07-05dma: at_hdmac: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-07-05DMA: AT91: Get residual bytes in dma bufferGravatar Elen Song 1-18/+112
2013-07-05DMA: AT91: Get transfer widthGravatar Elen Song 1-0/+3
2013-07-05dmaengine: at_hdmac/trivial: rearrange CFG register bits assignmentGravatar Nicolas Ferre 1-5/+4
2013-07-05dmaengine: at_hdmac: extend hardware handshaking interface identificationGravatar Nicolas Ferre 1-0/+2