summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | dmaengine: edma: Refactor the dma device and channel struct initializationPeter Ujfalusi2015-10-271-42/+37
| | * | | | dmaengine: edma: Get qDMA channel information from HW alsoPeter Ujfalusi2015-10-271-0/+6
| | * | | | dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventqPeter Ujfalusi2015-10-271-34/+22
| | * | | | dmaengine: edma: Correct PaRAM access function names (_parm_ to _param_)Peter Ujfalusi2015-10-271-12/+12
| | * | | | dmaengine: edma: Simplify function parameter list for channel operationsPeter Ujfalusi2015-10-271-273/+123
| | * | | | dmaengine: edma: Optimize memcpy operationPeter Ujfalusi2015-10-271-21/+75
| | * | | | dmaengine: edma: Remove alignment constraint for memcpyPeter Ujfalusi2015-10-271-7/+6
| | * | | | dmaengine: edma: Dynamic paRAM slot handling if HW supports itPeter Ujfalusi2015-10-141-49/+52
| | * | | | dmaengine: edma: Rename bitfields for slot and channel usage trackingPeter Ujfalusi2015-10-141-25/+26
| | * | | | dmaengine: edma: Read channel mapping support only once from HWPeter Ujfalusi2015-10-141-2/+6
| | * | | | dmaengine: edma: Simplify and optimize ccerr interrupt handlerPeter Ujfalusi2015-10-141-47/+35
| | * | | | dmaengine: edma: Move the pending error check into helper functionPeter Ujfalusi2015-10-141-8/+12
| | * | | | dmaengine: edma: Simplify the interrupt handlingPeter Ujfalusi2015-10-141-245/+205
| | * | | | dmaengine: edma: Consolidate the comments for functionsPeter Ujfalusi2015-10-141-75/+11
| | * | | | dmaengine: edma: Print warning when linking slots from different eDMAPeter Ujfalusi2015-10-141-0/+3
| | * | | | dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toioPeter Ujfalusi2015-10-141-2/+1
| | * | | | dmaengine: edma: Use dev_dbg instead pr_debugPeter Ujfalusi2015-10-141-12/+12
| | * | | | dmaengine: edma: Cleanup regarding the use of dev around the codePeter Ujfalusi2015-10-141-31/+30
| | * | | | dmaengine: edma: Use devm_kcalloc when possiblePeter Ujfalusi2015-10-141-2/+2
| | * | | | dmaengine: edma: Allocate memory dynamically for bitmaps and structuresPeter Ujfalusi2015-10-141-28/+34
| | * | | | ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi2015-10-148-1587/+1431
| | * | | | ARM: davinci: Add dma_mask to eDMA devicesPeter Ujfalusi2015-10-144-0/+5
| | * | | | ARM: davinci: Use platform_device_register_full() to create pdev for eDMAPeter Ujfalusi2015-10-144-39/+57
| | * | | | ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi2015-10-142-26/+13
| | * | | | ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi2015-10-143-208/+214
| | * | | | ARM: common: edma: Internal API to use pointer to 'struct edma'Peter Ujfalusi2015-10-141-203/+197
| | * | | | ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi2015-10-142-10/+16
| | * | | | ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi2015-10-146-326/+234
| | * | | | dmaengine: edma: Simplify and optimize the edma_execute pathPeter Ujfalusi2015-10-141-47/+29
| | * | | | ARM: common: edma: Remove unused functionsPeter Ujfalusi2015-10-142-409/+0
| | * | | | ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi2015-10-141-2/+4
| | |/ / /
| * | | | Merge branch 'topic/dw' into for-linusVinod Koul2015-10-313-32/+50
| |\ \ \ \
| | * | | | dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko2015-10-312-1/+7
| | * | | | dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko2015-10-311-1/+16
| | * | | | dmaengine: dw: don't override platform data with autocfgAndy Shevchenko2015-10-311-30/+27
| * | | | | dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard2015-10-291-0/+79
| * | | | | dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard2015-10-292-41/+58
| * | | | | Merge branch 'topic/dw' into for-linusVinod Koul2015-10-293-27/+14
| |\| | | |
| | * | | | avr32: use dw_dmac autoconfigurationAndy Shevchenko2015-09-301-8/+1
| | * | | | dmaengine: dw: use dw_dmac autoconfiguration in PCI driverAndy Shevchenko2015-09-301-13/+7
| | * | | | dmaengine: dw: convert to __ffs()Andy Shevchenko2015-09-301-6/+6
| | |/ / /
| * | | | dmaengine: virt-dma: Fix kernel-doc annotationsLars-Peter Clausen2015-10-271-9/+9
| * | | | dmaengine: ste_dma40: fix a trivial typoGeliang Tang2015-10-251-1/+1
| * | | | dmaengine: xgene-dma: Remove memcpy offload support due to performance dropRameshwar Prasad Sahu2015-10-141-58/+1
| * | | | dmaengine: imx-sdma: Remove unneeded dev_info()Fabio Estevam2015-10-071-3/+0
| * | | | dmaengine: imx-sdma: Move message level to debugFabio Estevam2015-10-071-1/+1
| * | | | dmaengine: omap-dma: Enable packed accesses for cyclic transfersMisael Lopez Cruz2015-10-051-1/+5
| * | | | dmaengine: xilinx: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
| * | | | dmaengine: sun6i: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
| * | | | dmaengine: sirf: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1