summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine20-49/+42
2012-03-21dma: imx-sdma: Treat firmware messages as warnings instead of errosFabio Estevam1-3/+3
2012-03-13Merge branch 'rmk_cookie_fixes2' into nextVinod Koul35-634/+296
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul6-5/+7
2012-03-13dmaengine: pl330: fix the pl330 build after cookie cleanupVinod Koul1-1/+0
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux9-0/+9
2012-03-13dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cRussell King - ARM Linux2-15/+3
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux15-28/+31
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux23-235/+93
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux19-21/+36
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux25-272/+52
2012-03-13dmaengine: add private header fileRussell King - ARM Linux24-0/+49
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux34-115/+81
2012-03-13dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux2-2/+0
2012-03-09Revert "drivers/dma: linux/module.h included twice"Vinod Koul2-0/+2
2012-03-08DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMBBoojin Kim1-5/+26
2012-03-08DMA: PL330: Removes useless functionBoojin Kim1-46/+0
2012-03-08DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim2-2/+2113
2012-03-06dma: imx-sdma: Print a message when firmare fails to be requestedFabio Estevam1-2/+4
2012-03-06dma: imx-sdma: Let the driver be probed even if no firware is foundFabio Estevam1-8/+5
2012-03-06dmaengine: Add support for multiple descriptors for imx-dma.Javier Martin1-74/+258
2012-03-06dmaengine: Add support for MEMCPY for imx-dma.Javier Martin1-1/+35
2012-03-06dma: dmaengine: Distinguish between 'dmaengine: failed to get' messagesFabio Estevam1-4/+4
2012-03-06drivers/dma: linux/module.h included twiceDanny Kukawka2-2/+0
2012-02-22dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slaveViresh Kumar1-0/+12
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar1-8/+16
2012-02-22dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar2-29/+93
2012-02-22dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar1-4/+16
2012-02-22dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar1-30/+6
2012-02-22dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar1-1/+1
2012-02-22dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar1-1/+1
2012-02-22dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar1-1/+3
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar6-0/+13
2012-02-22dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR1-0/+4
2012-02-22dmaengine: intel_mid_dma: move pm_runtime_putAdrian Hunter1-1/+1
2012-02-22dmaengine: intel_mid_dma: fix error status maskAdrian Hunter1-1/+2
2012-02-02i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz1-2/+4
2012-02-01Merge branch 'fixes' into nextVinod Koul1-1/+2
2012-02-01dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski1-1/+2
2012-01-31Merge branch 'fixes' into nextVinod Koul3-12/+11
2012-01-31Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmae...Vinod Koul1-1/+1
2012-01-31at_hdmac: bugfix for enabling channel irqNikolaus Voss2-11/+10
2012-01-31dma/imx-sdma: convernt to use bit opsRichard Zhao1-34/+34
2012-01-31dma/imx-sdma: use num_events to validate event_id0Richard Zhao1-1/+1
2012-01-31dma/imx-sdma: move clk_enable out of sdma_request_channelRichard Zhao1-2/+3
2012-01-31dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channelRichard Zhao1-2/+2
2012-01-31dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessaryRichard Zhao1-22/+22
2012-01-31dma/imx-sdma: let sdma_run_channel call sdma_enable_channelRichard Zhao1-6/+6
2012-01-31drivers/dma/amba-pl08x.c: adjust double testJulia Lawall1-1/+1
2012-01-31drivers/dma/pl330.c: add missing iounmapJulia Lawall1-6/+11