summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Merge branch 'topic/xilinx' into for-linusVinod Koul2-21/+25
2018-12-31Merge branch 'topic/uniphier' into for-linusVinod Koul5-0/+544
2018-12-31Merge branch 'topic/sprd' into for-linusVinod Koul2-20/+194
2018-12-31Merge branch 'topic/sh' into for-linusVinod Koul8-105/+10
2018-12-31Merge branch 'topic/sa11x0' into for-linusVinod Koul2-37/+8
2018-12-31Merge branch 'topic/mtk' into for-linusVinod Koul3-0/+965
2018-12-31Merge branch 'topic/imx' into for-linusVinod Koul1-3/+1
2018-12-31Merge branch 'topic/ep93xx' into for-linusVinod Koul1-3/+3
2018-12-31Merge branch 'topic/dw' into for-linusVinod Koul7-1/+39
2018-12-31Merge branch 'topic/dmatest' into for-linusVinod Koul2-59/+349
2018-12-31Merge branch 'topic/dirn_remove' into for-linusVinod Koul4-32/+111
2018-12-31Merge branch 'topic/coh' into for-linusVinod Koul1-5/+0
2018-12-31Merge branch 'topic/bcm' into for-linusVinod Koul1-11/+2
2018-12-17dmaengine: qcom_hidma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-27/+6
2018-12-17dmaengine: pxa: remove DBGFS_FUNC_DECL()Yangtao Li1-24/+12
2018-12-17dmaengine: mic_x100_dma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-19/+3
2018-12-17dmaengine: amba-pl08x: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+2
2018-12-17dmaengine: Documentation: Add documentation for multi chan testingSeraj Alijan1-6/+103
2018-12-17dmaengine: dmatest: Add transfer_size parameterSeraj Alijan1-6/+22
2018-12-17dmaengine: dmatest: Add alignment parameterSeraj Alijan1-4/+14
2018-12-17dmaengine: dmatest: Use fixed point div to calculate iopsSeraj Alijan1-3/+14
2018-12-17dmaengine: dmatest: Add support for multi channel testingSeraj Alijan1-19/+177
2018-12-17dmaengine: rcar-dmac: Document R8A774C0 bindingsFabrizio Castro1-0/+1
2018-12-17dt-bindings: dmaengine: usb-dmac: Add binding for r8a774c0Fabrizio Castro1-0/+1
2018-12-05dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsaveMichael Tretter1-15/+22
2018-12-05dmaengine: sprd: Add me as one of the module authorsEric Long1-0/+1
2018-12-05dmaengine: sprd: Support DMA 2-stage transfer modeEric Long2-4/+156
2018-12-05dmaengine: sprd: Support DMA link-list cyclic callbackEric Long1-11/+14
2018-12-05dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channelEric Long1-0/+1
2018-12-05dmaengine: sprd: Fix the last link-list configurationEric Long1-1/+2
2018-12-05dmaengine: sprd: Get transfer residue depending on the transfer directionEric Long1-1/+20
2018-12-05dmaengine: sprd: Remove direction usage from struct dma_slave_configBaolin Wang1-3/+0
2018-12-05dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter1-4/+4
2018-12-05dmaengine: sh: Remove R-Mobile APE6 supportGeert Uytterhoeven5-99/+1
2018-11-26dmaengine: coh901318: Remove unused variableVinod Koul1-1/+0
2018-11-24dmaengine: ste_dma40: remove dma_slave_config direction usageVinod Koul1-6/+25
2018-11-24dmaengine: pl330: remove dma_slave_config direction usageVinod Koul1-4/+24
2018-11-24dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...Vinod Koul1-17/+39
2018-11-24dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter4-0/+18
2018-11-24dt-bindings: dmaengine: dw-dmac: add protection control propertyChristian Lamparter3-1/+21
2018-11-24dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1Biju Das1-0/+1
2018-11-24dmaengine: rcar-dmac: Document R8A774A1 bindingsFabrizio Castro1-1/+2
2018-11-24dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai1-4/+0
2018-11-24dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driverMasahiro Yamada4-0/+519
2018-11-24dt-bindings: dmaengine: add DT binding for UniPhier MIO DMACMasahiro Yamada1-0/+25
2018-11-24dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean1-13/+13
2018-11-24dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean1-2/+2
2018-11-24dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean1-4/+2
2018-11-24dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor1-1/+1
2018-11-24dmaengine: imx-sdma: Use a single line for dma_alloc_coherent()Fabio Estevam1-3/+1