summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DM...Viresh Kumar2011-05-131-1/+5
* dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al...Viresh Kumar2011-05-131-14/+13
* dmaengine: at_hdmac: pause: no need to wait for FIFO emptyNicolas Ferre2011-05-121-16/+0
* pch_dma: modify pci device table definitionTomoya MORINAGA2011-05-091-1/+1
* pch_dma: Support new device ML7223 IOHTomoya MORINAGA2011-05-092-5/+15
* pch_dma: Support I2S for ML7213 IOHTomoya MORINAGA2011-05-091-15/+47
* pch_dma: Fix DMA setting issueTomoya MORINAGA2011-05-091-7/+0
* pch_dma: modify for checkpatchTomoya MORINAGA2011-05-091-3/+6
* pch_dma: fix dma direction issue for ML7213 IOH video-inTomoya MORINAGA2011-05-091-3/+3
* dmaengine: at_hdmac: use descriptor chaining help functionNicolas Ferre2011-05-091-30/+3
* dmaengine: at_hdmac: implement pause and resume in atc_controlNicolas Ferre2011-05-092-27/+71
* dmaengine: at_hdmac: set residue as total len in atc_tx_statusNicolas Ferre2011-05-091-1/+6
* dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais2011-05-091-1/+1
* dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersNicolas Ferre2011-05-022-11/+19
* dmaengine: at_hdmac: remove channel status testing in taskletNicolas Ferre2011-05-021-7/+0
* dmaengine: at_hdmac: debug information sg_len for prep_slave_sgNicolas Ferre2011-05-021-1/+2
* dmaengine: at_hdmac: add cyclic DMA operation supportNicolas Ferre2011-05-022-16/+229
* dmaengine: at_hdmac: modify way to use interruptsNicolas Ferre2011-05-022-5/+10
* drivers, pch_dma: Fix uninitialized var before useLiu Yuan2011-04-061-1/+1
* Merge branch 'old_next' into nextVinod Koul2011-04-065-14/+28
|\
| * intel_mid_dma: fix runtime pm issuesKristen Carlson Accardi2011-04-011-4/+13
| * dma: use BUG_ON correctly in ppc4xx/adam.c, v4Coly Li2011-03-311-4/+4
| * dma: use BUG_ON correctly in mv_xor.c, v4Coly Li2011-03-311-3/+3
| * dma: use BUG_ON correctly in iop-adma.c, v4Coly Li2011-03-311-3/+3
| * dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a...Viresh Kumar2011-03-311-0/+5
* | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-271-29/+29
|\ \
| * | dma: Ipu: Convert interupt codeThomas Gleixner2011-03-251-29/+29
* | | mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-231-1/+2
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-2212-1242/+1902
|\ \ | |/
| * dmaengine/dmatest: Pass timeout via module paramsViresh Kumar2011-03-221-1/+6
| * dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König2011-03-221-1/+1
| * fsldma: make halt behave nicely on all supported controllersIra Snyder2011-03-111-3/+16
| * fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-111-62/+46
| * fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-111-36/+95
| * fsldma: fix controller lockupsIra Snyder2011-03-112-122/+99
| * fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-112-18/+15
| * fsldma: improve link descriptor debuggingIra Snyder2011-03-111-6/+15
| * fsldma: use channel name in printk outputIra Snyder2011-03-112-34/+36
| * fsldma: move related helper functions near each otherIra Snyder2011-03-111-52/+64
| * dmatest: fix automatic buffer unmap typeIra Snyder2011-03-111-1/+6
| * drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-071-0/+2
| * dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-071-4/+4
| * dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-071-2/+2
| * dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-072-6/+9
| * dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-072-1/+13
| * dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-071-1/+5
| * dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-071-0/+7
| * dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-071-3/+2
| * dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-071-1/+3
| * dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-071-0/+2
OpenPOWER on IntegriCloud