aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18Haavard Skinnemoen has left AtmelJean Delvare2-2/+2
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-03-31Fix common misspellingsLucas De Marchi6-11/+11
2011-03-29dma: shdma: add checking the DMAOR_AE in sh_dmae_errYoshihiro Shimoda1-1/+6
2011-03-27Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-29/+29
2011-03-25dma: Ipu: Convert interupt codeThomas Gleixner1-29/+29
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon1-1/+2
2011-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus 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-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-6/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+2
2011-03-17dma: change to new flag variablematt mooney1-6/+2
2011-03-11fsldma: make halt behave nicely on all supported controllersIra Snyder1-3/+16
2011-03-11fsldma: reduce locking during descriptor cleanupIra Snyder1-62/+46
2011-03-11fsldma: support async_tx dependencies and automatic unmappingIra Snyder1-36/+95
2011-03-11fsldma: fix controller lockupsIra Snyder2-122/+99
2011-03-11fsldma: minor codingstyle and consistency fixesIra Snyder2-18/+15
2011-03-11fsldma: improve link descriptor debuggingIra Snyder1-6/+15
2011-03-11fsldma: use channel name in printk outputIra Snyder2-34/+36
2011-03-11fsldma: move related helper functions near each otherIra Snyder1-52/+64
2011-03-11dmatest: fix automatic buffer unmap typeIra Snyder1-1/+6
2011-03-07drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick1-0/+2
2011-03-07dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar1-4/+4
2011-03-07dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar1-2/+2
2011-03-07dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2-6/+9
2011-03-07dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2-1/+13
2011-03-07dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar1-1/+5
2011-03-07dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar1-0/+7
2011-03-07dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar1-3/+2
2011-03-07dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar1-1/+3
2011-03-07dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar1-0/+2
2011-03-07dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_allViresh Kumar1-12/+8
2011-03-07dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar1-1/+1
2011-03-07dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar1-1/+1
2011-03-02dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo3-0/+733
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely3-22/+12
2011-02-26pch_dma: set the number of array correctlyTomoya MORINAGA1-2/+2
2011-02-26pch_dma: fix kernel error issueTomoya MORINAGA1-15/+14