aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/iop-adma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13/+2
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-21/+23
2009-12-11iop-adma.c: use resource_size()H Hartley Sweeten1-2/+2
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-4/+5
2009-09-08Merge branch 'iop-raid6' into async-tx-nextDan Williams1-44/+393
2009-09-08iop-adma: implement a private tx_listDan Williams1-4/+5
2009-09-08dmaengine: cleanup unused transaction typesDan Williams1-4/+1
2009-08-29iop-adma: P+Q self testDan Williams1-1/+181
2009-08-29iop-adma: P+Q support for iop13xx adma enginesDan Williams1-34/+197
2009-08-29iop-adma: fix lockdep false positiveDan Williams1-1/+6
2009-08-29iop-adma: cleanup iop_adma_run_tx_complete_actionsDan Williams1-9/+10
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams1-1/+1
2009-04-08async_tx: rename zero_sum to valDan Williams1-19/+19
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-06iop-adma: enable module removalDan Williams1-4/+0
2009-01-06iop-adma: kill debug BUG_ONDan Williams1-2/+0
2009-01-06iop-adma: let devm do its job, don't duplicate freeDan Williams1-13/+0
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/+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-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
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: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams1-11/+18
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen1-3/+4
2008-07-08iop-adma: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-05-20iop-adma: fixup some kzalloc/memset confusionsChristophe Jaillet1-4/+2
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-18/+21
2008-04-17iop-adma: remove the workaround for missed interrupts on iop3xxDan Williams1-5/+0
2008-04-17async_tx: kill ->device_dependency_addedDan Williams1-7/+0
2008-04-17async_tx: fix multiple dependency submissionDan Williams1-4/+5
2008-03-13iop-adma.c: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams1-10/+10
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams1-81/+43
2008-02-06iop-adma: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2007-10-17Remove "unsafe" from module structRusty Russell1-5/+4
2007-07-13dmaengine: driver for the iop32x, iop33x, and iop13xx raid enginesDan Williams1-0/+1467