aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-14dmaengine: ste_dma40: minor cosmetic fixesFabio Baltieri2-22/+13
2013-01-14dmaengine: ste_dma40: add a done queue for completed descriptorsFabio Baltieri1-4/+33
2013-01-14dmaengine: ste_dma40: support more than 128 event linesTong Liu2-81/+355
2013-01-14dmaengine: ste_dma40: physical channels number correctionGerald Baeza1-5/+10
2013-01-14dmaengine: ste_dma40: support fixed physical channel allocationGerald Baeza1-2/+11
2013-01-14dmaengine: ste_dma40: don't allow high priority dest event linesRabin Vincent1-1/+14
2013-01-14dmaengine: ste_dma40: don't check for pm_runtime_suspended()Narayanan G1-2/+0
2013-01-14dmaengine: ste_dma40: limit burst size to 16Per Forlin1-0/+8
2013-01-14dmaengine: ste_dma40: set dma max seg sizePer Forlin1-0/+8
2013-01-14dmaengine: ste_dma40: use writel_relaxed for lcxaPer Forlin1-8/+8
2013-01-14dmaengine: ste_dma40: reset priority bit for logical channelsNarayanan1-5/+6
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini1-1/+1
2013-01-12dma: dw_dmac: clear suspend bit during terminationHeikki Krogerus1-1/+1
2013-01-12dw_dmac: backlink to dw_dma in dw_dma_chan is superfluousAndy Shevchenko2-10/+20
2013-01-12dw_dmac: make usage of dw_dma_slave optionalAndy Shevchenko1-6/+7
2013-01-12dw_dmac: store direction in the custom channel structureAndy Shevchenko2-8/+18
2013-01-12dw_dmac: call .probe after we have a device in placeAndy Shevchenko1-1/+2
2013-01-12dma: ste_dma40: reuse is_slave_direction helperAndy Shevchenko1-1/+1
2013-01-12dma: ipu_idmac: reuse is_slave_direction helperAndy Shevchenko1-1/+1
2013-01-12dma: ep93xx_dma: reuse is_slave_direction helperAndy Shevchenko1-2/+1
2013-01-12dma: dw_dmac: check direction properly in dw_dma_cyclic_prepAndy Shevchenko1-2/+3
2013-01-12dma: at_hdmac: check direction properly for cyclic transfersAndy Shevchenko1-5/+5
2013-01-11ARM: OMAP: Fix dmaengine init for multiplatformTony Lindgren1-19/+1
2013-01-09dma: dw_dmac: add dwc_chan_pause and dwc_chan_resumeAndy Shevchenko1-9/+22
2013-01-09dw_dmac: update tx_node_active in dwc_do_single_blockAndy Shevchenko1-8/+6
2013-01-09dw_dmac: remove redundant checkAndy Shevchenko1-1/+1
2013-01-09dw_dmac: check for mapping errorsAndy Shevchenko1-6/+14
2013-01-09dw_dmac: absence of pdata isn't critical when autocfg is setAndy Shevchenko1-7/+16
2013-01-09dma: tegra: implement flags parameters for cyclic transferLaxman Dewangan1-2/+6
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+6
2013-01-08dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Javier Martin1-3/+2
2013-01-08dma: mxs-dma: Fix build warnings with W=1Fabio Estevam1-4/+4
2013-01-08dma: tegra: add support for Tegra114 SoCLaxman Dewangan1-1/+12
2013-01-08dma: tegra: add support for channel wise pauseLaxman Dewangan1-5/+38
2013-01-07dma: ipu: Drop unused spinlockJean Delvare1-1/+0
2013-01-07ioat: remove chanerr mask setting for IOAT v3.xDave Jiang1-6/+1
2013-01-07ioat: Add alignment workaround for IVB platformsDave Jiang3-12/+32
2013-01-07dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz1-1/+4
2013-01-07ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz1-17/+59
2013-01-07dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim1-1/+3
2013-01-07dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski1-1/+1
2013-01-07dmatest: Fix NULL pointer dereference on ioatJon Mason1-2/+2
2013-01-07DMA: PL330: Use devm_* functionsSachin Kamat1-27/+10
2013-01-07dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2-8/+21
2013-01-07ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz1-4/+7
2013-01-07dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-51/+42
2013-01-07dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita1-3/+13
2013-01-07dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita1-7/+1
2013-01-07dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2-4/+4
2013-01-07dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko1-3/+3