aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/iop-adma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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