summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-09-0732-1157/+1605
|\
| * Merge branch 'topic/dmatest' into for-linusVinod Koul2017-09-069-781/+141
| |\
| | * dmaengine: remove BUG_ON while registering devicesVinod Koul2017-08-281-22/+79
| | * dmaengine: xgene-dma: remove unused xgene_dma_invalidate_bufferVinod Koul2017-08-221-5/+0
| | * dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-229-737/+5
| | * dmaengine: dmatest: add support for memset testSinan Kaya2017-07-181-24/+64
| * | Merge branch 'topic/qcom' into for-linusVinod Koul2017-09-065-16/+61
| |\ \
| | * | dmaengine: qcom: bam_dma: add command descriptor flagAbhishek Sahu2017-08-281-1/+5
| | * | dmaengine: qcom_hidma: avoid freeing an uninitialized pointerAnton Vasilyev2017-08-211-1/+1
| | * | dmaengine: qcom_hidma: correct channel QOS register offsetSinan Kaya2017-07-191-1/+1
| | * | dmaengine: qcom_hidma: correct overriding messageSinan Kaya2017-07-191-4/+8
| | * | dmaengine: qcom_hidma: introduce memset supportSinan Kaya2017-07-193-9/+46
| | |/
| * | Merge branch 'topic/ppc4xx' into for-linusVinod Koul2017-09-061-13/+10
| |\ \
| | * | dmaengine: ppc4xx: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-07-211-13/+10
| | |/
| * | Merge branch 'topic/of' into for-linusVinod Koul2017-09-062-12/+10
| |\ \
| | * | dmaengine: Convert to using %pOF instead of full_nameRob Herring2017-07-192-12/+10
| | |/
| * | Merge branch 'topic/k3dma' into for-linusVinod Koul2017-09-061-8/+4
| |\ \
| | * | dmaengine: k3dma: remove useless ON_WARN_ONCE()Antonio Borneo2017-08-251-2/+0
| | * | dmaengine: k3dma: fix double free of descriptorAntonio Borneo2017-08-251-5/+1
| | * | dmaengine: k3dma: fix non-cyclic modeAntonio Borneo2017-08-251-1/+3
| | |/
| * | Merge branch 'topic/ioat' into for-linusVinod Koul2017-09-064-4/+53
| |\ \
| | * | dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh2017-08-233-3/+52
| | * | dmaengine: ioat: constify pci_device_id.Arvind Yadav2017-07-181-1/+1
| | |/
| * | Merge branch 'topic/bcm' into for-linusVinod Koul2017-09-061-249/+295
| |\ \
| | * | dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETEDAnup Patel2017-08-281-46/+17
| | * | dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sendingAnup Patel2017-08-281-3/+7
| | * | dmaengine: bcm-sba-raid: Add debugfs supportAnup Patel2017-08-281-0/+78
| | * | dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVEDAnup Patel2017-08-281-24/+2
| | * | dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()Anup Patel2017-08-281-62/+47
| | * | dmaengine: bcm-sba-raid: Pre-ack async tx descriptorAnup Patel2017-08-281-0/+1
| | * | dmaengine: bcm-sba-raid: Peek mbox when we have no free requestsAnup Patel2017-08-281-5/+20
| | * | dmaengine: bcm-sba-raid: Alloc resources before registering DMA deviceAnup Patel2017-08-281-15/+15
| | * | dmaengine: bcm-sba-raid: Improve sba_issue_pending() run durationAnup Patel2017-08-281-109/+125
| | * | dmaengine: bcm-sba-raid: Increase number of free sba_requestAnup Patel2017-08-281-12/+13
| | * | dmaengine: bcm-sba-raid: Allow arbitrary number free sba_requestAnup Patel2017-08-281-16/+10
| | * | dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_deviceAnup Patel2017-08-281-7/+1
| | * | dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_requestAnup Patel2017-08-281-17/+17
| | * | dmaengine: bcm-sba-raid: Remove redundant next_count from sba_requestAnup Patel2017-08-281-5/+1
| | * | dmaengine: bcm-sba-raid: Common flags for sba_request state and fenceAnup Patel2017-08-281-28/+38
| | * | dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()Anup Patel2017-08-281-11/+11
| | * | dmaengine: bcm-sba-raid: Minor improvments in commentsAnup Patel2017-08-281-3/+6
| | * | dmaengine: bcm-scm-raid: statify functionsVinod Koul2017-07-191-3/+3
| | |/
| * | Merge branch 'topic/altera' into for-linusVinod Koul2017-09-063-0/+934
| |\ \
| | * | dmaengine: altera: Use macros instead of structs to describe the registersStefan Roese2017-08-291-45/+35
| | * | dmaengine: altera: remove DMA_SGVinod Koul2017-08-221-94/+0
| | * | dmaengine: Add driver for Altera / Intel mSGDMA IP coreStefan Roese2017-07-183-0/+1038
| | |/
| * | dmaengine: sun6i: support V3s SoC variantIcenowy Zheng2017-09-051-0/+13
| * | dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirkIcenowy Zheng2017-09-051-7/+13
| * | dmaengine: xilinx_dma: Fix error code format specifierLars-Peter Clausen2017-09-051-15/+15
| * | dmaengine: ti-dma-crossbar: Fix dra7 reserve functionAlexander Smirnov2017-08-281-1/+1
OpenPOWER on IntegriCloud