summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2015-04-22dmaengine: omap-dma: Fix memory leak when terminating running transferPeter Ujfalusi1-0/+1
2015-04-09dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko1-1/+4
2014-10-13dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2-13/+7
2014-10-13dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko1-8/+11
2014-06-09dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko1-5/+6
2014-06-09dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia1-5/+3
2014-05-15dma: edma: fix incorrect SG list handlingSekhar Nori1-2/+4
2014-03-05dma: ste_dma40: don't dereference free:d descriptorLinus Walleij1-1/+3
2014-03-05ioat: fix tasklet tear downDan Williams4-13/+54
2014-01-10net_dma: mark brokenDan Williams1-0/+1
2013-12-04ioatdma: fix selection of 16 vs 8 source pathDan Williams1-15/+15
2013-12-04ioatdma: fix sed pool selectionDan Williams1-15/+1
2013-12-04ioatdma: Fix bug in selftest after removal of DMA_MEMSET.Dave Jiang1-0/+2
2013-10-24dmaengine: edma: fix another memory leakVinod Koul1-0/+1
2013-10-24dma: edma: Fix memory leakValentin Ilie1-0/+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-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-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds38-636/+2941
2013-09-10Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-229/+115
2013-09-10Merge 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
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul1-7/+8
2013-09-04coh901318: don't open-code simple_read_from_buffer()Al Viro1-21/+5
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+16
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-0/+1068
2013-09-03dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul1-7/+8
2013-09-02Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2013-09-02Merge branch 'topic/sh' into for-linusVinod Koul9-118/+232
2013-09-02Merge branch 'topic/of' into for-linusVinod Koul2-6/+7
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul1-0/+27
2013-09-02dma: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-5/+5
2013-09-02dma: ste_dma40: Fix potential null pointer dereferenceSachin Kamat1-0/+3
2013-09-02dma: ste_dma40: Remove duplicate constSachin Kamat1-1/+1
2013-09-02dma: imx-dma: Remove redundant NULL checkSachin Kamat1-4/+2
2013-09-02dma: dmagengine: fix function names in commentsDaniel Mack1-2/+2
2013-09-02dma: add driver for R-Car HPB-DMACMax Filippov3-0/+662
2013-09-02dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap()Jingoo Han1-3/+3