summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-1334-115/+81
* dmaengine: mv_xor: remove write-only is_complete_cookieRussell King - ARM Linux2012-03-132-2/+0
* dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slaveViresh Kumar2012-02-221-0/+12
* 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/+6
* 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-221-1/+3
* 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-011-1/+2
|\
| * dma: sh_dma: not all SH DMAC implementations support MEMCPYGuennadi Liakhovetski2012-02-011-1/+2
* | Merge branch 'fixes' into nextVinod Koul2012-01-313-12/+11
|\ \ | |/
| * 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/+10
| |/
* | 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
* | dma/imx-sdma: let sdma_run_channel call sdma_enable_channelRichard Zhao2012-01-311-6/+6
* | drivers/dma/amba-pl08x.c: adjust double testJulia Lawall2012-01-311-1/+1
* | drivers/dma/pl330.c: add missing iounmapJulia Lawall2012-01-311-6/+11
* | dma: imx-sdma: start transfer in issue_pendingSascha Hauer2012-01-301-6/+5
* | dma: imx-dma: start transfer in issue_pendingSascha Hauer2012-01-301-5/+4
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-1729-393/+1515
|\
| * dma: shdma: fix runtime PM: clear channel buffers on resetGuennadi Liakhovetski2012-01-061-16/+31
| * dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submitHaitao Zhang2012-01-061-2/+3
| * dmaengine/ste_dma40: clear LNK on channel startupRabin Vincent2012-01-021-0/+4
| * dmaengine: intel_mid_dma: remove legacy pm interfaceKristen Carlson Accardi2012-01-022-6/+8
| * dmaengine: intel_mid_dma: error path fixAdrian Hunter2011-12-231-1/+5
| * dmaengine: intel_mid_dma: locking and freeing fixesAdrian Hunter2011-12-231-1/+6
| * dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo2011-12-231-1/+1
| * dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann2011-12-231-28/+1
| * dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann2011-12-231-1/+4
| * dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann2011-12-231-5/+2
| * dma: mxs-dma: fix a typo in commentLothar Waßmann2011-12-231-1/+1
| * DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera2011-12-081-15/+2
| * i.MX IPU DMA: Fix wrong burstsize settingsSascha Hauer2011-12-081-24/+1
| * dmaengine/ste_dma40: allow fixed physical channelNarayanan G2011-12-051-9/+42
| * dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar2011-12-051-9/+12
| * dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin2011-12-054-47/+5
| * IMX/SDMA : save the real count for one DMA transaction.Huang Shijie2011-12-051-2/+9
| * dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg2011-12-051-12/+48
| * dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski2011-12-051-4/+4
| * dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre2011-11-282-39/+31