summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | dmaengine: hsu: set maximum allowed segment size for DMAAndy Shevchenko2016-04-042-0/+6
| | * | dmaengine: hsu: don't check direction of timeouted channelAndy Shevchenko2016-04-041-1/+1
| | * | dmaengine: hsu: allow more than 3 descriptorsAndy Shevchenko2016-04-041-2/+2
| | |/
| * | Merge branch 'topic/dw' into for-linusVinod Koul2016-05-174-333/+293Star
| |\ \
| | * | dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko2016-05-023-8/+11
| | * | dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko2016-05-023-20/+19Star
| | * | dmaengine: dw: revisit data_width propertyAndy Shevchenko2016-05-022-33/+14Star
| | * | dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko2016-05-021-10/+10
| | * | dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter2016-04-192-119/+48Star
| | * | dmaengine: dw: set cdesc to NULL when free cyclic transfersAndy Shevchenko2016-04-131-0/+2
| | * | dmaengine: dw: move residue to a descriptorAndy Shevchenko2016-04-132-21/+41
| | * | dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko2016-04-132-5/+5
| | * | dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko2016-04-132-8/+6Star
| | * | dmaengine: dw: define counter variables as unsigned intAndy Shevchenko2016-04-131-5/+5
| | * | dmaengine: dw: substitute dma_read_byaddr by dma_readl_nativeAndy Shevchenko2016-04-132-9/+3Star
| | * | dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chainMans Rullgard2016-04-131-0/+2
| | * | dmaengine: dw: set LMS field in descriptorsMans Rullgard2016-04-132-12/+18
| | * | dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard2016-04-132-68/+87
| | * | dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard2016-04-131-2/+6
| | * | dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko2016-04-133-18/+17Star
| * | | Merge branch 'topic/bcm' into for-linusVinod Koul2016-05-171-130/+474
| |\ \ \
| | * | | dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl2016-05-021-1/+1
| | * | | dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl2016-04-191-14/+63
| | * | | dmaengine: bcm2835: add dma_memcopy support to bcm2835-dmaMartin Sperl2016-04-151-1/+35
| | * | | dmaengine: bcm2835: add slave_sg support to bcm2835-dmaMartin Sperl2016-04-151-5/+108
| | * | | dmaengine: bcm2835: limit max length based on channel typeMartin Sperl2016-04-151-3/+26
| | * | | dmaengine: bcm2835: move controlblock chain generation into separate methodMartin Sperl2016-04-151-96/+198
| | * | | dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_descMartin Sperl2016-04-151-3/+3
| | * | | dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl2016-04-151-8/+49
| | * | | dmaengine: bcm2835: remove unnecessary masking of dma channelsMartin Sperl2016-04-151-9/+0Star
| | * | | dmaengine: bcm2835: set residue_granularity fieldMartin Sperl2016-04-151-0/+1
| | | |/ | | |/|
| * | | Merge branch 'topic/core' into for-linusVinod Koul2016-05-172-6/+15
| |\ \ \
| | * | | dmaengine: of_dma: approximate an average distributionNiklas Söderlund2016-05-141-2/+10
| | * | | dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-141-3/+3
| | * | | dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko2016-05-121-2/+2
| | * | | dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul2016-04-061-1/+2
| | |/ /
| * | | dmaengine: ioatdma: disable relaxed ordering for ioatdmaDave Jiang2016-05-142-0/+19
| * | | dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error eventPeter Ujfalusi2016-05-141-1/+10
| * | | dmaengine: fsldma: Use dma_pool_zallocJulia Lawall2016-05-031-2/+1Star
| * | | dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall2016-05-031-3/+2Star
| * | | dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall2016-05-031-2/+1Star
| * | | dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula2016-04-131-1/+1
| * | | dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula2016-04-041-13/+17
| |/ /
* | | Merge branch 'fix/edma' into fixesVinod Koul2016-04-161-38/+25Star
|\ \ \
| * | | dmaengine: edma: special case slot limit workaroundJohn Ogness2016-04-061-3/+22
| * | | dmaengine: edma: Remove dynamic TPTC power management featurePeter Ujfalusi2016-04-061-35/+3Star
| |/ /
* | | Merge branch 'fix/xilinx' into fixesVinod Koul2016-04-161-1/+1
|\ \ \
| * | | dmaengine: vdma: don't crash when bad channel is requestedFranck Jullien2016-04-051-1/+1
| |/ /
* | | Merge branch 'fix/omap' into fixesVinod Koul2016-04-161-9/+17
|\ \ \
| * | | dmaengine: omap-dma: Do not suppress interrupts for memcpyPeter Ujfalusi2016-04-051-3/+1Star