summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner2014-04-301-0/+9
| * | | dmaengine: edma: Create private pset structThomas Gleixner2014-04-301-31/+36
| * | | dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner2014-04-301-4/+3Star
| * | | dmaengine: edma: Sanitize residue reportingThomas Gleixner2014-04-301-25/+9Star
| * | | dmaengine: edma: Add channel number to debug printsPeter Ujfalusi2014-04-291-3/+4
| * | | dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes2014-04-231-5/+4Star
| * | | dmaengine: edma: Add DMA memcpy supportJoel Fernandes2014-04-221-0/+51
| * | | dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi2014-04-221-2/+2
| * | | dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi2014-04-221-6/+8
| * | | dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi2014-04-221-0/+18
| * | | dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi2014-04-221-6/+5Star
| * | | dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi2014-04-221-0/+1
| * | | dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi2014-04-221-0/+28
| * | | dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi2014-04-221-0/+4
| | |/ | |/|
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-05-272-9/+6Star
|\ \ \ | | |/ | |/|
| * | dmaengine: sa11x0: remove broken #ifdefArnd Bergmann2014-05-211-4/+0Star
| * | dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko2014-05-071-5/+6
| |/
* | dmaengine: fix dmaengine_unmap failureXuelin Shi2014-05-211-0/+2
* | dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia2014-05-211-5/+3Star
|/
* dma: fix eDMA driver as a subsys_initcallYuan Yao2014-04-161-1/+11
* dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()Dan Carpenter2014-04-161-1/+1
* platform: Fix timberdale dependenciesJean Delvare2014-04-161-1/+1
* dma: edma: fix incorrect SG list handlingSekhar Nori2014-04-141-2/+4
* 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/+2Star
| |\ \
| | * | 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/+0Star
| | |/
| * | 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/+10Star