aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/iop-adma.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureGravatar Dan Williams 1-4/+3
2009-01-05dmaengine: remove dependency on async_txGravatar Dan Williams 1-2/+1
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALGravatar Dan Williams 1-3/+13
2008-11-11iop-adma: use iop_paranoia() for debug BUG_ONsGravatar Dan Williams 1-1/+1
2008-11-11iop-adma: add a dummy read to flush next descriptor updateGravatar Dan Williams 1-4/+5
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machGravatar Russell King 1-1/+1
2008-07-17iop_adma: document how to calculate the minimum descriptor pool sizeGravatar Dan Williams 1-1/+10
2008-07-17iop_adma: directly reclaim descriptors on allocation failureGravatar Dan Williams 1-2/+2
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapGravatar Dan Williams 1-11/+18
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesGravatar Haavard Skinnemoen 1-3/+4
2008-07-08iop-adma: fix platform driver hotplug/coldplugGravatar Kay Sievers 1-0/+2
2008-05-20iop-adma: fixup some kzalloc/memset confusionsGravatar Christophe Jaillet 1-4/+2
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldGravatar Dan Williams 1-18/+21
2008-04-17iop-adma: remove the workaround for missed interrupts on iop3xxGravatar Dan Williams 1-5/+0
2008-04-17async_tx: kill ->device_dependency_addedGravatar Dan Williams 1-7/+0
2008-04-17async_tx: fix multiple dependency submissionGravatar Dan Williams 1-4/+5
2008-03-13iop-adma.c: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-16/+16
2008-02-06async_tx: replace 'int_en' with operation preparation flagsGravatar Dan Williams 1-10/+10
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsGravatar Dan Williams 1-81/+43
2008-02-06iop-adma: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-1/+1
2007-10-17Remove "unsafe" from module structGravatar Rusty Russell 1-5/+4
2007-07-13dmaengine: driver for the iop32x, iop33x, and iop13xx raid enginesGravatar Dan Williams 1-0/+1467