summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-09-26ste_dma40: Move an assignment in d40_prep_desc()Markus Elfring1-1/+2
2016-09-26ste_dma40: Rename a jump label in d40_prep_desc()Markus Elfring1-4/+3
2016-09-26ste_dma40: Move two assignments in d40_prep_sg()Markus Elfring1-2/+4
2016-09-26ste_dma40: One check less in d40_prep_sg() after error detectionMarkus Elfring1-6/+5
2016-09-26ste_dma40: Rename a jump label in d40_alloc_chan_resources()Markus Elfring1-3/+3
2016-09-26ste_dma40: Rename jump labels in d40_dmaengine_init()Markus Elfring1-6/+6
2016-09-26ste_dma40: Rename a jump label in d40_probe()Markus Elfring1-13/+12
2016-09-26ste_dma40: Adjust the position of a jump label in d40_probe()Markus Elfring1-1/+1
2016-09-26ste_dma40: Delete unnecessary variable initialisations in d40_hw_detect_init()Markus Elfring1-5/+5
2016-09-26ste_dma40: Less checks in d40_hw_detect_init() after error detectionMarkus Elfring1-34/+33
2016-09-26ste_dma40: Use kmalloc_array() in d40_hw_detect_init()Markus Elfring1-3/+3
2016-09-26ste_dma40: Replace four kzalloc() calls by kcalloc() in d40_hw_detect_init()Markus Elfring1-8/+10
2016-09-26ste_dma40: Improve a size determination in d40_of_probe()Markus Elfring1-3/+1
2016-09-26ste_dma40: Move an assignment in d40_lcla_allocate()Markus Elfring1-1/+2
2016-09-26ste_dma40: Rename a jump label in d40_lcla_allocate()Markus Elfring1-4/+4
2016-09-26ste_dma40: Return directly after a failed kmalloc_array()Markus Elfring1-4/+2
2016-09-26ste_dma40: Use kmalloc_array() in d40_lcla_allocate()Markus Elfring1-3/+3
2016-09-26dmaengine: moxart: fix kconfig unmet direct dependenciesVinod Koul1-1/+0
2016-09-26dmaengine: sun4i: fix kconfig unmet direct dependenciesVinod Koul1-1/+0
2016-09-26dmaengine: zxdma: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: timb-dma: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: s3c24xx: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: s3c24xx: fix pointer cast warningsVinod Koul1-1/+1
2016-09-26dmaengine: s3c24xx: use correct print specifiers for size_tVinod Koul1-2/+2
2016-09-26dmaengine: stm32-dma: make stm32_dma_set_config staticVinod Koul1-1/+1
2016-09-26dmaengine: stm32-dma: enable COMPILE_TESTVinod Koul1-2/+1
2016-09-26dmaengine: mmp_tdma: enable COMPILE_TESTVinod Koul1-2/+2
2016-09-26dmaengine: mmp_pdma: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: mmp_tdma: use correct print specifiers for size_tVinod Koul1-1/+1
2016-09-26dmaengine: ep93xx: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: ep93xx: don't use variables defined in global scopeVinod Koul1-4/+4
2016-09-26dmaengine: ep93xx: use correct print specifiers for size_tVinod Koul1-2/+2
2016-09-26dmaengine: sa11x0: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: sa11x0: use correct print specifiers for size_tVinod Koul1-1/+1
2016-09-26dmaengine: sa11x0: use correct print specifiers for u32Vinod Koul1-1/+1
2016-09-26dmaengine: sa11x0: use correct print specifiers for dma_addr_tVinod Koul1-5/+5
2016-09-26dmaengine: coh901318: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: coh901318: use NULL for pointer initializationVinod Koul1-2/+2
2016-09-26dmaengine: coh901318: fix pointer cast warningsVinod Koul1-3/+3
2016-09-26dmaengine: coh901318: return ssize_t for coh901318_debugfs_readVinod Koul1-1/+1
2016-09-26dmaengine: coh901318: use correct print specifiersVinod Koul1-6/+6
2016-09-26dmaengine: jz4780: make jz4780_dma_prep_dma_memcpy staticVinod Koul1-1/+1
2016-09-26dmaengine: jz4780: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: jz4740: enable COMPILE_TESTVinod Koul1-1/+1
2016-09-26dmaengine: jz4740: remove unused arch headerVinod Koul1-2/+0
2016-09-26dmaengine: rcar-dmac: add iommu support for slave transfersNiklas Söderlund1-8/+74
2016-09-26dmaengine: rcar-dmac: group slave configurationNiklas Söderlund1-16/+22
2016-09-15dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev1-2/+2
2016-09-15dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko2-8/+7
2016-09-15dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese2-1/+101