aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mxs-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24dmaengine: mxs-dma: Remove the unused .id_tableFabio Estevam1-32/+5
2020-09-18dmaengine: mxs-dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-11dmaengine: mxs: Drop local dma_parmsRobin Murphy1-2/+0
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+2
2019-06-27mtd: rawnand: gpmi: Implement exec_opSascha Hauer1-0/+3
2019-06-27dmaengine: mxs: rename custom flagSascha Hauer1-2/+2
2019-06-27dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer1-0/+1
2019-06-27dmaengine: mxs: Drop unnecessary flagSascha Hauer1-9/+8
2019-05-27dmaengine: mxs-dma: Let the core do the device node validationBaolin Wang1-6/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2018-08-29dmaengine: mxs-dma: use dmaenginem_async_device_register to simplify the codeHuang Shijie1-2/+1
2018-05-23dmaengine: mxs-dma: Switch to SPDX identifierFabio Estevam1-9/+5
2017-06-15dmaengine: mxs: Use %zu for printing a size_t variableFabio Estevam1-1/+1
2016-10-03Merge branch 'topic/no_irq' into for-linusVinod Koul1-6/+4
2016-09-05dmaengine: mxs: remove NO_IRQ checkArnd Bergmann1-6/+4
2016-08-08dmaengine: mxs-dma: convert callback to helper functionDave Jiang1-2/+1
2015-05-04dmaengine: mxs: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-01-13dmaengine: mxs-dma: Declare slave capabilities for the generic codeFabio Estevam1-0/+4
2014-12-22dmaengine: mxs-dma: fix unused variable warnVinod Koul1-2/+0
2014-12-22dmaengine: mxs-dma: fix incompatible pointer type build warnsVinod Koul1-2/+4
2014-12-22dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan()Vinod Koul1-1/+1
2014-12-22dmaengine: mxs: Split device_controlMaxime Ripard1-36/+23
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-07-14dmaengine: Use dma_zalloc_coherentJoe Perches1-5/+3
2013-11-13dma: mxs-dma: Use semaphores for cyclic DMAMarkus Pargmann1-6/+35
2013-11-13dma: mxs-dma: Update state after channel resetMarkus Pargmann1-1/+3
2013-11-13dma: mxs-dma: Fix channel reset hardware bugMarkus Pargmann1-2/+27
2013-11-13dma: mxs-dma: Report correct residue for cyclic DMAMarkus Pargmann1-1/+19
2013-11-13dma: mxs-dma: Cleanup interrupt handlerMarkus Pargmann1-36/+60
2013-10-25dmaengine: mxs-dma: use DMA_COMPLETE for dma completion statusVinod Koul1-3/+3
2013-08-19dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo1-23/+0
2013-08-05mxs-dma: remove useless variableAndy Shevchenko1-3/+1
2013-07-05dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam1-1/+1
2013-04-04dma: mxs-dma: move to generic device tree bindingShawn Guo1-4/+66
2013-04-04dma: mxs-dma: use devm_* managed functionsShawn Guo1-30/+9
2013-01-08dma: mxs-dma: Fix build warnings with W=1Fabio Estevam1-4/+4
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+8
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+1
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut1-6/+8
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali1-0/+2
2012-06-07dma: enable mxs-dma for imx6qHuang Shijie1-1/+0
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+127
2012-05-12dma: mxs-dma: add device tree probe supportDong Aisheng1-5/+24
2012-05-12dma: mxs-dma: make platform_device_id more genericShawn Guo1-36/+79
2012-05-12dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterShawn Guo1-12/+16
2012-05-12dma: mxs-dma: use global stmp_device functionalityDong Aisheng1-13/+13
2012-05-11dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen1-3/+3
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo1-7/+3
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-5/+29
2012-03-27mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie1-4/+28