summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2015-12-05dmaengine: bcm2835-dma: Convert to use DMA poolPeter Ujfalusi1-24/+54
2015-12-05dmaengine: at_xdmac: fix bad behavior in interleaved modeSylvain ETIENNE1-1/+3
2015-12-05dmaengine: at_xdmac: fix false condition for memset_sg transfersLudovic Desroches1-1/+1
2015-12-05dmaengine: hsu: speed up residue calculationAndy Shevchenko2-13/+5
2015-12-05dmaengine: acpi-dma: check for 64-bit MMIO addressAndy Shevchenko1-1/+4
2015-12-05dmaengine: idma64: use local variable to index descriptorAndy Shevchenko1-3/+3
2015-12-05dmaengine: idma64: convert idma64_hw_desc_fill() to return voidAndy Shevchenko1-3/+3
2015-12-05dmaengine: idma64: set maximum allowed segment size for DMAAndy Shevchenko2-1/+4
2015-12-05dmaengine: idma64: drop IRQ enable / disable in handlerAndy Shevchenko1-8/+0
2015-12-05dmaengine: at_xdmac: fix macro typoLudovic Desroches1-1/+1
2015-12-05dmaengine: at_xdmac: fix spurious flag status for mem2mem transfersLudovic Desroches1-3/+15
2015-12-05dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()Yoshihiro Shimoda1-2/+2
2015-12-05dmaengine: omap-dma: Handle cases when the channel is polled for completionPeter Ujfalusi1-0/+6
2015-12-05dmaengine: omap-dma: Remove tasklet to start the transfersPeter Ujfalusi1-57/+2
2015-12-05dmaengine: omap-dma: Clean up the prep_slave_sg sg list walk codePeter Ujfalusi1-6/+5
2015-12-05dmaengine: omap-dma: Correct status reporting for memcpyPeter Ujfalusi1-1/+1
2015-11-30dmaengine: ti-dma-crossbar: dra7: Support for reserving DMA event rangesPeter Ujfalusi1-4/+43
2015-11-30dmaengine: ti-dma-crossbar: dra7: Use bitops instead of idrPeter Ujfalusi1-7/+23
2015-11-30dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindingsPeter Ujfalusi1-0/+4
2015-11-21ASoC: samsung: pass filter function as pointerArnd Bergmann1-1/+1
2015-11-16dmaengine: ioatdma: constify dca_ops structuresJulia Lawall1-1/+1
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tArnd Bergmann2-13/+13
2015-11-16dmaengine: at_xdmac: use %pad format string for dma_addr_tArnd Bergmann1-10/+10
2015-11-16dmaengine: imx-sdma: remove __init annotation on sdma_event_remapJason Liu1-1/+1
2015-11-16dmaengine: IOATDMA: Cleanup pre v3.0 chansts register readsDave Jiang2-46/+4
2015-11-16dmaengine: edma: predecence bug in GET_NUM_QDMACH()Dan Carpenter1-1/+1
2015-11-16dmaengine: edma: fix build without CONFIG_OFArnd Bergmann1-1/+1
2015-11-16dmaengine: Add STM32 DMA driverM'boumba Cedric Madianga3-0/+1154
2015-11-16dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalanceGeert Uytterhoeven1-1/+2
2015-11-16dmaengine: sh: usb-dmac: Fix crash on runtime suspendGeert Uytterhoeven1-2/+6
2015-11-16dmaengine: pxa_dma: declare transfer are reusableRobert Jarzmik1-0/+1
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik1-0/+1
2015-11-16dmaengine: virt-dma: don't always free descriptor upon completionRobert Jarzmik2-6/+52
2015-11-16dmaengine: axi_dmac: Add synchronization supportLars-Peter Clausen1-0/+8
2015-11-16dmaengine: virt-dma: Add synchronization helper functionLars-Peter Clausen1-0/+13
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen1-1/+4
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds30-537/+2278
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+38
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+11
2015-11-04dmaengine: edma: Add dummy driver skeleton for edma3-tptcPeter Ujfalusi1-0/+19
2015-10-31Merge branch 'topic/ioatdma' into for-linusVinod Koul4-5/+152
2015-10-31Merge branch 'topic/idma' into for-linusVinod Koul4-21/+19
2015-10-31Merge branch 'topic/edma' into for-linusVinod Koul3-283/+1809
2015-10-31Merge branch 'topic/dw' into for-linusVinod Koul2-32/+48
2015-10-31dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko1-1/+5
2015-10-31dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko1-1/+16
2015-10-31dmaengine: dw: don't override platform data with autocfgAndy Shevchenko1-30/+27
2015-10-29dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard1-0/+79
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard2-41/+58
2015-10-29Merge branch 'topic/dw' into for-linusVinod Koul2-19/+13