summaryrefslogtreecommitdiff
path: root/drivers/dma/mxs-dma.c
AgeCommit message (Expand)Author
2020-11-24dmaengine: mxs-dma: Remove the unused .id_tableFabio Estevam
2020-09-18dmaengine: mxs-dma: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-11dmaengine: mxs: Drop local dma_parmsRobin Murphy
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-06-27mtd: rawnand: gpmi: Implement exec_opSascha Hauer
2019-06-27dmaengine: mxs: rename custom flagSascha Hauer
2019-06-27dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer
2019-06-27dmaengine: mxs: Drop unnecessary flagSascha Hauer
2019-05-27dmaengine: mxs-dma: Let the core do the device node validationBaolin Wang
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-08-29dmaengine: mxs-dma: use dmaenginem_async_device_register to simplify the codeHuang Shijie
2018-05-23dmaengine: mxs-dma: Switch to SPDX identifierFabio Estevam
2017-06-15dmaengine: mxs: Use %zu for printing a size_t variableFabio Estevam
2016-10-03Merge branch 'topic/no_irq' into for-linusVinod Koul
2016-09-05dmaengine: mxs: remove NO_IRQ checkArnd Bergmann
2016-08-08dmaengine: mxs-dma: convert callback to helper functionDave Jiang
2015-05-04dmaengine: mxs: Constify platform_device_idKrzysztof Kozlowski
2015-01-13dmaengine: mxs-dma: Declare slave capabilities for the generic codeFabio Estevam
2014-12-22dmaengine: mxs-dma: fix unused variable warnVinod Koul
2014-12-22dmaengine: mxs-dma: fix incompatible pointer type build warnsVinod Koul
2014-12-22dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan()Vinod Koul
2014-12-22dmaengine: mxs: Split device_controlMaxime Ripard
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-07-14dmaengine: Use dma_zalloc_coherentJoe Perches
2013-11-13dma: mxs-dma: Use semaphores for cyclic DMAMarkus Pargmann
2013-11-13dma: mxs-dma: Update state after channel resetMarkus Pargmann
2013-11-13dma: mxs-dma: Fix channel reset hardware bugMarkus Pargmann
2013-11-13dma: mxs-dma: Report correct residue for cyclic DMAMarkus Pargmann
2013-11-13dma: mxs-dma: Cleanup interrupt handlerMarkus Pargmann
2013-10-25dmaengine: mxs-dma: use DMA_COMPLETE for dma completion statusVinod Koul
2013-08-19dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo
2013-08-05mxs-dma: remove useless variableAndy Shevchenko
2013-07-05dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam
2013-04-04dma: mxs-dma: move to generic device tree bindingShawn Guo
2013-04-04dma: mxs-dma: use devm_* managed functionsShawn Guo
2013-01-08dma: mxs-dma: Fix build warnings with W=1Fabio Estevam
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali
2012-06-07dma: enable mxs-dma for imx6qHuang Shijie
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-12dma: mxs-dma: add device tree probe supportDong Aisheng
2012-05-12dma: mxs-dma: make platform_device_id more genericShawn Guo
2012-05-12dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterShawn Guo
2012-05-12dma: mxs-dma: use global stmp_device functionalityDong Aisheng
2012-05-11dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen
2012-04-20dma: mxs-dma: enable channel in device_issue_pending callShawn Guo
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-27mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie