summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2010-10-08intel_mid_dma: fix the WARN_ONsKoul, Vinod1-3/+3
2010-10-08intel_mid_dma: Add sg list support to DMA driverRamesh Babu K V2-50/+247
2010-10-08intel_mid_dma: Allow DMAC2 to share interruptYong Wang1-4/+1
2010-10-08intel_mid_dma: Allow IRQ sharingYong Wang1-11/+14
2010-10-08intel_mid_dma: Add runtime PM supportKoul, Vinod2-8/+129
2010-10-08DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40Per Forlin1-51/+1
2010-10-08DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_controlPer Forlin1-8/+26
2010-10-08DMAENGINE: ste_dma40: fix resource leaks in error paths.Rabin Vincent1-4/+13
2010-10-08DMAENGINE: ste_dma40: fix desc_getRabin Vincent1-9/+14
2010-10-08DMAENGINE: ste_dma40: fix clk_get failure pathRabin Vincent1-1/+1
2010-10-08DMAENGINE: ste_dma40: fix disabled channels listRabin Vincent1-3/+5
2010-10-08ste_dma40: implement support for scatterlist to scatterlist copyIra Snyder1-0/+17
2010-10-08fsldma: improved DMA_SLAVE supportIra Snyder1-182/+44
2010-10-08fsldma: implement support for scatterlist to scatterlist copyIra Snyder1-3/+125
2010-10-08dma: add support for scatterlist to scatterlist copyIra Snyder1-0/+2
2010-10-06dmaengine: Add Freescale i.MX SDMA supportSascha Hauer3-0/+1401
2010-10-06dmaengine: add possibility for cyclic transfersSascha Hauer1-0/+2
2010-09-30dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij3-0/+2176
2010-09-24dmaengine: fix interrupt clearing for mv_xorSimon Guinot1-1/+1
2010-09-23dma/shdma: move dereference below the NULL checkDan Carpenter1-1/+2
2010-09-23DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg1-0/+6
2010-09-23DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg3-309/+218
2010-09-23DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg1-2/+2
2010-09-23DMAENGINE: ste_dma40: corrected is_paused behaviorJonas Aaberg1-4/+10
2010-09-23DMAENGINE: ste_dma40: code clean-upJonas Aaberg3-60/+50
2010-09-23DMAENGINE: ste_dma40: added support for link jobs in hwJonas Aaberg2-116/+202
2010-09-23DMAENGINE: ste_dma40: removed a few magic numbersJonas Aaberg2-6/+15
2010-09-23DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg3-23/+14
2010-09-23DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend requestJonas Aaberg1-30/+16
2010-09-23DMAENGINE: ste_dma40: No need reading, masking and setting a set registerJonas Aaberg1-4/+1
2010-09-23DMAENGINE: ste_dma40: Fix failed to restart logical channel bugJonas Aaberg1-12/+8
2010-09-23DMAENGINE: ste_dma40: config checksLinus Walleij1-2/+27
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-8/+8
2010-08-11Merge branches 'master' and 'devel' into for-linusRussell King2-5/+5
2010-08-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds15-364/+3146
2010-08-06Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2-5/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely3-8/+8
2010-08-05DMAENGINE: at_hdmac: locking fixletYong Wang1-2/+2
2010-08-05DMAENGINE: pch_dma: kill another usage of __raw_{read|write}lYong Wang1-2/+2
2010-08-05dma: dmatest: fix potential sign bugKulikov Vasiliy1-1/+1
2010-08-05ioat2: catch and recover from broken vtd configurations v6Dan Williams3-3/+27
2010-08-05DMAENGINE: add runtime slave control to COH 901 318 v3Linus Walleij1-0/+169
2010-08-05DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij1-4/+137
2010-08-05dmaengine: Driver for Topcliff PCH DMA controllerYong Wang3-0/+965
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+3
2010-08-04Fix spelling contorller -> controller in commentsStefan Weil1-1/+1
2010-07-28intel_mid: Add Mrst & Mfld DMA DriversVinod Koul4-0/+1417
2010-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2-8/+10
2010-07-03of/dma: fix build breakage in ppc4xx adma driverDan Williams1-1/+3
2010-07-01Merge branch 'timb' into dmaengineDan Williams1-4/+4