summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mxs-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: mxs: Use %zu for printing a size_t variableFabio Estevam2017-06-151-1/+1
* Merge branch 'topic/no_irq' into for-linusVinod Koul2016-10-031-6/+4
|\
| * dmaengine: mxs: remove NO_IRQ checkArnd Bergmann2016-09-051-6/+4
* | dmaengine: mxs-dma: convert callback to helper functionDave Jiang2016-08-081-2/+1
|/
* dmaengine: mxs: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* dmaengine: mxs-dma: Declare slave capabilities for the generic codeFabio Estevam2015-01-131-0/+4
* dmaengine: mxs-dma: fix unused variable warnVinod Koul2014-12-221-2/+0
* dmaengine: mxs-dma: fix incompatible pointer type build warnsVinod Koul2014-12-221-2/+4
* dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan()Vinod Koul2014-12-221-1/+1
* dmaengine: mxs: Split device_controlMaxime Ripard2014-12-221-36/+23
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: Use dma_zalloc_coherentJoe Perches2014-07-141-5/+3
* dma: mxs-dma: Use semaphores for cyclic DMAMarkus Pargmann2013-11-131-6/+35
* dma: mxs-dma: Update state after channel resetMarkus Pargmann2013-11-131-1/+3
* dma: mxs-dma: Fix channel reset hardware bugMarkus Pargmann2013-11-131-2/+27
* dma: mxs-dma: Report correct residue for cyclic DMAMarkus Pargmann2013-11-131-1/+19
* dma: mxs-dma: Cleanup interrupt handlerMarkus Pargmann2013-11-131-36/+60
* dmaengine: mxs-dma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-3/+3
* dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo2013-08-191-23/+0
* mxs-dma: remove useless variableAndy Shevchenko2013-08-051-3/+1
* dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam2013-07-051-1/+1
* dma: mxs-dma: move to generic device tree bindingShawn Guo2013-04-041-4/+66
* dma: mxs-dma: use devm_* managed functionsShawn Guo2013-04-041-30/+9
* dma: mxs-dma: Fix build warnings with W=1Fabio Estevam2013-01-081-4/+4
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-101-6/+8
|\
| * mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut2012-09-141-6/+8
* | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
|/
* dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali2012-07-161-0/+2
* dma: enable mxs-dma for imx6qHuang Shijie2012-06-071-1/+0
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-61/+127
|\
| * dma: mxs-dma: add device tree probe supportDong Aisheng2012-05-121-5/+24
| * dma: mxs-dma: make platform_device_id more genericShawn Guo2012-05-121-36/+79
| * dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterShawn Guo2012-05-121-12/+16
| * dma: mxs-dma: use global stmp_device functionalityDong Aisheng2012-05-121-13/+13
* | dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-111-3/+3
|/
* dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-201-7/+3
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-5/+29
|\
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-271-4/+28
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-271-1/+1
* | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-2/+3
* | dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-131-0/+1
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-14/+1
* | dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-3/+2
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-171-40/+13
|\
| * dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo2011-12-231-1/+1
| * dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann2011-12-231-28/+1
| * dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann2011-12-231-1/+4
| * dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann2011-12-231-5/+2