summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-24dmaengine: sort the makefileVinod Koul1-41/+47
2015-08-23drivers/dma: make mv_xor.c driver explicitly non-modularPaul Gortmaker1-33/+3
2015-08-23dmaengine: Add support for the Analog Devices AXI-DMAC DMA controllerLars-Peter Clausen4-0/+708
2015-08-23devicetree: Add bindings documentation for Analog Devices AXI-DMACLars-Peter Clausen2-0/+109
2015-08-23Merge branch 'topic/zxdma' into for-linusVinod Koul4-0/+997
2015-08-23Merge branch 'topic/ti-xbar' into for-linusVinod Koul1-10/+31
2015-08-23Merge branch 'topic/at_xdmac' into for-linusVinod Koul1-6/+6
2015-08-21dmaengine: xgene-dma: Fix the lock to allow client for further submission of ...Rameshwar Prasad Sahu1-11/+22
2015-08-21dmaengine: ioatdma: fix coccinelle warningDave Jiang1-4/+3
2015-08-21dmaengine: ioatdma: fix zero day warning on incompatible pointer typeDave Jiang1-1/+1
2015-08-20dmaengine: tegra-apb: Simplify locking for device using global pauseJon Hunter1-4/+28
2015-08-20dmaengine: tegra-apb: Remove unnecessary return statements and variablesJon Hunter1-12/+4
2015-08-20dmaengine: tegra-apb: Avoid unnecessary channel base address calculationJon Hunter1-5/+6
2015-08-20dmaengine: tegra-apb: Remove unused variablesJon Hunter1-4/+0
2015-08-20dmaengine: Stricter legacy checking in dma_request_slave_channel_compat()Geert Uytterhoeven1-0/+3
2015-08-20dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driverRameshwar Prasad Sahu1-7/+21
2015-08-20dmaengine: imx-sdma: Check for clk_enable() errorsFabio Estevam1-7/+22
2015-08-20dmaengine: sun4i: Add support for the DMA engine on sun[457]i SoCsEmilio López4-0/+1346
2015-08-19dmaengine: mv_xor: optimize performance by using a subset of the XOR channelsThomas Petazzoni1-1/+23
2015-08-19dmaengine: mv_xor: remove support for dmacap,* DT propertiesThomas Petazzoni2-12/+7
2015-08-19dmaengine: pl330: do not emit loop for 1 byte transfer.Michal Suchanek1-0/+3
2015-08-19dmaengine: kill off set_irq_flags usageRob Herring1-6/+2
2015-08-19dmaengine: imx-sdma: Add imx6sx platform supportZidan Wang1-0/+73
2015-08-19dmaengine: at_xdmac: fix bug in prep_dma_cyclicLudovic Desroches1-4/+1
2015-08-18dmaengine: jz4780: Kill tasklets before unregistering the deviceAlex Smith1-0/+6
2015-08-18dmaengine: jz4780: Don't use devm_*_irq() functionsAlex Smith1-4/+8
2015-08-18dmaengine: jz4780: Remove request type number definitions headerAlex Smith1-49/+0
2015-08-18dmaengine: jz4780: Ensure channel is on correct controller in filterAlex Smith1-3/+8
2015-08-18dmaengine: jz4780: Use dma_get_slave_channel when requesting a specific channelAlex Smith1-2/+7
2015-08-18dmaengine: jz4780: Fix error handling/signedness issuesAlex Smith1-16/+17
2015-08-18dmaengine: jz4780: Fall back on smaller transfer sizes where necessaryAlex Smith1-14/+23
2015-08-18dmaengine: jz4780: Fix up dmaengine API function prototypesAlex Smith1-5/+9
2015-08-18dmaengine: sirf: clear pending DMA interrupt when DMA terminatesYanchang Li1-0/+3
2015-08-18doc: dt: dma: add bindings for lpc1850-dmamuxJoachim Eastwood1-0/+54
2015-08-18dmaengine: add driver for lpc18xx dmamuxJoachim Eastwood3-0/+193
2015-08-18doc: dt: dma: add binding doc for pl08xLinus Walleij1-0/+54
2015-08-18dmaengine: pl08x: support dt channel assignmentLinus Walleij1-3/+189
2015-08-18dmaengine: pxa_dma: fix debug informationRobert Jarzmik1-5/+4
2015-08-17dmaengine: Make __dma_request_slave_channel_compat() name argument constantJarkko Nikula1-1/+1
2015-08-17dmaengine: pxa_dma: don't use config direction parameterRobert Jarzmik1-3/+3
2015-08-17dmaengine: Add DMA_CTRL_REUSEVinod Koul1-0/+40
2015-08-17Documentation: dmaengine: Add DMA_CTRL_REUSE documentationVinod Koul1-0/+17
2015-08-17Documentation: dmaengine: fix the DMA_CTRL_ACK documentationVinod Koul1-6/+6
2015-08-17dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flagDave Jiang2-3/+0
2015-08-17dmaengine: ioatdma: fixup kernel doc errors from dma.hDave Jiang1-3/+7
2015-08-17dmanegine: ioatdma: remove function ptrs in ioatdma_deviceDave Jiang3-32/+13
2015-08-17dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 referencesDave Jiang6-617/+487
2015-08-17dmaengine: ioatdma: move dma prep functions to single locationDave Jiang6-749/+769
2015-08-17dmaengine: ioatdma: move all the init routinesDave Jiang6-1372/+1375
2015-08-17dmaengine: ioatdma: move all sysfs related codeDave Jiang3-109/+136