summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2012-09-27dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko
2012-09-27dw_dmac: get number of channels from hardware if possibleAndy Shevchenko
2012-09-27dw_dmac: fill optional encoded parameters in register structureAndy Shevchenko
2012-09-27dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko
2012-09-18DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh
2012-09-18DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh
2012-09-18DMA: PL330: Remove controller clock enable/disableInderpal Singh
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera
2012-09-14dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut
2012-09-14dw_dmac: utilize slave_id to pass request lineAndy Shevchenko
2012-09-14dmaengine: mmp_tdma: add dt supportZhangfei Gao
2012-09-14dmaengine: mmp-pdma supportZhangfei Gao
2012-09-01dmaengine: add TI EDMA DMA engine driverMatt Porter
2012-08-31ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang
2012-08-31dma/ste_dma40: Fixup clock usage during probeUlf Hansson
2012-08-22drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall
2012-08-22drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall
2012-08-05Merge branch 'fixes_for-3.6' into nextVinod Koul
2012-08-05Merge branch 'for-3.7' into nextVinod Koul
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King
2012-07-31dmaengine: omap: add support for cyclic DMARussell King
2012-07-31dmaengine: omap: add support for setting fiRussell King
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King
2012-07-31dmaengine: add OMAP DMA engine driverRussell King
2012-07-31dma: tegra: enable/disable dma clockLaxman Dewangan
2012-07-27dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam
2012-07-26dw_dmac: use devm_* functions to simplify codeAndy Shevchenko
2012-07-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-20dmaengine: Cleanup logging messagesJoe Perches
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann