summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-07-308-12/+1608
|\
| * dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2009-07-222-43/+214
| * dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre2009-07-224-0/+1404
| * dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-221-2/+2
| * dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-221-1/+14
| * drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-222-2/+2
| * drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-221-1/+1
| * dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams2009-07-011-2/+2
| * fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder2009-06-161-1/+2
| * fsldma: enable external start for the 83xx controllerIra Snyder2009-06-161-1/+1
| * fsldma: use PCI Read Multiple commandIra W. Snyder2009-06-162-2/+9
* | DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto2009-06-241-8/+12
* | DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto2009-06-174-0/+1670
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-05-301-1/+1
|\
| * i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown2009-05-281-1/+1
* | fsldma: Fix compile warningsKumar Gala2009-05-271-6/+7
* | fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder2009-05-221-3/+15
* | fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder2009-05-221-2/+7
* | fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder2009-05-221-9/+12
* | fsldma: fix "DMA halt timeout!" errorsIra Snyder2009-05-221-4/+6
* | fsldma: fix check on potential fdev->chan[] overflowRoel Kluin2009-05-221-1/+1
|/
* dma: fix ipu_idmac.c to not discard the last queued bufferGuennadi Liakhovetski2009-05-121-1/+2
* ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski2009-05-122-23/+39
* ipu_idmac: Use disable_irq_nosync() from within irq handlers.Ben Nizette2009-05-051-2/+2
* dmatest: fix max channels handlingDan Williams2009-04-081-3/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-04-0311-230/+865
|\
| * dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanupGuennadi Liakhovetski2009-04-021-9/+56
| * dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt2009-04-012-2/+337
| * dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto2009-03-261-0/+8
| * dmatest: add dma interrupts and callbacksDan Williams2009-03-251-10/+27
| * dmatest: add xor testDan Williams2009-03-251-85/+189
| * dmaengine: allow dma support for async_tx to be toggledDan Williams2009-03-251-0/+11
| * dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-257-7/+1
| * dma: i.MX31 IPU DMA robustness improvementsGuennadi Liakhovetski2009-03-251-84/+181
| * dma: improve section assignment in i.MX31 IPU DMA driverGuennadi Liakhovetski2009-03-252-5/+5
| * dma: ipu_idmac driver cosmetic clean-upGuennadi Liakhovetski2009-03-251-19/+14
| * dmaengine: fail device registration if channel registration failsDan Williams2009-03-251-12/+39
* | Merge branch 'origin' into develRussell King2009-03-281-1/+1
|\ \
| * | dma: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
| |/
* / MX31 clkdev supportSascha Hauer2009-03-131-1/+1
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-03-0811-43/+84
|\
| * dmatest: fix use after free in dmatest_exitDan Williams2009-03-041-2/+4
| * ipu_idmac: fix spinlock typeLuotao Fu2009-03-041-1/+1
| * iop-adma, mv_xor: fix mem leak on self-test setup failureRoel Kluin2009-03-042-16/+16
| * fsldma: fix off by one in dma_haltDan Williams2009-03-041-2/+6
| * I/OAT: fail self-test if callback test reaches timeoutDan Williams2009-03-041-2/+4
| * I/OAT: update driver version and copyright datesMaciej Sosnowski2009-03-046-7/+7
| * I/OAT: list usage cleanupEric Sesterhenn2009-03-041-3/+2