aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King2-2/+2
2011-02-17coh901318.c: Change initate to initiate.Justin P. Mattock1-2/+2
2011-02-15Merge branch 'master' into for-nextJiri Kosina10-794/+935
2011-02-14Merge branch 'dw_dmac' into dmaengineDan Williams1-14/+22
2011-02-14Merge branch 'dma40' into dmaengineDan Williams3-928/+758
2011-02-14Merge branch 'imx' into dmaengine-fixesDan Williams2-39/+63
2011-02-14dma: ipu_idmac: do not lose valid received data in the irq handlerAnatolij Gustschin1-50/+0
2011-01-31Merge branch 'dmaengine-shawn' into dmaengineSascha Hauer1-10/+6
2011-01-31Merge branch 'dmaengine-sdma' into dmaengineSascha Hauer1-25/+35
2011-01-31dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg()Shawn Guo1-1/+4
2011-01-31dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop()Shawn Guo1-1/+1
2011-01-31dmaengine: imx-sdma: return sdmac->status in sdma_tx_status()Shawn Guo1-3/+1
2011-01-31dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg()Shawn Guo1-0/+1