summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-2128-60/+67
* dma: imx-sdma: Treat firmware messages as warnings instead of errosFabio Estevam2012-03-211-3/+3
* Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-1338-640/+300Star
|\
| * dmaengine: fix for cookie changes and mergeVinod Koul2012-03-136-5/+7
| * dmaengine: pl330: fix the pl330 build after cookie cleanupVinod Koul2012-03-131-1/+0Star
| * dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-139-0/+9
| * dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cRussell King - ARM Linux2012-03-132-15/+3Star
| * dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-1315-28/+31
| * dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-1323-235/+93Star
| * dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-1319-21/+36
| * dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-1325-272/+52Star
| * dmaengine: add private header fileRussell King - ARM Linux2012-03-1325-2/+51
| * dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-1337-119/+83Star
| * dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux2012-03-132-2/+0Star
* | Revert "drivers/dma: linux/module.h included twice"Vinod Koul2012-03-092-0/+2
* | DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMBBoojin Kim2012-03-081-5/+26
* | DMA: PL330: Removes useless functionBoojin Kim2012-03-081-46/+0Star
* | DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim2012-03-087-2183/+2113Star
* | dma: imx-sdma: Print a message when firmare fails to be requestedFabio Estevam2012-03-061-2/+4
* | dma: imx-sdma: Let the driver be probed even if no firware is foundFabio Estevam2012-03-061-8/+5Star
* | dmaengine: Add support for multiple descriptors for imx-dma.Javier Martin2012-03-061-74/+258
* | dmaengine: Add support for MEMCPY for imx-dma.Javier Martin2012-03-061-1/+35
* | dma: dmaengine: Distinguish between 'dmaengine: failed to get' messagesFabio Estevam2012-03-061-4/+4
* | drivers/dma: linux/module.h included twiceDanny Kukawka2012-03-062-2/+0Star
|/
* dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slaveViresh Kumar2012-02-222-38/+12Star
* dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-225-40/+63
* dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar2012-02-222-29/+93
* dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar2012-02-221-4/+16
* dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar2012-02-221-30/+6Star
* dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar2012-02-221-1/+1
* dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar2012-02-221-1/+1
* dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-222-5/+7
* dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-227-0/+16
* dmaengine: Add flow controller information to dma_slave_configViresh Kumar2012-02-221-0/+5
* dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR2012-02-221-0/+4
* dmaengine: intel_mid_dma: move pm_runtime_putAdrian Hunter2012-02-221-1/+1
* dmaengine: intel_mid_dma: fix error status maskAdrian Hunter2012-02-221-1/+2
* i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
* Merge branch 'fixes' into nextVinod Koul2012-02-013-1/+5
|\
| * ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-onlyGuennadi Liakhovetski2012-02-011-0/+2
| * dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski2012-02-012-1/+3
* | Merge branch 'fixes' into nextVinod Koul2012-01-313-12/+11Star
|\|
| * Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae...Vinod Koul2012-01-311-1/+1
| |\
| | * dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert2012-01-231-1/+1
| * | at_hdmac: bugfix for enabling channel irqNikolaus Voss2012-01-312-11/+10Star
| |/
* | dma/imx-sdma: convernt to use bit opsRichard Zhao2012-01-311-34/+34
* | dma/imx-sdma: use num_events to validate event_id0Richard Zhao2012-01-311-1/+1
* | dma/imx-sdma: move clk_enable out of sdma_request_channelRichard Zhao2012-01-311-2/+3
* | dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channelRichard Zhao2012-01-311-2/+2
* | dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessaryRichard Zhao2012-01-311-22/+22