summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: shdma: fix a regression: initialise DMA channels for memcpyGuennadi Liakhovetski2011-06-021-1/+1
* dmaengine: shdma: Fix up fallout from runtime PM changes.Paul Mundt2011-05-311-1/+6
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-05-2814-235/+618
|\
| * x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich2011-05-261-2/+6
| * dmaengine: add TODO items for future work on dma driversVinod Koul2011-05-261-0/+14
| * dmaengine/dw_dmac: Update maintainer-shipViresh Kumar2011-05-252-0/+3
| * dmaengine: move link orderLinus Walleij2011-05-192-2/+2
| * dmaengine/dw_dmac: implement pause and resume in dwc_controlLinus Walleij2011-05-132-20/+40
| * dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submis...Viresh Kumar2011-05-131-39/+77
| * dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_...Viresh Kumar2011-05-131-21/+44
| * 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
* | | mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-261-2/+1
* | | dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20Magnus Damm2011-05-251-1/+1
* | | dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handlingMagnus Damm2011-05-251-8/+23
* | | dmaengine: shdma: Make second memory window optionalMagnus Damm2011-05-251-3/+8
* | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-05-232-44/+145
|\ \ \
| * | | dmaengine: shdma: synchronize RCU before freeing, simplify spinlockGuennadi Liakhovetski2011-05-231-8/+8
| * | | dmaengine: shdma: add runtime- and system-level power managementGuennadi Liakhovetski2011-05-232-0/+69
| * | | dmaengine: shdma: fix lockingGuennadi Liakhovetski2011-05-231-36/+68
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-4/+4
|\ \ \ \
| * | | | Haavard Skinnemoen has left AtmelJean Delvare2011-05-182-2/+2
| * | | | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+2
| |/ / /
* | | | Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-223-0/+3
|/ / /
* | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-04-111-1/+1
|\ \ \
| * | | dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder2011-04-101-1/+1
| |/ /
* | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-04-071-1/+6
|\ \ \
OpenPOWER on IntegriCloud