aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-29/+83
2014-01-20Merge branch 'for-next' into for-linusTakashi Iwai3-10/+41
2014-01-16Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown1-0/+1
2014-01-14dma: pl330: Set residue_granularityLars-Peter Clausen1-0/+1
2014-01-02drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu1-1/+10
2014-01-02Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2-10/+40
2013-12-26Merge branch 'tegra/dma-reset-rework' into next/dtOlof Johansson4-39/+121
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanupOlof Johansson1-6/+46
2013-12-26Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' into next/cleanupOlof Johansson3-33/+75
2013-12-26Merge tag 'v3.13-rc4' into next/cleanupOlof Johansson4-33/+14
2013-12-18net_dma: mark brokenDan Williams1-0/+1
2013-12-18dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon1-4/+1
2013-12-13dmaengine: fix sleep in atomicDan Williams1-1/+1
2013-12-12dmaengine: mv_xor: fix oops when channels fail to initialiseRussell King1-11/+13
2013-12-12dma: mv_xor: Use dmaengine_unmap_data for the self-testsEzequiel Garcia1-21/+50
2013-12-12dmaengine: fix enable for high order unmap poolsDan Williams2-1/+7
2013-12-12dma: fix build warnings in txx9Dan Williams1-1/+0
2013-12-12dmatest: fix build warning on mipsDan Williams1-4/+4
2013-12-12dma: fix fsldma build warningsDan Williams1-30/+1
2013-12-12dma: fix build warnings in ppc4xxDan Williams1-26/+1
2013-12-12dmaengine: at_hdmac: remove unused functionOlof Johansson1-4/+0
2013-12-12dma: mv_xor: remove mv_desc_get_dest_addr()Jason Cooper1-6/+0
2013-12-11ARM: mmp: build sram driver aloneQiao Zhou1-0/+2
2013-12-11dma: tegra: register as an OF DMA controllerStephen Warren1-3/+36
2013-12-11dma: tegra: use reset frameworkStephen Warren1-3/+10
2013-12-11Merge branch 'for-3.14/deps-from-dma-of' into for-3.14/dmas-resets-reworkStephen Warren2-23/+35
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren2-23/+35
2013-12-10dma: add channel request API that supports deferred probeStephen Warren2-10/+40
2013-12-04dma: fix build breakage in s3c24xx-dmaDan Williams1-30/+1
2013-12-04Fix pl08x warningsRussell King - ARM Linux1-1/+1
2013-11-28rcar-hpbdma: initialise plane information when haltedKuninori Morimoto1-0/+3
2013-11-28rcar-hpbdma: fixup channel busy check for double planeKuninori Morimoto1-1/+5
2013-11-28rcar-hpbdma: add max transfer sizeKuninori Morimoto1-0/+2
2013-11-28dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()Wei Yongjun1-0/+1
2013-11-28dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion statusSachin Kamat1-1/+1
2013-11-26dma: ste_dma40: Parse flags property for new 'high priority channel' requestLee Jones1-0/+4
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds40-1893/+1297
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul20-1592/+624
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-14dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia2-13/+15
2013-11-14dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia1-4/+0
2013-11-14ioat: fix ioat3_irq_reinitDan Williams2-26/+15
2013-11-14ioat: kill msix_single_vector supportDan Williams3-32/+3
2013-11-14ioatdma: clean up sed pool kmem_cacheDan Williams4-42/+22
2013-11-14ioatdma: fix selection of 16 vs 8 source pathDan Williams1-15/+15
2013-11-14ioatdma: fix sed pool selectionDan Williams1-15/+1
2013-11-14ioatdma: Fix bug in selftest after removal of DMA_MEMSET.Dave Jiang1-0/+2
2013-11-14dmatest: verbose modeDan Williams1-7/+18
2013-11-14dmatest: convert to dmaengine_unmap_dataDan Williams1-42/+44