aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-13dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto1-4/+31
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-7/+7
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-3/+3
2009-01-06dmatest: convert to dma_request_channelDan Williams1-72/+43
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-2/+0
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-11/+11
2008-09-19drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton1-1/+1
2008-09-19dmatest: properly handle duplicate DMA channelsTimur Tabi1-0/+5
2008-07-08dmatest: Simple DMA memcpy test clientHaavard Skinnemoen1-0/+444