aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2011-03-25mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon
2011-03-25Merge commit '3ea205c' (async_tx) into linaro-2.6.38Nicolas Pitre
2011-03-22dmaengine/dmatest: Pass timeout via module paramsViresh Kumar
2011-03-22dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König
2011-03-11fsldma: make halt behave nicely on all supported controllersIra Snyder
2011-03-11fsldma: reduce locking during descriptor cleanupIra Snyder
2011-03-11fsldma: support async_tx dependencies and automatic unmappingIra Snyder
2011-03-11fsldma: fix controller lockupsIra Snyder
2011-03-11fsldma: minor codingstyle and consistency fixesIra Snyder
2011-03-11fsldma: improve link descriptor debuggingIra Snyder
2011-03-11fsldma: use channel name in printk outputIra Snyder
2011-03-11fsldma: move related helper functions near each otherIra Snyder
2011-03-11dmatest: fix automatic buffer unmap typeIra Snyder
2011-03-07drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick
2011-03-07dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar
2011-03-07dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar
2011-03-07dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR
2011-03-07dw_dmac: Pass Channel Priority from platform_dataViresh Kumar
2011-03-07dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar
2011-03-07dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar
2011-03-07dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar
2011-03-07dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar
2011-03-07dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar
2011-03-07dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar
2011-03-07dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar
2011-03-07dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar
2011-03-02dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo
2011-02-26pch_dma: set the number of array correctlyTomoya MORINAGA
2011-02-26pch_dma: fix kernel error issueTomoya MORINAGA
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-02-14Merge branch 'dw_dmac' into dmaengineDan Williams
2011-02-14Merge branch 'dma40' into dmaengineDan Williams
2011-02-14Merge branch 'imx' into dmaengine-fixesDan Williams
2011-02-14dma: ipu_idmac: do not lose valid received data in the irq handlerAnatolij Gustschin
2011-01-31Merge branch 'dmaengine-shawn' into dmaengineSascha Hauer
2011-01-31Merge branch 'dmaengine-sdma' into dmaengineSascha Hauer
2011-01-31dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg()Shawn Guo
2011-01-31dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop()Shawn Guo
2011-01-31dmaengine: imx-sdma: return sdmac->status in sdma_tx_status()Shawn Guo
2011-01-31dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_s...Shawn Guo
2011-01-31dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg()Shawn Guo
2011-01-31dmaengine i.MX dma: initialize dma capabilities outside channel loopSascha Hauer
2011-01-31dmaengine i.MX DMA: do not initialize chan_id fieldSascha Hauer
2011-01-31dmaengine i.MX dma: check sg entries for valid addresses and lengthsSascha Hauer
2011-01-31dmaengine i.MX dma: set maximum segment size for our deviceSascha Hauer
2011-01-31dmaengine i.MX SDMA: reserve channel 0 by not registering itSascha Hauer
2011-01-31dmaengine i.MX SDMA: initialize dma capabilities outside channel loopSascha Hauer
2011-01-31dmaengine i.MX SDMA: do not initialize chan_id fieldSascha Hauer
2011-01-31dmaengine i.MX sdma: check sg entries for valid addresses and lengthsSascha Hauer
2011-01-31dmaengine i.MX sdma: set maximum segment size for our deviceSascha Hauer