summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2-16/+24
2012-09-27dw_dmac: get number of channels from hardware if possibleAndy Shevchenko1-10/+23
2012-09-27dw_dmac: fill optional encoded parameters in register structureAndy Shevchenko1-0/+30
2012-09-27dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko1-1/+1
2012-09-22dmaengine: omap-dma: Add support to suppress interrupts in cyclic modePeter Ujfalusi1-2/+5
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi12-12/+17
2012-09-22dmaengine: omap: Add support for pause/resume in cyclic dma modePeter Ujfalusi1-5/+25
2012-09-22dmaengine: omap: Support for element mode in cyclic DMAPeter Ujfalusi1-1/+4
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson6-7/+7
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat1-0/+5
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat1-7/+9
2012-09-18DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh1-1/+1
2012-09-18DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh1-56/+5
2012-09-18DMA: PL330: Remove controller clock enable/disableInderpal Singh1-12/+0
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann2-3/+3
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera1-0/+1
2012-09-14dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut1-6/+8
2012-09-14dw_dmac: utilize slave_id to pass request lineAndy Shevchenko1-0/+5
2012-09-14dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre1-0/+11
2012-09-14dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre1-1/+1
2012-09-14dmaengine: mmp_tdma: add dt supportZhangfei Gao1-20/+31
2012-09-14dmaengine: mmp-pdma supportZhangfei Gao3-0/+883
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-4/+4
2012-09-13ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-0/+2
2012-09-11dma: tegra: make data used as *of_device_id.data constLaxman Dewangan1-2/+2
2012-09-11dma: tegra: make tegra_dma.chip_data a pointer to const dataLaxman Dewangan1-2/+2
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-09-01dma: fix commentsMasanari Iida8-14/+14
2012-09-01ioat: remove unused #definesJon Mason1-4/+0
2012-09-01dmaengine: add TI EDMA DMA engine driverMatt Porter3-0/+682
2012-08-31ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang1-0/+22
2012-08-31dma/ste_dma40: Fixup clock usage during probeUlf Hansson1-5/+9
2012-08-22drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall1-0/+2
2012-08-22drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall1-16/+7
2012-08-13dma: tegra: enable/disable dma clockLaxman Dewangan1-1/+17
2012-08-06Merge branch 'fixes_for-3.6' into fixesVinod Koul1-11/+25
2012-08-05Merge branch 'fixes_for-3.6' into nextVinod Koul1-11/+25
2012-08-05Merge branch 'for-3.7' into nextVinod Koul3-46/+27
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-0/+21
2012-08-02Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-664/+1622
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski2-0/+21
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King3-500/+595
2012-07-31dmaengine: omap: add support for cyclic DMARussell King1-4/+89
2012-07-31dmaengine: omap: add support for setting fiRussell King1-2/+3