aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/mxs-dma.c
AgeCommit message (Expand)Author
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
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-12-28dma: mxs-dma: convert to clk_prepare/clk_unprepareShawn Guo
2011-12-23dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo
2011-12-23dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann
2011-12-23dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann
2011-12-23dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann
2011-12-23dma: mxs-dma: fix a typo in commentLothar Waßmann
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul
2011-08-16mxs-dma: enable CLKGATE before accessing registersLothar Waßmann
2011-07-26ARM: mxs-dma: reset after disable channelDong Aisheng
2011-07-26dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin
2011-07-14dmaengine: mxs-dma: skip request_irq for NO_IRQShawn Guo
2011-03-02dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo