summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2013-10-25dmaengine: imx-dma: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: edma: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: dw: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-25dmaengine: dmatest: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: jz4740: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: cppi41: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: coh901318: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: at_hdma: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-25dmaengine: amba-pl08x: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-25dmaengine: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-24dmaengine: edma: fix another memory leakVinod Koul1-0/+1
2013-10-24dma: edma: Fix memory leakValentin Ilie1-0/+1
2013-10-21dma: edma: Increase maximum SG limit to 20Joel Fernandes1-2/+8
2013-10-21dma: edma: Split out PaRAM set calculations into its own functionJoel Fernandes1-72/+126
2013-10-21dmaengine: s3c24xx-dma: add support for the s3c2410 type of controllerHeiko Stuebner1-0/+10
2013-10-14treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-10-13dma: pl330: Support per channel irq allocationMichal Simek1-5/+12
2013-10-13dma: mmp_tdma: add multiple burst size support for 910-squQiao Zhou1-1/+29
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker5-9/+8
2013-10-13dma: coh901318: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-11dma: edma.c: remove edma_desc leakageGeyslan G. Bem1-0/+1
2013-10-11rcar-hpbdma: add parameter to set_slave() methodSergei Shtylyov1-2/+5
2013-10-11rcar-hpbdma: remove shdma_free_irq() callsSergei Shtylyov1-2/+0
2013-10-10dma: Allow TI_EDMA selectable for ARCH_KEYSTONESantosh Shilimkar1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring3-0/+5
2013-10-08dmaengine: add driver for Samsung s3c24xx SoCsHeiko Stuebner3-0/+1353
2013-10-07dma: mmp_pdma: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-10-07dma: cppi41: add support for suspend and resumeDaniel Mack1-0/+29
2013-10-07DMA: ste_dma40: use a power of 2 checkGuennadi Liakhovetski1-2/+3
2013-10-07dma: cppi41: add shortcut to &pdev->dev in cppi41_dma_probe()Daniel Mack1-16/+17
2013-10-07dma: cppi41: s/deinit_cpii41/deinit_cppi41/Daniel Mack1-4/+4
2013-10-07dma: cppi41: pass around device instead of platform_deviceDaniel Mack1-20/+20
2013-10-07dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclicSachin Kamat1-1/+1
2013-10-07dma: pl330: Simplify irq allocationMichal Simek1-8/+2
2013-10-04dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-09-17dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer1-0/+1
2013-09-17edma: Update author email addressJosh Boyer1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds38-636/+2941
2013-09-09Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-229/+115
2013-09-09Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+14
2013-09-09dma: mv_xor: Fix incorrect error pathSachin Kamat1-4/+2
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+5
2013-09-04dma: edma: Remove limits on number of slotsJoel Fernandes1-6/+0
2013-09-04dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes1-3/+8
2013-09-04dma: edma: Find missed events and issue themJoel Fernandes1-1/+49
2013-09-04dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes1-26/+51
2013-09-04dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes1-3/+15