summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* ioat: fix self test for multi-channel caseDan Williams2009-01-061-6/+7
* dmaengine: bump initcall level to arch_initcallDan Williams2009-01-061-2/+2
* dmaengine: advertise all channels on a device to dma_filter_fnDan Williams2009-01-061-20/+13Star
* dmaengine: use idr for registering dma device numbersDan Williams2009-01-061-2/+25
* dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-064-72/+141
* ioat: do not perform removal actions at shutdownDan Williams2009-01-061-58/+34Star
* iop-adma: enable module removalDan Williams2009-01-061-4/+0Star
* iop-adma: kill debug BUG_ONDan Williams2009-01-061-2/+0Star
* iop-adma: let devm do its job, don't duplicate freeDan Williams2009-01-061-13/+0Star
* dmaengine: kill enum dma_state_clientDan Williams2009-01-062-14/+8Star
* dmaengine: remove 'bigref' infrastructureDan Williams2009-01-063-80/+9Star
* dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-066-86/+13Star
* dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-16/+6Star
* atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-062-27/+6Star
* dmatest: convert to dma_request_channelDan Williams2009-01-061-72/+43Star
* dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-061-16/+139
* dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-061-3/+24
* dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-061-1/+167
* dmaengine: up-level reference counting to the module levelDan Williams2009-01-063-80/+129
* dmaengine: remove dependency on async_txDan Williams2009-01-064-6/+86
* async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2008-12-082-6/+25
* dmaengine: protect 'id' from concurrent registrationsDan Williams2008-12-041-0/+3
* ioat: wait for self-test completionDan Williams2008-12-041-1/+4
* dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-112-13/+13
* iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams2008-11-111-1/+1
* iop-adma: add a dummy read to flush next descriptor updateDan Williams2008-11-111-4/+5
* [3/4] I/OAT: fix async_tx.callback checkingMaciej Sosnowski2008-11-111-2/+2
* [2/4] I/OAT: fix dma_pin_iovec_pages() error handlingMaciej Sosnowski2008-11-111-11/+6Star
* [1/4] I/OAT: fix channel resources free for not allocated channelsMaciej Sosnowski2008-11-111-0/+7
* Merge branch 'i7300_idle' into releaseLen Brown2008-10-251-2/+5
|\
| * i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not definedVenki Pallipadi2008-10-241-1/+1
| * i7300_idle: Disable ioat channel only on platforms where ile driver can loadVenki Pallipadi2008-10-241-1/+4
* | Merge branch 'linus' into testLen Brown2008-10-235-190/+100Star
|\ \ | |/ |/|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2008-10-205-190/+100Star
| |\
| | * fsldma: allow Freescale Elo DMA driver to be compiled as a moduleTimur Tabi2008-09-273-55/+94
| | * fsldma: remove internal self-test from Freescale Elo DMA driverTimur Tabi2008-09-241-132/+0Star
| | * drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton2008-09-191-1/+1
| | * dmatest: properly handle duplicate DMA channelsTimur Tabi2008-09-191-0/+5
| | * drivers/dma/ioat_dma.c: drop code after returnJulia Lawall2008-09-141-2/+0Star
* | | i7300_idle driver v1.55Andy Henroid2008-10-221-0/+3
|/ /
* / dw_dmac: fix copy/paste bug in taskletHaavard Skinnemoen2008-10-041-1/+1
|/
* Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-091-1/+1
|\
| * [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-091-1/+1
* | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-081-1/+1
|\|
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* | list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-071-1/+1
|/
* I/OAT: I/OAT version 3.0 supportMaciej Sosnowski2008-07-236-19/+362
* I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-232-0/+17
* I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski2008-07-222-6/+271
* iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams2008-07-181-1/+10