aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* async_tx: make async_tx channel switching opt-inDan Williams2010-10-071-2/+2
*-. Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams2010-10-071-0/+4
|\ \
| | * dmaengine: add possibility for cyclic transfersSascha Hauer2010-10-051-0/+2
| |/ |/|
| * dma: add support for scatterlist to scatterlist copyIra Snyder2010-10-071-0/+2
|/
* Merge branch 'ioat' into dmaengineDan Williams2010-05-171-7/+10
|\
| * async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams2010-05-171-7/+9
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | DMA ENGINE: Do not reset 'private' of channelJassi Brar2010-05-171-2/+0
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-261-1/+1
* | DMAENGINE: generic slave control v2Linus Walleij2010-03-261-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-1/+1
|\
| * percpu: add __percpu sparse annotations to what's leftTejun Heo2010-02-171-1/+1
* | dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin2010-02-021-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-23/+13
|\
| * this_cpu: Eliminate get/put_cpuChristoph Lameter2009-10-031-23/+13
* | async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-191-0/+6
* | dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams2009-11-191-0/+4
|/
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-081-1/+0
|\
| * dmaengine: kill tx_listDan Williams2009-09-081-1/+0
* | dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2009-09-081-0/+40
* | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-081-37/+16
|\ \ | |/ |/|
| * async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-291-0/+4
| * async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-291-35/+10
| * async_tx: rename zero_sum to valDan Williams2009-04-081-2/+2
* | ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski2009-05-121-6/+11
|/
* dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto2009-03-261-0/+8
* dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-251-0/+1
* dmaengine: fail device registration if channel registration failsDan Williams2009-03-251-12/+39
* atmel-mci: fix initialization of dma slave dataDan Williams2009-02-181-0/+2
* dmaengine: kill some dubious WARN_ONCEsDan Williams2009-01-191-6/+0
* dmaengine: fix dependency chainingYuri Tikhonov2009-01-121-0/+2
* 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/+13
* 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-061-23/+83
* dmaengine: kill enum dma_state_clientDan Williams2009-01-061-11/+5
* dmaengine: remove 'bigref' infrastructureDan Williams2009-01-061-78/+9
* dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-71/+3
* dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-16/+6
* atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-061-8/+0
* 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-061-77/+128
* dmaengine: remove dependency on async_txDan Williams2009-01-051-0/+84
* dmaengine: protect 'id' from concurrent registrationsDan Williams2008-12-031-0/+3
* dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-111-2/+2
* dmaengine: Add slave DMA interfaceHaavard Skinnemoen2008-07-081-1/+15
* dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-081-1/+2
* dmaengine: track the number of clients using a channelDan Williams2008-07-081-4/+10