aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mv_xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20dma: mv_xor: rename mv_xor_private to mv_xor_deviceThomas Petazzoni1-33/+33
2012-11-20dma: mv_xor: merge mv_xor_device and mv_xor_chanThomas Petazzoni1-36/+28
2012-11-20dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functionsThomas Petazzoni1-11/+6
2012-11-20dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'Thomas Petazzoni1-7/+7
2012-11-20dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'Thomas Petazzoni1-6/+6
2012-11-20dma: mv_xor: get rid of the pdev pointer in mv_xor_deviceThomas Petazzoni1-5/+4
2012-11-20dma: mv_xor: introduce a mv_chan_to_devp() helperThomas Petazzoni1-29/+32
2012-11-20dma: mv_xor: simplify dma_sync_single_for_cpu() callsThomas Petazzoni1-6/+2
2012-11-20dma: mv_xor: remove unused to_mv_xor_device() macroThomas Petazzoni1-3/+0
2012-11-20dma: mv_xor: remove unused id field in mv_xor_device structureThomas Petazzoni1-2/+0
2012-11-20dma: mv_xor: rename many symbols to remove the 'shared' wordThomas Petazzoni1-12/+12
2012-11-20dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni1-1/+1
2012-11-20dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni1-1/+1
2012-11-20dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni1-1/+1
2012-11-20dma: mv_xor: remove sub-driver 'mv_xor'Thomas Petazzoni1-48/+1
2012-11-20dma: mv_xor: allow channels to be registered directly from the main deviceThomas Petazzoni1-0/+45
2012-11-20dma: mv_xor: split initialization/cleanup of XOR channelsThomas Petazzoni1-27/+48
2012-11-20dma: mv_xor: do not use pool_size from platform_data within the driverThomas Petazzoni1-6/+4
2012-11-20dma: mv_xor: use dev_(err|info|notice) instead of dev_printkThomas Petazzoni1-30/+30
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-1/+1
2012-05-08ARM: Orion: XOR: Add support for clkAndrew Lunn1-0/+15
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-12/+2
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-13/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-3/+3
2012-03-13dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux1-1/+0
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-5/+6
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