aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds32-1157/+1605
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul9-781/+141
2017-09-06Merge branch 'topic/qcom' into for-linusVinod Koul5-16/+61
2017-09-06Merge branch 'topic/ppc4xx' into for-linusVinod Koul1-13/+10
2017-09-06Merge branch 'topic/of' into for-linusVinod Koul2-12/+10
2017-09-06Merge branch 'topic/k3dma' into for-linusVinod Koul1-8/+4
2017-09-06Merge branch 'topic/ioat' into for-linusVinod Koul4-4/+53
2017-09-06Merge branch 'topic/bcm' into for-linusVinod Koul1-249/+295
2017-09-06Merge branch 'topic/altera' into for-linusVinod Koul3-0/+934
2017-09-05dmaengine: sun6i: support V3s SoC variantIcenowy Zheng1-0/+13
2017-09-05dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirkIcenowy Zheng1-7/+13
2017-09-05dmaengine: xilinx_dma: Fix error code format specifierLars-Peter Clausen1-15/+15
2017-08-29dmaengine: altera: Use macros instead of structs to describe the registersStefan Roese1-45/+35
2017-08-28dmaengine: ti-dma-crossbar: Fix dra7 reserve functionAlexander Smirnov1-1/+1
2017-08-28dmaengine: pl330: constify amba_idArvind Yadav1-1/+1
2017-08-28dmaengine: pl08x: constify amba_idArvind Yadav1-1/+1
2017-08-28dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETEDAnup Patel1-46/+17
2017-08-28dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sendingAnup Patel1-3/+7
2017-08-28dmaengine: bcm-sba-raid: Add debugfs supportAnup Patel1-0/+78
2017-08-28dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVEDAnup Patel1-24/+2
2017-08-28dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()Anup Patel1-62/+47
2017-08-28dmaengine: bcm-sba-raid: Pre-ack async tx descriptorAnup Patel1-0/+1
2017-08-28dmaengine: bcm-sba-raid: Peek mbox when we have no free requestsAnup Patel1-5/+20
2017-08-28dmaengine: bcm-sba-raid: Alloc resources before registering DMA deviceAnup Patel1-15/+15
2017-08-28dmaengine: bcm-sba-raid: Improve sba_issue_pending() run durationAnup Patel1-109/+125
2017-08-28dmaengine: bcm-sba-raid: Increase number of free sba_requestAnup Patel1-12/+13
2017-08-28dmaengine: bcm-sba-raid: Allow arbitrary number free sba_requestAnup Patel1-16/+10
2017-08-28dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_deviceAnup Patel1-7/+1
2017-08-28dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_requestAnup Patel1-17/+17
2017-08-28dmaengine: bcm-sba-raid: Remove redundant next_count from sba_requestAnup Patel1-5/+1
2017-08-28dmaengine: bcm-sba-raid: Common flags for sba_request state and fenceAnup Patel1-28/+38
2017-08-28dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()Anup Patel1-11/+11
2017-08-28dmaengine: bcm-sba-raid: Minor improvments in commentsAnup Patel1-3/+6
2017-08-28dmaengine: qcom: bam_dma: add command descriptor flagAbhishek Sahu1-1/+5
2017-08-28dmaengine: remove BUG_ON while registering devicesVinod Koul1-22/+79
2017-08-25dmaengine: rcar-dmac: initialize all data before registering IRQ handlerKuninori Morimoto1-42/+43
2017-08-25dmaengine: k3dma: remove useless ON_WARN_ONCE()Antonio Borneo1-2/+0
2017-08-25dmaengine: k3dma: fix double free of descriptorAntonio Borneo1-5/+1
2017-08-25dmaengine: k3dma: fix non-cyclic modeAntonio Borneo1-1/+3
2017-08-23dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh3-3/+52
2017-08-22dmaengine: xgene-dma: remove unused xgene_dma_invalidate_bufferVinod Koul1-5/+0
2017-08-22dmaengine: altera: remove DMA_SGVinod Koul1-94/+0
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang9-737/+5
2017-08-21dmaengine: at_xdmac: Handle return value of clk_prepare_enable.Arvind Yadav1-1/+4
2017-08-21dmaengine: at_xdmac: Fix compilation warning.Arvind Yadav1-4/+4
2017-08-21dmaengine: ste_dma40: make stedma40_chan_cfg constBhumika Goyal1-2/+2
2017-08-21dmaengine: qcom_hidma: avoid freeing an uninitialized pointerAnton Vasilyev1-1/+1
2017-08-09dmaengine: tegra210-adma: fix of_irq_get() error checkSergei Shtylyov1-2/+2
2017-07-21dmaengine: ppc4xx: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-13/+10
2017-07-19dmaengine: bcm-scm-raid: statify functionsVinod Koul1-3/+3