aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01Merge 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
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King1-5/+64
2012-07-31dmaengine: add OMAP DMA engine driverRussell King3-0/+531
2012-07-31dma: tegra: enable/disable dma clockLaxman Dewangan1-1/+17
2012-07-27dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam1-11/+25
2012-07-26dw_dmac: use devm_* functions to simplify codeAndy Shevchenko2-45/+10
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds15-1717/+4083
2012-07-20dmaengine: Cleanup logging messagesJoe Perches1-8/+12
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski2-27/+92
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski2-18/+19
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski3-18/+17
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski1-4/+4
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König1-2/+2
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko2-8/+5
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko1-1/+1
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali1-0/+2
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski2-874/+292
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski2-0/+869
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski4-2/+3
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan1-3/+3
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan1-6/+9
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/irqArnd Bergmann2-10/+12
2012-07-01dma: ipu: remove the use of ipu_platform_dataShawn Guo2-10/+12
2012-07-01dmaengine: sa11x0-dma: add cyclic DMA supportRussell King1-16/+92
2012-07-01dmaengine: sa11x0-dma: fix DMA residue supportRussell King1-16/+29
2012-07-01dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King1-0/+2
2012-07-01dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King1-12/+0
2012-07-01dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King1-23/+9
2012-07-01dmaengine: PL08x: fix tx_status function to return correct residueRussell King1-27/+34
2012-07-01dmaengine: PL08x: convert to use vchan done listRussell King1-81/+54
2012-07-01dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King1-47/+17
2012-07-01dmaengine: PL08x: use vchan's spinlockRussell King2-25/+21
2012-07-01dmaengine: PL08x: convert to use virt-dma structsRussell King1-28/+29
2012-07-01dmaengine: PL08x: rejig physical channel allocationRussell King1-156/+112