summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2016-09-26ste_dma40: Adjust the position of a jump label in d40_probe()Markus Elfring
2016-09-26ste_dma40: Delete unnecessary variable initialisations in d40_hw_detect_init()Markus Elfring
2016-09-26ste_dma40: Less checks in d40_hw_detect_init() after error detectionMarkus Elfring
2016-09-26ste_dma40: Use kmalloc_array() in d40_hw_detect_init()Markus Elfring
2016-09-26ste_dma40: Replace four kzalloc() calls by kcalloc() in d40_hw_detect_init()Markus Elfring
2016-09-26ste_dma40: Improve a size determination in d40_of_probe()Markus Elfring
2016-09-26ste_dma40: Move an assignment in d40_lcla_allocate()Markus Elfring
2016-09-26ste_dma40: Rename a jump label in d40_lcla_allocate()Markus Elfring
2016-09-26ste_dma40: Return directly after a failed kmalloc_array()Markus Elfring
2016-09-26ste_dma40: Use kmalloc_array() in d40_lcla_allocate()Markus Elfring
2016-09-26dmaengine: moxart: fix kconfig unmet direct dependenciesVinod Koul
2016-09-26dmaengine: sun4i: fix kconfig unmet direct dependenciesVinod Koul
2016-09-26dmaengine: zxdma: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: timb-dma: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: s3c24xx: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: s3c24xx: fix pointer cast warningsVinod Koul
2016-09-26dmaengine: s3c24xx: use correct print specifiers for size_tVinod Koul
2016-09-26dmaengine: stm32-dma: make stm32_dma_set_config staticVinod Koul
2016-09-26dmaengine: stm32-dma: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: mmp_tdma: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: mmp_pdma: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: mmp_tdma: use correct print specifiers for size_tVinod Koul
2016-09-26dmaengine: ep93xx: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: ep93xx: don't use variables defined in global scopeVinod Koul
2016-09-26dmaengine: ep93xx: use correct print specifiers for size_tVinod Koul
2016-09-26dmaengine: sa11x0: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: sa11x0: use correct print specifiers for size_tVinod Koul
2016-09-26dmaengine: sa11x0: use correct print specifiers for u32Vinod Koul
2016-09-26dmaengine: sa11x0: use correct print specifiers for dma_addr_tVinod Koul
2016-09-26dmaengine: coh901318: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: coh901318: use NULL for pointer initializationVinod Koul
2016-09-26dmaengine: coh901318: fix pointer cast warningsVinod Koul
2016-09-26dmaengine: coh901318: return ssize_t for coh901318_debugfs_readVinod Koul
2016-09-26dmaengine: coh901318: use correct print specifiersVinod Koul
2016-09-26dmaengine: jz4780: make jz4780_dma_prep_dma_memcpy staticVinod Koul
2016-09-26dmaengine: jz4780: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: jz4740: enable COMPILE_TESTVinod Koul
2016-09-26dmaengine: jz4740: remove unused arch headerVinod Koul
2016-09-26dmaengine: rcar-dmac: add iommu support for slave transfersNiklas Söderlund
2016-09-26dmaengine: rcar-dmac: group slave configurationNiklas Söderlund
2016-09-15dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev
2016-09-15dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko
2016-09-15dmaengine: mv_xor: Add support for IO (PCIe) src/dst areasStefan Roese
2016-09-14dmaengine: cppi41: Ignore EINPROGRESS for PM runtimeTony Lindgren
2016-09-14dmaengine: cleanup with list_first_entry_or_null()Masahiro Yamada
2016-09-14dmaengine: omap-dma: Correct type2 descriptor's member typesPeter Ujfalusi
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman
2016-09-09dmaengine: pl330: Acquire dmac's spinlock in pl330_tx_statusHsin-Yu Chao
2016-09-09dmaengine: pl330: fix residual for non-running BUSY descriptorsStephen Barber
2016-09-09dmaengine: dmatest: Apply copy_align to DMA_SG as wellNicolin Chen