aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27DMA: shdma: switch to managed resource allocationGuennadi Liakhovetski3-63/+15
2013-08-27DMA: shdma: support the new CHCLR register layoutGuennadi Liakhovetski1-2/+12
2013-08-26dma: imx-sdma: Add ROM script addresses to driverSascha Hauer1-1/+99
2013-08-26dma: imx-sdma: Use struct for driver dataSascha Hauer1-30/+33
2013-08-25dma: mmp_pdma: set DMA_PRIVATEDaniel Mack1-0/+1
2013-08-25dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack1-1/+111
2013-08-25dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack1-20/+2
2013-08-25dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack1-14/+21
2013-08-25acpi-dma: remove ugly conversionAndy Shevchenko1-3/+1
2013-08-25dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter1-1/+1
2013-08-25dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam1-7/+5
2013-08-25dma/Kconfig: TI_EDMA needs to be booleanGuenter Roeck1-1/+1
2013-08-25dma: ipu: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-25DMA: shdma: switch all __iomem pointers to voidGuennadi Liakhovetski2-14/+14
2013-08-25DMA: shdma: fix CHCLR register address calculationGuennadi Liakhovetski1-4/+4
2013-08-23ioatdma: silence GCC warningsPaul Bolle1-1/+1
2013-08-22dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin1-28/+27
2013-08-22ioatdma: disable RAID on non-Atom platforms and reenable unaligned copiesBrice Goglin1-23/+1
2013-08-22mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni2-3/+36
2013-08-22mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni1-18/+18
2013-08-22dmatest: print message on debug level in case of no errorAndy Shevchenko1-1/+5
2013-08-22dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko1-12/+5
2013-08-22dmatest: make module parameters writableAndy Shevchenko1-139/+20
2013-08-22DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara1-3/+6
2013-08-22DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara1-6/+8
2013-08-19dma: of: make error message more meaningful by adding the node nameLothar Waßmann1-1/+2
2013-08-19dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo1-23/+0
2013-08-19dma: imx-sdma: remove the unused completionHuang Shijie1-7/+0
2013-08-19dmaengine: fix - error: potential NULL dereference 'chan'Vinod Koul1-5/+5
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-2/+2
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall2-6/+0
2013-08-14dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack1-1/+16
2013-08-14dma: mmp_pdma: remove duplicate assignmentDaniel Mack1-1/+0
2013-08-14dma: mmp_pdma: print the number of channels at probe timeDaniel Mack1-1/+1
2013-08-14dma: mmp_pdma: make the controller a DMA providerDaniel Mack1-0/+44
2013-08-14dma: mmp_pdma: add filter functionDaniel Mack1-1/+20
2013-08-14dma: mmp_pdma: fix maximum transfer lengthDaniel Mack1-1/+1
2013-08-14dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack1-4/+5
2013-08-14dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack1-4/+4
2013-08-14Merge branch 'topic/of' into for-linusVinod Koul1-0/+26
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-0/+1057
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park1-15/+23
2013-08-13dmaengine: sirf: add PM entries for sleep and runtimeBarry Song1-3/+129
2013-08-13dma: use dev_get_platdata()Jingoo Han10-17/+18
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han1-1/+1
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han1-1/+1
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han1-1/+2
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+26
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior3-0/+1057
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2