summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2010-03-04ioat3: interrupt coalescingDan Williams2-5/+34
2010-03-04ioat: 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-02dma: Add MPC512x DMA driverPiotr Ziecik3-0/+808
2010-03-02Debugging options for the DMA engine subsystemLinus Walleij2-0/+23
2010-03-01dmatest: fix handling of an even number of xor_sourcesDan Williams1-1/+1
2010-03-01dmatest: correct raid6 PQ testAnatolij Gustschin1-3/+3
2010-03-01fsldma: Fix cookie issuesSteven J. Magnani1-1/+4
2010-03-01fsldma: Fix cookie issuesSteven J. Magnani1-1/+1
2010-02-03dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_...Roel Kluin1-14/+1
2010-02-03dma: make Open Firmware device id constantMárton Németh2-2/+2
2010-02-03fsldma: major cleanups and fixesIra Snyder2-182/+207
2010-02-03fsldma: rename fsl_chan to chanIra Snyder1-275/+275
2010-02-03fsldma: simplify IRQ probing and handlingIra Snyder1-44/+129
2010-02-03fsldma: clean up the OF subsystem routinesIra Snyder2-129/+134
2010-02-03fsldma: rename dest to dst for uniformityIra Snyder2-17/+17
2010-02-03fsldma: rename struct fsl_dma_chan to struct fsldma_chanIra Snyder2-73/+81
2010-02-03fsldma: remove unused structure membersIra Snyder2-13/+8
2010-02-03fsldma: reduce kernel text sizeIra Snyder1-38/+45
2009-12-31Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds11-159/+334
2009-12-23Merge branch 'ioat' into fixesDan Williams11-55/+179
2009-12-23drivers/dma: Correct use after freeJulia Lawall1-1/+1
2009-12-23drivers/dma: drop unnecesary memsetJulia Lawall1-2/+0
2009-12-20ioat2,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/asy...Linus 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/...Linus Torvalds1-23/+13
2009-12-12ppc440spe-adma: adds updated ppc440spe adma driverAnatolij Gustschin7-0/+5568
2009-12-12iop-adma.c: use resource_size()H Hartley Sweeten1-2/+2
2009-12-11sh: stylistic improvements for the DMA driverGuennadi Liakhovetski2-24/+24
2009-12-11dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski1-4/+12
2009-12-11sh: DMA driver has to specify its alignment requirementsGuennadi Liakhovetski1-0/+2
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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' i...Russell 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-20Add COH 901 318 DMA block driver v5Linus Walleij5-0/+1775
2009-11-20ioat3: fix pq completion versus channel deallocation raceDan Williams1-2/+2
2009-11-20async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-0/+18
2009-11-20dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams1-0/+4
2009-11-20ioat2,3: report all uncorrectable errorsDan Williams3-3/+5
2009-11-20ioat3: specify valid address for disabled-Q or disabled-PDan Williams1-5/+17
2009-11-20ioat2,3: disable asynchronous error notificationsDan Williams1-3/+1
2009-11-20ioat3: dca and raid operations are incompatibleDan Williams3-1/+9