aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams3-5/+4
2009-01-19i.MX31: Image Processing Unit DMA and IRQ driversGuennadi Liakhovetski6-0/+2350
2009-01-19dmaengine: kill some dubious WARN_ONCEsDan Williams1-6/+0
2009-01-15fsldma: print correct IRQ on mpc83xxPeter Korsgaard1-1/+2
2009-01-14fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard1-1/+2
2009-01-13dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto1-4/+31
2009-01-12fsldma: use a valid 'device' for dma_pool_createDan Williams1-1/+1
2009-01-12dmaengine: fix dependency chainingYuri Tikhonov1-0/+2
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