summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: kill tx_listDan Williams2009-09-091-1/+0
* txx9dmac: implement a private tx_listDan Williams2009-09-092-13/+12
* at_hdmac: implement a private tx_listDan Williams2009-09-092-8/+10
* mv_xor: implement a private tx_listDan Williams2009-09-092-5/+6
* ioat: implement a private tx_listDan Williams2009-09-092-4/+6
* iop-adma: implement a private tx_listDan Williams2009-09-091-4/+5
* fsldma: implement a private tx_listDan Williams2009-09-092-7/+10
* dw_dmac: implement a private tx_listDan Williams2009-09-092-9/+11
* Merge branch 'ioat' into dmaengineDan Williams2009-09-0913-2034/+2598
|\
| * net_dma: poll for a descriptor after allocation failureDan Williams2009-09-091-0/+10
| * ioat2,3: dynamically resize descriptor ringDan Williams2009-09-093-31/+187
| * ioat: switch watchdog and reset handler from workqueue to timerDan Williams2009-09-095-428/+388
| * ioat1: trim ioat_dma_desc_swDan Williams2009-09-093-5/+7
| * ioat: ___devinit annotate the initialization pathsDan Williams2009-09-095-20/+24
| * ioat: preserve chanctrl bits when re-arming interruptsDan Williams2009-09-093-14/+10
| * ioat: ignore reserved bits for chancnt and xfercapDan Williams2009-09-092-0/+14
| * ioat: cleanup completion status readsDan Williams2009-09-094-75/+46
| * ioat: add some dev_dbg() callsDan Williams2009-09-094-4/+81
| * ioat1: kill unused unmap parametersDan Williams2009-09-092-4/+0
| * ioat2,3: convert to a true ring bufferDan Williams2009-09-096-686/+1122
| * ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2009-09-092-370/+390
| * ioat: fix self test interruptsDan Williams2009-09-091-1/+2
| * ioat1: move descriptor allocation from submit to prepDan Williams2009-09-091-89/+65
| * ioat: define descriptor control bit-fieldDan Williams2009-09-092-32/+34
| * ioat: fix type mismatch for ->dmacountDan Williams2009-09-091-2/+2
| * ioat: split ioat_dma_probe into core/version-specific routinesDan Williams2009-09-093-155/+200
| * ioat: kill function prototype ifdef guardsDan Williams2009-09-091-9/+0
| * ioat: cleanup some long deref chains and 80 column collisionsDan Williams2009-09-092-167/+144
| * ioat: convert ioat_probe to pcim/devmDan Williams2009-09-094-141/+68
| * ioat: move definitions to dma.hDan Williams2009-09-092-14/+16
| * ioat: move to drivers/dma/ioat/Dan Williams2009-07-288-11/+12
* | Merge commit 'v2.6.31-rc1' into dmaengineDan Williams2009-09-084-0/+1674
|\ \
| * | 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
| |/
* | dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2009-07-232-43/+214
* | dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre2009-07-234-0/+1404
* | dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-231-2/+2
* | dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-231-1/+14
* | drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-232-2/+2
* | drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches2009-07-231-1/+1
* | dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams2009-07-021-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
|/
* 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-291-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