aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28dmaengine: fsldma: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-01dmaengine: Explicitly include correct DT includesRob Herring1-1/+2
2021-01-12dmaengine: fsldma: Fix a resource leak in an error handling path of the probe...Christophe JAILLET1-0/+5
2021-01-12dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2020-09-18dmaengine: fsl: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-08-20dmaengine: fsldma: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner1-6/+1
2019-01-07dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He1-8/+8
2018-09-03dmaengine: fsldma: move spin_lock_bh to spin_lock in taskletBarry Song1-2/+2
2018-04-22dmaengine: fsldma: simplify getting .drvdataWolfram Sang1-4/+2
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-118/+0
2017-06-22dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctlyThomas Breitung1-1/+4
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul1-1/+1
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul1-5/+1
2016-09-30dmaengine: fsldma: Unmap region obtained by of_iomapArvind Yadav1-1/+3
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman1-6/+6
2016-08-08dmaengine: fsldma: move unmap to before callbackDave Jiang1-1/+1
2016-08-08dmaengine: fsldma: convert callback to helper functionDave Jiang1-5/+1
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-2/+0
2016-05-03dmaengine: fsldma: Use dma_pool_zallocJulia Lawall1-2/+1
2016-03-09dmaengine: fsldma: fix memory leakXuelin Shi1-0/+2
2015-10-01dmaengine: fsldma: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-01-13dmaengine: fsldma: remove the unused variableKevin Hao1-1/+0
2015-01-13dmaengine: fsldma: declare slave capabilities for the generic codeKevin Hao1-0/+5
2014-12-22dmaengine: fsl-dma: Split device_controlMaxime Ripard1-59/+32
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-06dmaengine: fsldma: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul1-9/+0
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul1-1/+15
2014-07-14dmaengine: Freescale: change descriptor release process for supporting async_txHongbo Zhang1-53/+144
2014-07-14dmaengine: Freescale: add suspend resume functions for DMA driverHongbo Zhang1-0/+77
2014-07-14dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsaveHongbo Zhang1-15/+10
2014-05-02DMA: Freescale: move functions to avoid forward declarationsHongbo Zhang1-95/+95
2014-05-02DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplicationHongbo Zhang1-10/+17
2014-05-02DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengineHongbo Zhang1-31/+0
2014-05-02DMA: Freescale: unify register access methodsHongbo Zhang1-19/+33
2014-05-02DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUGHongbo Zhang1-10/+0
2013-12-12dma: fix fsldma build warningsDan Williams1-30/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-19/+7
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul1-16/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-16/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-11-13DMA: Freescale: update driver to support 8-channel DMA engineHongbo Zhang1-3/+6
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-05fsldma: remove useless use of lockAndy Shevchenko1-9/+1
2013-07-05dma: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2012-11-28dma: remove use of __devinitBill Pemberton1-2/+2
2012-09-01dma: fix commentsMasanari Iida1-1/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+3
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-8/+3
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-8/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-2/+2
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-2/+2
2011-04-10dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder1-1/+1
2011-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-250/+301
2011-03-11fsldma: make halt behave nicely on all supported controllersIra Snyder1-3/+16
2011-03-11fsldma: reduce locking during descriptor cleanupIra Snyder1-62/+46
2011-03-11fsldma: support async_tx dependencies and automatic unmappingIra Snyder1-36/+95
2011-03-11fsldma: fix controller lockupsIra Snyder1-122/+98
2011-03-11fsldma: minor codingstyle and consistency fixesIra Snyder1-16/+13
2011-03-11fsldma: improve link descriptor debuggingIra Snyder1-6/+15
2011-03-11fsldma: use channel name in printk outputIra Snyder1-34/+35
2011-03-11fsldma: move related helper functions near each otherIra Snyder1-52/+64
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-11/+3
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-1/+3
2010-12-13fsldma: fix issue of slow dmaForrest Shi1-2/+4
2010-12-03fsldma: add support to 36-bit physical addressLi Yang1-1/+3
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder1-182/+44
2010-10-07fsldma: implement support for scatterlist to scatterlist copyIra Snyder1-3/+125
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-13/+15
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+7
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-10/+9
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-3/+10
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-1/+4
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-1/+1
2010-02-02dma: make Open Firmware device id constantMárton Németh1-1/+1
2010-02-02fsldma: major cleanups and fixesIra Snyder1-181/+205
2010-02-02fsldma: rename fsl_chan to chanIra Snyder1-275/+275
2010-02-02fsldma: simplify IRQ probing and handlingIra Snyder1-44/+129
2010-02-02fsldma: clean up the OF subsystem routinesIra Snyder1-127/+132
2010-02-02fsldma: rename dest to dst for uniformityIra Snyder1-16/+16
2010-02-02fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder1-60/+68
2010-02-02fsldma: remove unused structure membersIra Snyder1-9/+8
2010-02-02fsldma: reduce kernel text sizeIra Snyder1-38/+45
2009-09-08fsldma: Add DMA_SLAVE supportIra Snyder1-0/+227
2009-09-08fsldma: split apart external pause and request count featuresIra Snyder1-16/+29
2009-09-08fsldma: implement a private tx_listDan Williams1-7/+9
2009-07-22drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-16fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder1-1/+2
2009-06-16fsldma: enable external start for the 83xx controllerIra Snyder1-1/+1
2009-06-16fsldma: use PCI Read Multiple commandIra W. Snyder1-2/+8
2009-05-27fsldma: Fix compile warningsKumar Gala1-6/+7
2009-05-22fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder1-3/+15
2009-05-22fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder1-2/+7
2009-05-22fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder1-9/+12
2009-05-22fsldma: fix "DMA halt timeout!" errorsIra Snyder1-4/+6
2009-05-22fsldma: fix check on potential fdev->chan[] overflowRoel Kluin1-1/+1
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams1-1/+0
2009-03-04fsldma: fix off by one in dma_haltDan Williams1-2/+6
2009-01-15fsldma: print correct IRQ on mpc83xxPeter Korsgaard1-1/+2
2009-01-14fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard1-1/+2
2009-01-12fsldma: use a valid 'device' for dma_pool_createDan Williams1-1/+1
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-1/+1
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-2/+1
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi1-50/+88
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi1-132/+0
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen1-3/+4
2008-07-08fsldma: fix incorrect exit path for initializationLi Yang1-15/+16
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-5/+5
2008-04-17async_tx: kill ->device_dependency_addedDan Williams1-8/+0
2008-04-17fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei1-5/+21
2008-04-17fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei1-10/+3
2008-03-31[POWERPC] fsldma: Use compatiable binding as specKumar Gala1-4/+4
2008-03-18fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer.Zhang Wei1-0/+30
2008-03-13fsldma: Add a completed cookie updated action in DMA finish interrupt.Zhang Wei1-1/+1
2008-03-13fsldma: Add device_prep_dma_interrupt support to fsldma.cZhang Wei1-0/+27
2008-03-13fsldma: Fix fsldma.c warning messages when it's compiled under PPC64.Zhang Wei1-13/+16
2008-03-04fsldma: do not cleanup descriptors in hardirq contextDan Williams1-1/+0
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei1-0/+1068