summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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/+1Star
* | | 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-242-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-233-0/+3
|/ / /
* | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-04-121-1/+1
|\ \ \
| * | | dt/fsldma: fix build warning caused by of_platform_device changesIra W. Snyder2011-04-111-1/+1
| |/ /
* | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-04-071-1/+6
|\ \ \
| * | | dma: shdma: add checking the DMAOR_AE in sh_dmae_errYoshihiro Shimoda2011-03-291-1/+6
| |/ /
* / / Fix common misspellingsLucas De Marchi2011-03-316-11/+11
|/ /
* | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-281-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-2312-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-121-3/+16
| * fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-121-62/+46Star
| * fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-121-36/+95
| * fsldma: fix controller lockupsIra Snyder2011-03-122-122/+99Star
| * fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-122-18/+15Star
| * fsldma: improve link descriptor debuggingIra Snyder2011-03-121-6/+15
| * fsldma: use channel name in printk outputIra Snyder2011-03-122-34/+36
| * fsldma: move related helper functions near each otherIra Snyder2011-03-121-52/+64
| * dmatest: fix automatic buffer unmap typeIra Snyder2011-03-121-1/+6
| * drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-061-0/+2
| * dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-061-4/+4
| * dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-061-2/+2
| * dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-062-6/+9
| * dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-062-1/+13
| * dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-061-1/+5
| * dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-061-0/+7
| * dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-061-3/+2Star
| * dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-061-1/+3
| * dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-061-0/+2
| * dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-061-12/+8Star
| * dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-061-1/+1
| * dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-061-1/+1
| * dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-023-0/+733