aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-3/+2
2011-06-02dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski1-1/+1
2011-05-31dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt1-1/+6
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds14-235/+618
2011-05-26x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich1-2/+6
2011-05-26dmaengine: add TODO items for future work on dma driversVinod Koul1-0/+14
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz1-2/+1
2011-05-25dmaengine/dw_dmac: Update maintainer-shipViresh Kumar2-0/+3
2011-05-25dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20Magnus Damm1-1/+1
2011-05-25dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handlingMagnus Damm1-8/+23
2011-05-25dmaengine: shdma: Make second memory window optionalMagnus Damm1-3/+8
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-44/+145
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker3-0/+3
2011-05-23dmaengine: shdma: synchronize RCU before freeing, simplify spinlockGuennadi Liakhovetski1-8/+8
2011-05-23dmaengine: shdma: add runtime- and system-level power managementGuennadi Liakhovetski2-0/+69
2011-05-23dmaengine: shdma: fix lockingGuennadi Liakhovetski1-36/+68
2011-05-19dmaengine: move link orderLinus Walleij2-2/+2
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare2-2/+2
2011-05-13dmaengine/dw_dmac: implement pause and resume in dwc_controlLinus Walleij2-20/+40
2011-05-13dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submission from callbackViresh Kumar1-39/+77
2011-05-13dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNTViresh Kumar1-21/+44
2011-05-13dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESSViresh Kumar1-1/+5
2011-05-13dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is calledViresh Kumar1-14/+13
2011-05-12dmaengine: at_hdmac: pause: no need to wait for FIFO emptyNicolas Ferre1-16/+0
2011-05-09pch_dma: modify pci device table definitionTomoya MORINAGA1-1/+1
2011-05-09pch_dma: Support new device ML7223 IOHTomoya MORINAGA2-5/+15
2011-05-09pch_dma: Support I2S for ML7213 IOHTomoya MORINAGA1-15/+47
2011-05-09pch_dma: Fix DMA setting issueTomoya MORINAGA1-7/+0
2011-05-09pch_dma: modify for checkpatchTomoya MORINAGA1-3/+6
2011-05-09pch_dma: fix dma direction issue for ML7213 IOH video-inTomoya MORINAGA1-3/+3
2011-05-09dmaengine: at_hdmac: use descriptor chaining help functionNicolas Ferre1-30/+3
2011-05-09dmaengine: at_hdmac: implement pause and resume in atc_controlNicolas Ferre2-27/+71
2011-05-09dmaengine: at_hdmac: set residue as total len in atc_tx_statusNicolas Ferre1-1/+6
2011-05-09dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais1-1/+1
2011-05-02dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersNicolas Ferre2-11/+19
2011-05-02dmaengine: at_hdmac: remove channel status testing in taskletNicolas Ferre1-7/+0
2011-05-02dmaengine: at_hdmac: debug information sg_len for prep_slave_sgNicolas Ferre1-1/+2
2011-05-02dmaengine: at_hdmac: add cyclic DMA operation supportNicolas Ferre2-16/+229
2011-05-02dmaengine: at_hdmac: modify way to use interruptsNicolas Ferre2-5/+10
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+2
2011-04-11Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-04-10dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder1-1/+1
2011-04-07Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+6
2011-04-06drivers, pch_dma: Fix uninitialized var before useLiu Yuan1-1/+1
2011-04-06Merge branch 'old_next' into nextVinod Koul5-14/+28
2011-04-01intel_mid_dma: fix runtime pm issuesKristen Carlson Accardi1-4/+13
2011-03-31Fix common misspellingsLucas De Marchi6-11/+11
2011-03-31dma: use BUG_ON correctly in ppc4xx/adam.c, v4Coly Li1-4/+4
2011-03-31dma: use BUG_ON correctly in mv_xor.c, v4Coly Li1-3/+3