aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-02ioat: fix infinite timeout checking in ioat2_quiesceDan Williams1-1/+1
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin1-0/+1
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds11-159/+334
2009-12-22Merge branch 'ioat' into fixesDan Williams11-55/+179
2009-12-22drivers/dma: Correct use after freeJulia Lawall1-1/+1
2009-12-22drivers/dma: drop unnecesary memsetJulia Lawall1-2/+0
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams6-32/+114
2009-12-17ioat3: fix p-disabled q-continuationDan Williams1-2/+4
2009-12-17sh: fix DMA driver's descriptor chaining and cookie assignmentGuennadi Liakhovetski2-120/+213
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds14-30/+7383
2009-12-16dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'Nicolas Ferre1-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan3-3/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-23/+13
2009-12-11ppc440spe-adma: adds updated ppc440spe adma driverAnatolij Gustschin7-0/+5568
2009-12-11iop-adma.c: use resource_size()H Hartley Sweeten1-2/+2
2009-12-10sh: stylistic improvements for the DMA driverGuennadi Liakhovetski2-24/+24
2009-12-10dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski1-4/+12
2009-12-10sh: DMA driver has to specify its alignment requirementsGuennadi Liakhovetski1-0/+2
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-05Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into develRussell King1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-22shdma: fix initialization error handlingDan Williams1-7/+5
2009-11-19Add COH 901 318 DMA block driver v5Linus Walleij5-0/+1775
2009-11-19ioat3: fix pq completion versus channel deallocation raceDan Williams1-2/+2
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-0/+18
2009-11-19dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams1-0/+4
2009-11-19ioat2,3: report all uncorrectable errorsDan Williams3-3/+5
2009-11-19ioat3: specify valid address for disabled-Q or disabled-PDan Williams1-5/+17
2009-11-19ioat2,3: disable asynchronous error notificationsDan Williams1-3/+1
2009-11-19ioat3: dca and raid operations are incompatibleDan Williams3-1/+9
2009-11-17ioat: silence "dca disabled" messagesDan Williams1-2/+2
2009-10-25ARM: 5770/1: Add DMA Engine support to at91sam9g45Yegor Yefremov1-1/+1
2009-10-03this_cpu: Eliminate get/put_cpuChristoph Lameter1-23/+13
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown32-2403/+6071
2009-09-21ioat3: fix uninitialized var warningsDan Williams1-6/+9
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton1-2/+3
2009-09-16ioat2: clarify ring size limitsDan Williams1-3/+4
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Dan Williams1-7/+12
2009-09-10ioat: driver version 4.0Dan Williams1-1/+1
2009-09-10dca: registering requesters in multiple dca domainsMaciej Sosnowski1-1/+1
2009-09-08async_tx: remove HIGHMEM64G restrictionDan Williams1-1/+1
2009-09-08dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu4-0/+859