summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-04-1027-58/+2630
|\
| * Merge branch 'topic/bam' into for-linusVinod Koul2014-04-053-0/+1121
| |\
| | * dmaengine: add Qualcomm BAM dma driverAndy Gross2014-04-053-0/+1122
| * | shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto2014-03-293-0/+327
| * | dmaengine: sirf: enable generic dt binding for dma channelsBarry Song2014-03-291-0/+23
| * | dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi2014-03-291-0/+18
| * | dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee2014-03-261-0/+33
| * | dma: dw: allocate memory in two stages in probeAndy Shevchenko2014-03-262-9/+12
| * | Add new line to test result strings produced in verbose modeJerome Blin2014-03-261-2/+2
| * | Merge branch 'topic/tasklet_fix' into for-linusVinod Koul2014-03-172-3/+2
| |\ \
| | * | dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul2014-03-171-2/+2
| | * | dmaengine: at_hdmac: use tasklet_kill in teardownVinod Koul2014-03-171-1/+0
| | |/
| * | dma: cppi41: start tear down only if channel is busyGeorge Cherian2014-03-111-2/+5
| * | dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter2014-03-111-1/+1
| * | dma: imx-dma: Add missing module owner fieldAlexander Shiyan2014-03-061-0/+1
| * | dma: imx-dma: Replace printk with dev_*Alexander Shiyan2014-03-061-6/+6
| * | dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu2014-03-061-2/+2
| * | dma: mmp_tdma: move to generic device tree bindingNenghua Cao2014-03-061-0/+50
| * | dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie2014-03-061-4/+4
| * | dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer2014-03-061-1/+4
| * | DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart2014-03-061-1/+1
| * | DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart2014-03-061-3/+8
| * | DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart2014-03-063-8/+9
| * | dma: Add Freescale eDMA engine driver supportJingchang Lu2014-02-183-0/+986
| * | dma: dw: remove leftovers in the comment blocksAndy Shevchenko2014-02-171-2/+2
| * | dma: dw: add a PCI ID for Intel Haswell SoCAndy Shevchenko2014-02-111-0/+3
| * | acpi-dma: convert to return error code when asked for channelAndy Shevchenko2014-02-112-14/+10
| * | acpi-dma: use devm_release() instead of devm_destroy()Andy Shevchenko2014-02-111-1/+1
| * | dmaengine: Remove dependency on MACH_BCM2708Paul Bolle2014-02-111-1/+1
| |/
* | Merge branch 'devel-stable' into for-nextRussell King2014-04-048-26/+71
|\ \
| * \ Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-03-012-1/+4
| |\ \
| | * | dma: sdma: Add imx25 compatibleMarkus Pargmann2014-02-181-0/+1
| | * | dma: ste_dma40: don't dereference free:d descriptorLinus Walleij2014-02-171-1/+3
| | |/
| * | ioat: fix tasklet tear downDan Williams2014-02-254-13/+54
| * | dma: mv_xor: Silence a bunch of LPAE-related warningsOlof Johansson2014-02-121-12/+12
| * | ARM: moxart: move DMA_OF selection to driverRob Herring2014-02-021-0/+1
| |/
* | dmaengine: omap-dma: more consolidation of CCR register setupRussell King2014-04-041-28/+18
* | dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King2014-04-041-6/+115
* | dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King2014-04-041-9/+87
* | dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King2014-04-041-23/+29
* | dmaengine: omap-dma: provide register read/write functionsRussell King2014-04-041-41/+61
* | dmaengine: omap-dma: use cached CCR value when enabling DMARussell King2014-04-041-4/+2
* | dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King2014-04-041-1/+7
* | dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King2014-04-041-14/+9
* | dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King2014-04-041-12/+20
* | dmaengine: omap-dma: consolidate clearing channel status registerRussell King2014-04-041-10/+10
* | dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King2014-04-041-2/+5
* | dmaengine: omap-dma: provide register definitionsRussell King2014-04-041-54/+117
* | dmaengine: omap-dma: consolidate setup of CCRRussell King2014-04-041-86/+61
* | dmaengine: omap-dma: consolidate setup of CSDPRussell King2014-04-041-36/+28