aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-07dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall
2018-11-29dmaengine: at_hdmac: fix module unloadingRichard Genoud
2018-11-29dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud
2018-10-07dmaengine: at_hdmac: remove dma_slave_config direction usageVinod Koul
2018-04-22dmaengine: at_hdmac: simplify getting .drvdataWolfram Sang
2017-11-29dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2016-12-08dmaengine: at_hdmac: move to dma_pool_zallocVinod Koul
2016-08-08dmaengine: at_hdmac: convert callback to helper functionDave Jiang
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tArnd Bergmann
2015-10-29dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-08-26dmaengine: hdmac: Add memset capabilitiesMaxime Ripard
2015-07-31dmaengine: at_hdmac: fix residue computationCyrille Pitchen
2015-07-07dmaengine: Use Pointer xt after NULL check.Maninder Singh
2015-06-12dmaengine: hdmac: Implement interleaved transfersMaxime Ripard
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-03-13dmaengine: at_hdmac: Fix calculation of the residual bytesTorsten Fleischer
2015-03-13dmaengine: at_hdmac: Add support for memory to memory sg transfersTorsten Fleischer
2015-01-14dmaengine: at_hdmac: declare slave capabilitiesLudovic Desroches
2014-12-22dmaengine: hdmac: Split device_controlMaxime Ripard
2014-08-07dma: at_hdmac: fix invalid remaining bytes detectionAlexandre Belloni
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-03-17dmaengine: at_hdmac: use tasklet_kill in teardownVinod Koul
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-10-25dmaengine: at_hdma: use DMA_COMPLETE for dma completion statusVinod Koul
2013-07-05dmaengine: at_hdmac: prepare clk before calling enableBoris BREZILLON
2013-07-05dmaengine/trivial: at_hdmac: add curly brackets to if/else expressionsNicolas Ferre
2013-07-05dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()Nicolas Ferre
2013-07-05dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT bindingLudovic Desroches
2013-07-05dma: at_hdmac: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-05DMA: AT91: Get residual bytes in dma bufferElen Song
2013-07-05DMA: AT91: Get transfer widthElen Song
2013-07-05dmaengine: at_hdmac/trivial: rearrange CFG register bits assignmentNicolas Ferre
2013-07-05dmaengine: at_hdmac: extend hardware handshaking interface identificationNicolas Ferre
2013-07-05dmaengine: at_hdmac/trivial: correct typo in commentNicolas Ferre
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-04-30at_hdmac: move to generic DMA bindingLudovic Desroches
2013-04-18dmaengine: at_hdmac: fix race condition in atc_advance_work()Ludovic Desroches
2013-04-15dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John
2013-01-12dma: at_hdmac: check direction properly for cyclic transfersAndy Shevchenko
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-09-14dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre
2012-09-14dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre