aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06ioat: fix self test for multi-channel caseDan Williams1-6/+7
2009-01-06dmaengine: bump initcall level to arch_initcallDan Williams1-2/+2
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnDan Williams1-20/+13
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams1-2/+25
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams4-72/+141
2009-01-06ioat: do not perform removal actions at shutdownDan Williams1-58/+34
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: kill enum dma_state_clientDan Williams2-14/+8
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams3-80/+9
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams6-86/+13
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-16/+6
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2-27/+6
2009-01-06dmatest: convert to dma_request_channelDan Williams1-72/+43
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams1-16/+139
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-3/+24
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-1/+167
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams3-80/+129
2009-01-05dmaengine: remove dependency on async_txDan Williams4-6/+86
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2-6/+25
2008-12-03dmaengine: protect 'id' from concurrent registrationsDan Williams1-0/+3
2008-12-03ioat: wait for self-test completionDan Williams1-1/+4
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-13/+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-11-10[3/4] I/OAT: fix async_tx.callback checkingMaciej Sosnowski1-2/+2
2008-11-10[2/4] I/OAT: fix dma_pin_iovec_pages() error handlingMaciej Sosnowski1-11/+6
2008-11-10[1/4] I/OAT: fix channel resources free for not allocated channelsMaciej Sosnowski1-0/+7
2008-10-25Merge branch 'i7300_idle' into releaseLen Brown1-2/+5
2008-10-24i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not definedVenki Pallipadi1-1/+1
2008-10-24i7300_idle: Disable ioat channel only on platforms where ile driver can loadVenki Pallipadi1-1/+4
2008-10-23Merge branch 'linus' into testLen Brown5-190/+100
2008-10-21i7300_idle driver v1.55Andy Henroid1-0/+3
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds5-190/+100
2008-10-03dw_dmac: fix copy/paste bug in taskletHaavard Skinnemoen1-1/+1
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi3-55/+94
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi1-132/+0
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-09-13drivers/dma/ioat_dma.c: drop code after returnJulia Lawall1-2/+0
2008-08-09Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King1-1/+1
2008-08-09[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek1-1/+1
2008-08-08Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-07-22I/OAT: I/OAT version 3.0 supportMaciej Sosnowski6-19/+362
2008-07-22I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2-0/+17
2008-07-22I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski2-6/+271
2008-07-17iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams1-1/+10