aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+38
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-25/+11
2015-10-25Merge branch 'device-properties'Rafael J. Wysocki1-8/+17
2015-10-17dmaengine: hsu: remove platform dataHeikki Krogerus3-18/+9
2015-10-17dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus1-7/+2
2015-10-06Merge 4.3-rc4 into char-misc-nextGreg Kroah-Hartman8-53/+77
2015-10-04dma: Add support to program MIC x100 status descriptiorsSiva Yerramreddy1-1/+38
2015-10-02Merge tag 'dmaengine-fix-4.3-rc4' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds8-53/+77
2015-10-01dmaengine: pxa_dma: fix residue corner caseRobert Jarzmik1-0/+10
2015-10-01dmaengine: pxa_dma: fix the no-requestor caseRobert Jarzmik1-6/+14
2015-10-01dmaengine: zxdma: Fix off-by-one for testing valid pchan requestAxel Lin1-1/+1
2015-10-01dmaengine: at_xdmac: clean used descriptorLudovic Desroches1-1/+10
2015-10-01dmaengine: at_xdmac: change block increment addressing modeMaxime Ripard1-2/+2
2015-09-30dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-09-30dmaengine: xgene-dma: Fix overwritting DMA tx ringRameshwar Prasad Sahu1-26/+11
2015-09-30dmaengine: fix balance of privatecntPeter Ujfalusi1-1/+9
2015-09-30dmaengine: sun4i: fix unsafe list iterationEmilio López1-3/+3
2015-09-25dmaengine: idma64: improve residue estimationAndy Shevchenko1-8/+8
2015-09-25dmaengine: xgene-dma: fix handling xgene_dma_get_ring_size resultAndrzej Hajda1-3/+6
2015-09-25dmaengine: pxa_dma: fix initial list moveRobert Jarzmik1-0/+1
2015-09-25acpi-dma: Add support for "dma-names" device propertyMika Westerberg1-8/+17
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