aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-31[POWERPC] fsldma: Use compatiable binding as specKumar Gala1-4/+4
2008-03-30fix the broken annotations in fsldmaAl Viro1-20/+27
2008-03-30ioat_dca __iomem annotationsAl Viro1-2/+2
2008-03-18fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer.Zhang Wei2-0/+31
2008-03-13iop-adma.c: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-03-13fsldma: Add a completed cookie updated action in DMA finish interrupt.Zhang Wei1-1/+1
2008-03-13fsldma: Add device_prep_dma_interrupt support to fsldma.cZhang Wei1-0/+27
2008-03-13dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei1-1/+1
2008-03-13fsldma: Fix fsldma.c warning messages when it's compiled under PPC64.Zhang Wei1-13/+16
2008-03-04ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams1-0/+2
2008-03-04fsldma: do not cleanup descriptors in hardirq contextDan Williams1-1/+0
2008-03-04dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei4-1/+1276
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams2-12/+12
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams4-126/+87
2008-02-06iop-adma: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones1-21/+22
2007-12-17I/OAT: fix null device in call to dev_err()Shannon Nelson1-1/+1
2007-12-17I/OAT: fixups from code commentsShannon Nelson2-66/+78
2007-11-29dmaengine: correct invalid assumptions in the Kconfig textHaavard Skinnemoen1-3/+5
2007-11-14I/OAT: Add support for version 2 of ioatdma deviceShannon Nelson6-145/+779
2007-11-14dmaengine: fix broken device refcountingHaavard Skinnemoen1-11/+6