summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2008-10-25Merge branch 'i7300_idle' into releaseLen Brown-2/+5
2008-10-24i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not definedVenki Pallipadi-1/+1
2008-10-24i7300_idle: Disable ioat channel only on platforms where ile driver can loadVenki Pallipadi-1/+4
2008-10-23Merge branch 'linus' into testLen Brown-190/+100
2008-10-21i7300_idle driver v1.55Andy Henroid-0/+3
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds-190/+100
2008-10-03dw_dmac: fix copy/paste bug in taskletHaavard Skinnemoen-1/+1
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi-55/+94
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi-132/+0
2008-09-19drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton-1/+1
2008-09-19dmatest: properly handle duplicate DMA channelsTimur Tabi-0/+5
2008-09-13drivers/dma/ioat_dma.c: drop code after returnJulia Lawall-2/+0
2008-08-09Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King-1/+1
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek-1/+1
2008-08-08Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+1
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King-1/+1
2008-07-22I/OAT: I/OAT version 3.0 supportMaciej Sosnowski-19/+362
2008-07-22I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski-0/+17
2008-07-22I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski-6/+271
2008-07-17iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams-1/+10
2008-07-17iop_adma: directly reclaim descriptors on allocation failureDan Williams-2/+2
2008-07-08dmaengine: Driver for the Synopsys DesignWare DMA controllerHaavard Skinnemoen-0/+1357
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen-1/+15
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams-42/+57
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen-12/+17
2008-07-08dmatest: Simple DMA memcpy test clientHaavard Skinnemoen-0/+452
2008-07-08dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara-0/+1556
2008-07-08iop-adma: fix platform driver hotplug/coldplugKay Sievers-0/+2
2008-07-08dmaengine: track the number of clients using a channelDan Williams-4/+10
2008-07-08dmaengine: remove arch dependency from DMADEVICESDan Williams-5/+8
2008-07-08dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen-1/+1
2008-07-08fsldma: fix incorrect exit path for initializationLi Yang-15/+16
2008-05-20iop-adma: fixup some kzalloc/memset confusionsChristophe Jaillet-4/+2
2008-04-21DMA engine: typo fixesSebastian Siewior-3/+3
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams-41/+44
2008-04-17iop-adma: remove the workaround for missed interrupts on iop3xxDan Williams-5/+0
2008-04-17async_tx: kill ->device_dependency_addedDan Williams-28/+0
2008-04-17async_tx: fix multiple dependency submissionDan Williams-6/+5
2008-04-17fsldma: Split the MPC83xx event from MPC85xx and refine irq codes.Zhang Wei-5/+21
2008-04-17fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always.Zhang Wei-18/+3
2008-03-31[POWERPC] fsldma: Use compatiable binding as specKumar Gala-4/+4
2008-03-30fix the broken annotations in fsldmaAl Viro-20/+27
2008-03-30ioat_dca __iomem annotationsAl Viro-2/+2
2008-03-18fsldma: Fix the DMA halt when using DMA_INTERRUPT async_tx transfer.Zhang Wei-0/+31
2008-03-13iop-adma.c: replace remaining __FUNCTION__ occurrencesHarvey Harrison-16/+16
2008-03-13fsldma: Add a completed cookie updated action in DMA finish interrupt.Zhang Wei-1/+1
2008-03-13fsldma: Add device_prep_dma_interrupt support to fsldma.cZhang Wei-0/+27
2008-03-13dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei-1/+1
2008-03-13fsldma: Fix fsldma.c warning messages when it's compiled under PPC64.Zhang Wei-13/+16