aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mxs-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie1-1/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-2/+3
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
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-14/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-3/+2
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-40/+13
2011-12-28dma: mxs-dma: convert to clk_prepare/clk_unprepareShawn Guo1-4/+4
2011-12-23dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo1-1/+1
2011-12-23dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann1-28/+1
2011-12-23dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann1-1/+4
2011-12-23dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann1-5/+2
2011-12-23dma: mxs-dma: fix a typo in commentLothar Waßmann1-1/+1
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-4/+4
2011-08-16mxs-dma: enable CLKGATE before accessing registersLothar Waßmann1-21/+24