aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+27
2013-09-09Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-28/+27
2013-09-02Merge branch 'topic/of' into for-linusVinod Koul1-5/+5
2013-09-02dma: dmagengine: fix function names in commentsDaniel Mack1-2/+2
2013-08-22dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin1-28/+27
2013-08-19dmaengine: fix - error: potential NULL dereference 'chan'Vinod Koul1-5/+5
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+26
2013-07-25dma: convert dma_devclass to use dev_groupsGreg Kroah-Hartman1-10/+16
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-7/+0
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul1-1/+1
2013-04-15dmaengine: call acpi_dma_request_slave_channel as wellAndy Shevchenko1-0/+6
2013-04-15DMA: of: Constant namesMarkus Pargmann1-1/+1
2013-04-15dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen1-3/+6
2013-02-27dmaengine: convert to idr_alloc()Tejun Heo1-10/+6
2013-01-07dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz1-1/+4
2013-01-06dmaengine: add helper function to request a slave DMA channelJon Hunter1-0/+16
2012-10-06drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel messageFabio Estevam1-1/+1
2012-07-20dmaengine: Cleanup logging messagesJoe Perches1-8/+12
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-0/+14
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-0/+14
2012-03-06dma: dmaengine: Distinguish between 'dmaengine: failed to get' messagesFabio Estevam1-4/+4
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar1-2/+2
2011-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-3/+1
2011-08-03dmaengine: use DEFINE_IDR for static initializationAxel Lin1-3/+1
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2011-06-24dmaengine: failure to get a specific DMA channel is not criticalGuennadi Liakhovetski1-2/+2
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-10-07async_tx: make async_tx channel switching opt-inDan Williams1-2/+2
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams1-0/+4
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder1-0/+2
2010-10-05dmaengine: add possibility for cyclic transfersSascha Hauer1-0/+2
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-7/+10
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-7/+9
2010-05-17DMA ENGINE: Do not reset 'private' of channelJassi Brar1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-1/+1
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin1-0/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-23/+13
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams1-0/+6
2009-11-19dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams1-0/+4
2009-10-03this_cpu: Eliminate get/put_cpuChristoph Lameter1-23/+13
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-1/+0
2009-09-08dmaengine: kill tx_listDan Williams1-1/+0
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-0/+40
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams1-37/+16
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams1-0/+4
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-35/+10