aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Dan Williams1-7/+12
2009-08-05Merge branch 'master' into for-linusRafael J. Wysocki8-12/+1608
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds8-12/+1608
2009-07-22dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2-43/+214
2009-07-22dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre4-0/+1404
2009-07-22dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre1-2/+2
2009-07-22dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre1-1/+14
2009-07-22drivers/dma: Remove unnecessary semicolonsJoe Perches2-2/+2
2009-07-22drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-22DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-07-22DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams1-2/+2
2009-06-24DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto1-8/+12
2009-06-17DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto4-0/+1670
2009-06-16fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder1-1/+2
2009-06-16fsldma: enable external start for the 83xx controllerIra Snyder1-1/+1
2009-06-16fsldma: use PCI Read Multiple commandIra W. Snyder2-2/+9
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2009-05-28i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown1-1/+1
2009-05-27fsldma: Fix compile warningsKumar Gala1-6/+7
2009-05-22fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder1-3/+15
2009-05-22fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder1-2/+7
2009-05-22fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder1-9/+12
2009-05-22fsldma: fix "DMA halt timeout!" errorsIra Snyder1-4/+6
2009-05-22fsldma: fix check on potential fdev->chan[] overflowRoel Kluin1-1/+1
2009-05-12dma: fix ipu_idmac.c to not discard the last queued bufferGuennadi Liakhovetski1-1/+2
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski2-23/+39
2009-05-05ipu_idmac: Use disable_irq_nosync() from within irq handlers.Ben Nizette1-2/+2
2009-04-08dmatest: fix max channels handlingDan Williams1-3/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds11-230/+865
2009-04-02dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanupGuennadi Liakhovetski1-9/+56
2009-04-01dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt2-2/+337
2009-03-28Merge branch 'origin' into develRussell King1-1/+1
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto1-0/+8
2009-03-25dmatest: add dma interrupts and callbacksDan Williams1-10/+27
2009-03-25dmatest: add xor testDan Williams1-85/+189
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-0/+11
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams7-7/+1
2009-03-25dma: i.MX31 IPU DMA robustness improvementsGuennadi Liakhovetski1-84/+181
2009-03-25dma: improve section assignment in i.MX31 IPU DMA driverGuennadi Liakhovetski2-5/+5
2009-03-25dma: ipu_idmac driver cosmetic clean-upGuennadi Liakhovetski1-19/+14
2009-03-25dmaengine: fail device registration if channel registration failsDan Williams1-12/+39
2009-03-24dma: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-03-13MX31 clkdev supportSascha Hauer1-1/+1
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds11-43/+84
2009-03-04dmatest: fix use after free in dmatest_exitDan Williams1-2/+4
2009-03-04ipu_idmac: fix spinlock typeLuotao Fu1-1/+1
2009-03-04iop-adma, mv_xor: fix mem leak on self-test setup failureRoel Kluin2-16/+16