summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'topic/sh' into for-linusVinod Koul2019-03-121-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: usb-dmac: Make DMAC system sleep callbacks explicitPhuong Nguyen2019-01-201-0/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'topic/mv' into for-linusVinod Koul2019-03-121-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki2019-01-071-1/+4
| | |/ / / / / /
| * | | | | | | Merge branch 'topic/k3dma' into for-linusVinod Koul2019-03-121-9/+52
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: k3dma: Add support for dma-channel-maskLi Yu2019-02-041-1/+19
| | * | | | | | | dmaengine: k3dma: Delete axi_configLi Yu2019-02-041-3/+0
| | * | | | | | | dmaengine: k3dma: Upgrade k3dma driver to support hisi_asp_dma hardwareYoulin Wang2019-02-041-5/+33
| | |/ / / / / /
| * | | | | | | Merge branch 'topic/imx' into for-linusVinod Koul2019-03-122-12/+18
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: imx-sdma: pass ->dev to dma_alloc_coherent() APIAndy Duan2019-01-201-7/+8
| | * | | | | | | dmaengine: imx-dma: change return of 'imxdma_sg_next' to voidVinod Koul2019-01-201-3/+1
| | * | | | | | | dmaengine: imx-dma: change variable 'now' type to size_tVinod Koul2019-01-201-1/+1
| | * | | | | | | dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell2019-01-201-1/+1
| | * | | | | | | dmaengine: imx-sdma: refine to load context only onceRobin Gong2019-01-081-0/+7
| | |/ / / / / /
| * | | | | | | Merge branch 'topic/fsl' into for-linusVinod Koul2019-03-129-35/+1399
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: fsldma: Add 64-bit I/O accessors for powerpc64Scott Wood2019-02-041-1/+6
| | * | | | | | | dmaengine: fsl-edma: dma map slave device addressLaurentiu Tudor2019-02-044-4/+68
| | * | | | | | | dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-3/+1
| | * | | | | | | dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann2019-01-071-0/+1
| | * | | | | | | dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma2019-01-073-0/+1273
| | * | | | | | | dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platformPeng Ma2019-01-071-19/+42
| | * | | | | | | dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He2019-01-072-10/+10
| | |/ / / / / /
| * | | | | | | Merge branch 'topic/dw' into for-linusVinod Koul2019-03-1211-249/+420
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko2019-01-081-1/+1
| | * | | | | | | dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2019-01-076-20/+7
| | * | | | | | | dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko2019-01-074-26/+47
| | * | | | | | | dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko2019-01-074-7/+25
| | * | | | | | | dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko2019-01-078-179/+339
| | * | | | | | | dmaengine: dw: Remove unused internal propertyAndy Shevchenko2019-01-073-10/+1
| | * | | | | | | dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-074-8/+1
| | * | | | | | | dmaengine: dw: Add missed multi-block support for iDMA 32-bitAndy Shevchenko2019-01-071-0/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'topic/brcm' into for-linusVinod Koul2019-03-121-61/+31
| |\ \ \ \ \ \ \
| | * | | | | | | dmaengine: bcm2835: Drop outdated comment on supported transactionsLukas Wunner2019-02-041-3/+0
| | * | | | | | | dmaengine: bcm2835: Drop gratuitous list deletionLukas Wunner2019-02-041-10/+0
| | * | | | | | | dmaengine: bcm2835: Enforce control block alignmentLukas Wunner2019-02-041-1/+5
| | * | | | | | | dmaengine: bcm2835: Return void from abort of transactionsLukas Wunner2019-02-041-3/+2
| * | | | | | | | dmaengine: imx-sdma: fix consistent dma test failuresAngus Ainslie (Purism)2019-02-251-0/+1
| * | | | | | | | dmaengine: imx-sdma: add a test for imx8mq multi sdma devicesAngus Ainslie (Purism)2019-02-251-0/+6
| * | | | | | | | dmaengine: imx-sdma: add clock ratio 1:1 checkAngus Ainslie (Purism)2019-02-251-4/+14
| * | | | | | | | dmaengine: dmatest: move test data alloc & free into functionsAlexandru Ardelean2019-02-251-55/+55
| * | | | | | | | dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()Alexandru Ardelean2019-02-251-15/+17
| * | | | | | | | dmaengine: dmatest: wrap src & dst data into a structAlexandru Ardelean2019-02-251-94/+101
| * | | | | | | | dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang2019-02-252-0/+41
| * | | | | | | | dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang2019-02-253-2/+28
| * | | | | | | | dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang2019-02-252-0/+3
| * | | | | | | | dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang2019-02-253-1/+6
| * | | | | | | | dmaengine: sprd: Change channel id to slave id for DMA cell specifierBaolin Wang2019-02-251-15/+4
| * | | | | | | | dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy2019-02-191-1/+1
| * | | | | | | | dmaengine: axi-dmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-201-2/+1
| * | | | | | | | dmaengine: timb_dma: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-201-2/+2