aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-6/+21
2010-04-30MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devicesGeert Uytterhoeven1-0/+2
2010-04-26SH: fix error paths in DMA driverGuennadi Liakhovetski1-6/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo15-0/+15
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-202/+324
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds16-770/+1702
2010-03-03Merge branch 'coh' into dmaengineDan Williams6-122/+115
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams5-67/+40
2010-03-03ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2-2/+2
2010-03-03ioat2: kill pending flagDan Williams2-24/+12
2010-03-03ioat3: use ioat2_quiesce()Dan Williams1-9/+1
2010-03-03ioat3: cleanup, don't enable DCA completion writesDan Williams1-2/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-03-02DMAENGINE: COH 901 318 lli sg offset fixLinus Walleij1-4/+6
2010-03-02DMAENGINE: COH 901 318 configure channel directionLinus Walleij1-0/+14
2010-03-02DMAENGINE: COH 901 318 remove irq countingLinus Walleij2-55/+34
2010-03-02DMAENGINE: COH 901 318 descriptor pool refactoringLinus Walleij1-29/+25
2010-03-02DMAENGINE: COH 901 318 cleanupsLinus Walleij1-14/+28
2010-03-01dma: Add MPC512x DMA driverPiotr Ziecik3-0/+808
2010-03-01Debugging options for the DMA engine subsystemLinus Walleij2-0/+23
2010-03-02dmaengine: shdma: extend .device_terminate_all() to record partial transferGuennadi Liakhovetski2-16/+16
2010-03-02dmaengine: shdma: add runtime PM support.Guennadi Liakhovetski1-0/+20
2010-03-02dmaengine: shdma: separate DMA headers.Guennadi Liakhovetski2-31/+52
2010-03-02dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski2-130/+194
2010-03-02dmaengine: shdma: fix DMA error handling.Guennadi Liakhovetski1-36/+53
2010-02-28dmatest: fix handling of an even number of xor_sourcesDan Williams1-1/+1
2010-02-28dmatest: correct raid6 PQ testAnatolij Gustschin1-3/+3
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-1/+4
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-1/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2010-02-15Merge branch 'sh/stable-updates'Paul Mundt5-22/+10
2010-02-10drivers/dma: Correct NULL testJulia Lawall1-2/+0
2010-02-10async-tx: fix buffer submission error handling in ipu_idma.cGuennadi Liakhovetski1-18/+7
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08sh: implement DMA_SLAVE capability in SH dmaengine driverGuennadi Liakhovetski2-53/+144
2010-02-08sh: fix Transfer Size calculation in both DMA driversGuennadi Liakhovetski1-1/+5
2010-02-08sh: prepare the DMA driver for slave functionalityGuennadi Liakhovetski1-68/+153
2010-02-05dmaengine: correct onstack wait_queue_head declarationYong Zhang1-1/+1
2010-02-02dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_set_size()Roel Kluin1-14/+1
2010-02-02dma: make Open Firmware device id constantMárton Németh2-2/+2
2010-02-02ioat: fix infinite timeout checking in ioat2_quiesceDan Williams1-1/+1
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin1-0/+1
2010-02-02fsldma: major cleanups and fixesIra Snyder2-182/+207
2010-02-02fsldma: rename fsl_chan to chanIra Snyder1-275/+275
2010-02-02fsldma: simplify IRQ probing and handlingIra Snyder1-44/+129