summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2011-05-13dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al...Viresh 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-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-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
2011-03-31dma: use BUG_ON correctly in iop-adma.c, v4Coly Li1-3/+3
2011-03-31dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a...Viresh Kumar1-0/+5
2011-03-28Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-29/+29
2011-03-26dma: Ipu: Convert interupt codeThomas Gleixner1-29/+29
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon1-1/+2
2011-03-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds12-1242/+1902
2011-03-22dmaengine/dmatest: Pass timeout via module paramsViresh Kumar1-1/+6
2011-03-22dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König1-1/+1
2011-03-21Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-6/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2011-03-18Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2-2/+2
2011-03-17dma: change to new flag variablematt mooney1-6/+2
2011-03-12fsldma: make halt behave nicely on all supported controllersIra Snyder1-3/+16
2011-03-12fsldma: reduce locking during descriptor cleanupIra Snyder1-62/+46
2011-03-12fsldma: support async_tx dependencies and automatic unmappingIra Snyder1-36/+95
2011-03-12fsldma: fix controller lockupsIra Snyder2-122/+99
2011-03-12fsldma: minor codingstyle and consistency fixesIra Snyder2-18/+15
2011-03-12fsldma: improve link descriptor debuggingIra Snyder1-6/+15
2011-03-12fsldma: use channel name in printk outputIra Snyder2-34/+36
2011-03-12fsldma: move related helper functions near each otherIra Snyder1-52/+64
2011-03-12dmatest: fix automatic buffer unmap typeIra Snyder1-1/+6
2011-03-06drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick1-0/+2
2011-03-06dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar1-4/+4
2011-03-06dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar1-2/+2
2011-03-06dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2-6/+9
2011-03-06dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2-1/+13
2011-03-06dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar1-1/+5
2011-03-06dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar1-0/+7