summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/sa11x0' into for-linusVinod Koul2018-12-312-37/+8
|\
| * dmaengine: sa11x0: unexport sa11x0_dma_filter_fn and clean upRussell King2018-11-112-37/+8
* | Merge branch 'topic/mtk' into for-linusVinod Koul2018-12-313-0/+965
|\ \
| * | dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for MT6765 SoCShun-Chih Yu2018-11-113-0/+965
| |/
* | Merge branch 'topic/imx' into for-linusVinod Koul2018-12-311-3/+1
|\ \
| * | dmaengine: imx-sdma: Use a single line for dma_alloc_coherent()Fabio Estevam2018-11-241-3/+1
| |/
* | Merge branch 'topic/ep93xx' into for-linusVinod Koul2018-12-311-3/+3
|\ \
| * | dmaengine: ep93xx: fix some typoYangtao Li2018-11-111-3/+3
| |/
* | Merge branch 'topic/dw' into for-linusVinod Koul2018-12-317-1/+39
|\ \
| * | dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter2018-11-244-0/+18
| * | dt-bindings: dmaengine: dw-dmac: add protection control propertyChristian Lamparter2018-11-243-1/+21
| |/
* | Merge branch 'topic/dmatest' into for-linusVinod Koul2018-12-312-59/+349
|\ \
| * | dmaengine: Documentation: Add documentation for multi chan testingSeraj Alijan2018-12-171-6/+103
| * | dmaengine: dmatest: Add transfer_size parameterSeraj Alijan2018-12-171-6/+22
| * | dmaengine: dmatest: Add alignment parameterSeraj Alijan2018-12-171-4/+14
| * | dmaengine: dmatest: Use fixed point div to calculate iopsSeraj Alijan2018-12-171-3/+14
| * | dmaengine: dmatest: Add support for multi channel testingSeraj Alijan2018-12-171-19/+177
| * | dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter2018-12-051-4/+4
| * | dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean2018-11-241-13/+13
| * | dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean2018-11-241-2/+2
| * | dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean2018-11-241-4/+2
| |/
* | Merge branch 'topic/dirn_remove' into for-linusVinod Koul2018-12-314-32/+111
|\ \
| * | dmaengine: ste_dma40: remove dma_slave_config direction usageVinod Koul2018-11-241-6/+25
| * | dmaengine: pl330: remove dma_slave_config direction usageVinod Koul2018-11-241-4/+24
| * | dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...Vinod Koul2018-11-241-17/+39
| * | dmaengine: mmp_pdma: remove dma_slave_config direction usageVinod Koul2018-11-051-5/+23
| |/
* | Merge branch 'topic/coh' into for-linusVinod Koul2018-12-311-5/+0
|\ \
| * | dmaengine: coh901318: Remove unused variableVinod Koul2018-11-261-1/+0
| * | dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai2018-11-241-4/+0
| |/
* | Merge branch 'topic/bcm' into for-linusVinod Koul2018-12-311-11/+2
|\ \
| * | dmaengine: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-111-10/+1
| * | dmaengine: bcm2835: make license text and module license matchStefan Wahren2018-11-111-1/+1
| |/
* | dmaengine: qcom_hidma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-27/+6
* | dmaengine: pxa: remove DBGFS_FUNC_DECL()Yangtao Li2018-12-171-24/+12
* | dmaengine: mic_x100_dma: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-19/+3
* | dmaengine: amba-pl08x: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-12/+2
* | dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsaveMichael Tretter2018-12-051-15/+22
|/
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-041-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43