aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds48-5168/+7606
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-0/+952
2015-09-01Merge branch 'acpi-pm'Rafael J. Wysocki4-0/+952
2015-08-28dmaengine: ioatdma: add Broadwell EP ioatdma PCI dev IDsDave Jiang2-1/+42
2015-08-28dmaengine :ipu: change ipu_irq_handler() to remove compile warningyalin wang1-1/+1
2015-08-26dmaengine: ioatdma: Fix variable array lengthDave Jiang1-2/+10
2015-08-26dmaengine: ioatdma: fix sparse "error" with prep lockDave Jiang1-0/+2
2015-08-26dmaengine: hdmac: Add memset capabilitiesMaxime Ripard2-3/+124
2015-08-26dmaengine: sort the sh MakefileVinod Koul1-2/+2
2015-08-26dmaengine: sort the sh KconfigVinod Koul1-12/+12
2015-08-25drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-styleLuis R. Rodriguez1-4/+5
2015-08-24dmaengine: sort the dw KconfigVinod Koul1-3/+3
2015-08-24dmaengine: sort the KconfigVinod Koul1-310/+316
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 Clausen3-0/+702
2015-08-23Merge branch 'topic/zxdma' into for-linusVinod Koul3-0/+959
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 requestsRameshwar 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: 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ópez3-0/+1300
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 Petazzoni1-6/+3
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: 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-18dmaengine: add driver for lpc18xx dmamuxJoachim Eastwood3-0/+193
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: fix balance of privatecnt inc/dec operationsRobert Baldyga1-0/+4
2015-08-17dmaengine: pxa_dma: don't use config direction parameterRobert Jarzmik1-3/+3
2015-08-17dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flagDave Jiang2-3/+0