summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2013-08-25dma: mmp_pdma: set DMA_PRIVATEDaniel Mack-0/+1
2013-08-25dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack-1/+111
2013-08-25dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack-20/+2
2013-08-25dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack-14/+21
2013-08-25acpi-dma: remove ugly conversionAndy Shevchenko-3/+1
2013-08-25dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter-1/+1
2013-08-25dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam-7/+5
2013-08-25dma/Kconfig: TI_EDMA needs to be booleanGuenter Roeck-1/+1
2013-08-25dma: ipu: remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-08-25DMA: shdma: switch all __iomem pointers to voidGuennadi Liakhovetski-14/+14
2013-08-25DMA: shdma: fix CHCLR register address calculationGuennadi Liakhovetski-4/+4
2013-08-23ioatdma: silence GCC warningsPaul Bolle-1/+1
2013-08-22dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin-28/+27
2013-08-22ioatdma: disable RAID on non-Atom platforms and reenable unaligned copiesBrice Goglin-23/+1
2013-08-22mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni-3/+36
2013-08-22mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni-18/+18
2013-08-22dmatest: print message on debug level in case of no errorAndy Shevchenko-1/+5
2013-08-22dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko-12/+5
2013-08-22dmatest: make module parameters writableAndy Shevchenko-139/+20
2013-08-22DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara-3/+6
2013-08-22DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara-6/+8
2013-08-19dma: of: make error message more meaningful by adding the node nameLothar Waßmann-1/+2
2013-08-19dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo-23/+0
2013-08-19dma: imx-sdma: remove the unused completionHuang Shijie-7/+0
2013-08-19dmaengine: fix - error: potential NULL dereference 'chan'Vinod Koul-5/+5
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman-2/+2
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall-6/+0
2013-08-14dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack-1/+16
2013-08-14dma: mmp_pdma: remove duplicate assignmentDaniel Mack-1/+0
2013-08-14dma: mmp_pdma: print the number of channels at probe timeDaniel Mack-1/+1
2013-08-14dma: mmp_pdma: make the controller a DMA providerDaniel Mack-0/+44
2013-08-14dma: mmp_pdma: add filter functionDaniel Mack-1/+20
2013-08-14dma: mmp_pdma: fix maximum transfer lengthDaniel Mack-1/+1
2013-08-14dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack-4/+5
2013-08-14dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack-4/+4
2013-08-14Merge branch 'topic/of' into for-linusVinod Koul-0/+26
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-0/+1057
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park-15/+23
2013-08-13dmaengine: sirf: add PM entries for sleep and runtimeBarry Song-3/+129
2013-08-13dma: use dev_get_platdata()Jingoo Han-17/+18
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han-1/+1
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han-1/+1
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han-1/+2
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao-0/+26
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior-0/+1057
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2013-08-05dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang-0/+6
2013-08-05dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang-16/+26
2013-08-05dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko-1/+1
2013-08-05dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko-4/+4