aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams
2009-01-19i.MX31: Image Processing Unit DMA and IRQ driversGuennadi Liakhovetski
2009-01-19dmaengine: kill some dubious WARN_ONCEsDan Williams
2009-01-15fsldma: print correct IRQ on mpc83xxPeter Korsgaard
2009-01-14fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard
2009-01-13dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto
2009-01-12fsldma: use a valid 'device' for dma_pool_createDan Williams
2009-01-12dmaengine: fix dependency chainingYuri Tikhonov
2009-01-06ioat: fix self test for multi-channel caseDan Williams
2009-01-06dmaengine: bump initcall level to arch_initcallDan Williams
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnDan Williams
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams
2009-01-06ioat: do not perform removal actions at shutdownDan Williams
2009-01-06iop-adma: enable module removalDan Williams
2009-01-06iop-adma: kill debug BUG_ONDan Williams
2009-01-06iop-adma: let devm do its job, don't duplicate freeDan Williams
2009-01-06dmaengine: kill enum dma_state_clientDan Williams
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams
2009-01-06dmatest: convert to dma_request_channelDan Williams
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams
2008-12-03dmaengine: protect 'id' from concurrent registrationsDan Williams
2008-12-03ioat: wait for self-test completionDan Williams
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-11iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams
2008-11-11iop-adma: add a dummy read to flush next descriptor updateDan Williams
2008-11-10[3/4] I/OAT: fix async_tx.callback checkingMaciej Sosnowski
2008-11-10[2/4] I/OAT: fix dma_pin_iovec_pages() error handlingMaciej Sosnowski
2008-11-10[1/4] I/OAT: fix channel resources free for not allocated channelsMaciej Sosnowski
2008-10-25Merge branch 'i7300_idle' into releaseLen Brown
2008-10-24i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not definedVenki Pallipadi
2008-10-24i7300_idle: Disable ioat channel only on platforms where ile driver can loadVenki Pallipadi
2008-10-23Merge branch 'linus' into testLen Brown
2008-10-21i7300_idle driver v1.55Andy Henroid
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2008-10-03dw_dmac: fix copy/paste bug in taskletHaavard Skinnemoen
2008-09-26fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi
2008-09-23fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi
2008-09-19drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton
2008-09-19dmatest: properly handle duplicate DMA channelsTimur Tabi
2008-09-13drivers/dma/ioat_dma.c: drop code after returnJulia Lawall
2008-08-09Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King