aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mxs-dma.c
Commit message (Expand)AuthorAge
* dmaengine: mxs-dma: Declare slave capabilities for the generic codeFabio Estevam2015-01-13
* dmaengine: mxs-dma: fix unused variable warnVinod Koul2014-12-22
* dmaengine: mxs-dma: fix incompatible pointer type build warnsVinod Koul2014-12-22
* dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan()Vinod Koul2014-12-22
* dmaengine: mxs: Split device_controlMaxime Ripard2014-12-22
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-04
* dmaengine: Use dma_zalloc_coherentJoe Perches2014-07-14
* dma: mxs-dma: Use semaphores for cyclic DMAMarkus Pargmann2013-11-13
* dma: mxs-dma: Update state after channel resetMarkus Pargmann2013-11-13
* dma: mxs-dma: Fix channel reset hardware bugMarkus Pargmann2013-11-13
* dma: mxs-dma: Report correct residue for cyclic DMAMarkus Pargmann2013-11-13
* dma: mxs-dma: Cleanup interrupt handlerMarkus Pargmann2013-11-13
* dmaengine: mxs-dma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-25
* dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo2013-08-19
* mxs-dma: remove useless variableAndy Shevchenko2013-08-05
* dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam2013-07-05
* dma: mxs-dma: move to generic device tree bindingShawn Guo2013-04-04
* dma: mxs-dma: use devm_* managed functionsShawn Guo2013-04-04
* dma: mxs-dma: Fix build warnings with W=1Fabio Estevam2013-01-08
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-09
|\
| * mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut2012-09-13
* | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-22
|/
* dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali2012-07-16
* dma: enable mxs-dma for imx6qHuang Shijie2012-06-07
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-26
|\
| * dma: mxs-dma: add device tree probe supportDong Aisheng2012-05-12
| * dma: mxs-dma: make platform_device_id more genericShawn Guo2012-05-12
| * dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterShawn Guo2012-05-12
| * dma: mxs-dma: use global stmp_device functionalityDong Aisheng2012-05-12
* | dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-11
|/
* dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-20
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-30
|\
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-26
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-26
* | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-21
* | dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-13
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-13
* | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-13
* | dmaengine: add private header fileRussell King - ARM Linux2012-03-13
* | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-13
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-17
|\
| * dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo2011-12-23
| * dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann2011-12-23
| * dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann2011-12-23
| * dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann2011-12-23
| * dma: mxs-dma: fix a typo in commentLothar Waßmann2011-12-23
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-27
* | dma: mxs-dma: convert to clk_prepare/clk_unprepareShawn Guo2011-12-28
|/
* mxs-dma: enable CLKGATE before accessing registersLothar Waßmann2011-08-16
* ARM: mxs-dma: reset after disable channelDong Aisheng2011-07-26