aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2-6/+25
2008-12-03dmaengine: protect 'id' from concurrent registrationsDan Williams1-0/+3
2008-12-03ioat: wait for self-test completionDan Williams1-1/+4
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-13/+13
2008-11-11iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams1-1/+1
2008-11-11iop-adma: add a dummy read to flush next descriptor updateDan Williams1-4/+5
2008-11-10[3/4] I/OAT: fix async_tx.callback checkingMaciej Sosnowski1-2/+2
2008-11-10[2/4] I/OAT: fix dma_pin_iovec_pages() error handlingMaciej Sosnowski1-11/+6
2008-11-10[1/4] I/OAT: fix channel resources free for not allocated channelsMaciej Sosnowski1-0/+7
2008-10-25Merge branch 'i7300_idle' into releaseLen Brown1-2/+5
2008-10-24i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not definedVenki Pallipadi1-1/+1
2008-10-24i7300_idle: Disable ioat channel only on platforms where ile driver can loadVenki Pallipadi1-1/+4
2008-10-23Merge branch 'linus' into testLen Brown5-190/+100
2008-10-21i7300_idle driver v1.55Andy Henroid1-0/+3
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds5-190/+100
2008-10-03dw_dmac: fix copy/paste bug in taskletHaavard Skinnemoen1-1/+1
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi3-55/+94
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi1-132/+0
2008-09-19drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton1-1/+1
2008-09-19dmatest: properly handle duplicate DMA channelsTimur Tabi1-0/+5
2008-09-13drivers/dma/ioat_dma.c: drop code after returnJulia Lawall1-2/+0
2008-08-09Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King1-1/+1
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek1-1/+1
2008-08-08Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-22I/OAT: I/OAT version 3.0 supportMaciej Sosnowski6-19/+362
2008-07-22I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2-0/+17
2008-07-22I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski2-6/+271
2008-07-17iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams1-1/+10
2008-07-17iop_adma: directly reclaim descriptors on allocation failureDan Williams1-2/+2
2008-07-08dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen4-0/+1357
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen1-1/+15
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams3-42/+57
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen5-12/+17
2008-07-08dmatest: Simple DMA memcpy test clientHaavard Skinnemoen3-0/+452
2008-07-08dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara4-0/+1556
2008-07-08iop-adma: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-07-08dmaengine: track the number of clients using a channelDan Williams1-4/+10
2008-07-08dmaengine: remove arch dependency from DMADEVICESDan Williams1-5/+8
2008-07-08dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen1-1/+1
2008-07-08fsldma: fix incorrect exit path for initializationLi Yang1-15/+16
2008-05-20iop-adma: fixup some kzalloc/memset confusionsChristophe Jaillet1-4/+2
2008-04-21DMA engine: typo fixesSebastian Siewior1-3/+3
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams4-41/+44
2008-04-17iop-adma: remove the workaround for missed interrupts on iop3xxDan Williams1-5/+0
2008-04-17async_tx: kill ->device_dependency_addedDan Williams4-28/+0
2008-04-17async_tx: fix multiple dependency submissionDan Williams2-6/+5
2008-04-17fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei1-5/+21
2008-04-17fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei2-18/+3