aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-14dma: mv_xor: use resource_size()H Hartley Sweeten1-2/+2
2011-03-31dma: use BUG_ON correctly in mv_xor.c, v4Coly Li1-3/+3
2011-01-03mv_xor: fix race in tasklet functionSaeed Bishara1-1/+1
2010-09-19dmaengine: fix interrupt clearing for mv_xorSimon Guinot1-1/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-11/+2
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-15/+17
2009-09-08mv_xor: implement a private tx_listDan Williams1-3/+4
2009-07-22drivers/dma: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams1-1/+0
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-8/+8
2009-03-04iop-adma, mv_xor: fix mem leak on self-test setup failureRoel Kluin1-8/+8
2009-03-03[ARM] fix lots of ARM __devexit sillynessRussell King1-1/+1
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams1-1/+0
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-4/+3
2009-01-05dmaengine: remove dependency on async_txDan Williams1-2/+1
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams1-3/+12
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek1-1/+1
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams1-6/+16
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen1-3/+4
2008-07-08dmaengine: DMA engine driver for Marvell XOR engineSaeed Bishara1-0/+1364