summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mxs-dma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dma: mxs-dma: fix a typo in commentLothar Waßmann2011-12-231-1/+1
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-4/+4
* | dma: mxs-dma: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-4/+4
|/
* mxs-dma: enable CLKGATE before accessing registersLothar Waßmann2011-08-161-21/+24
* ARM: mxs-dma: reset after disable channelDong Aisheng2011-07-261-0/+1
* dma: mxs-dma: fix unterminated platform_device_id tableAxel Lin2011-07-261-0/+2
* dmaengine: mxs-dma: skip request_irq for NO_IRQShawn Guo2011-07-141-4/+6
* dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-021-0/+724