summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'topic/mpc512x' into for-linusVinod Koul1-64/+110
2016-05-17Merge branch 'topic/hsu' into for-linusVinod Koul2-3/+9
2016-05-17Merge branch 'topic/dw' into for-linusVinod Koul14-366/+334
2016-05-17Merge branch 'topic/bcm' into for-linusVinod Koul3-131/+521
2016-05-17Merge branch 'topic/core' into for-linusVinod Koul3-7/+34
2016-05-14dmaengine: ioatdma: disable relaxed ordering for ioatdmaDave Jiang2-0/+19
2016-05-14dmaengine: of_dma: approximate an average distributionNiklas Söderlund1-2/+10
2016-05-14dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-3/+3
2016-05-14dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error eventPeter Ujfalusi1-1/+10
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko1-2/+2
2016-05-03dmaengine: fsldma: Use dma_pool_zallocJulia Lawall1-2/+1
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall1-3/+2
2016-05-03dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall1-2/+1
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko6-11/+17
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko4-21/+20
2016-05-02dmaengine: dw: revisit data_width propertyAndy Shevchenko6-38/+24
2016-05-02dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko1-10/+10
2016-05-02dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl1-1/+1
2016-04-19dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter2-119/+48
2016-04-19ARM: bcm2835: add interrupt-names and apply correct mappingMartin Sperl1-1/+21
2016-04-19dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl1-14/+63
2016-04-19dt/bindings: bcm2835: add interrupt-names propertyMartin Sperl1-0/+26
2016-04-15dmaengine: bcm2835: add dma_memcopy support to bcm2835-dmaMartin Sperl1-1/+35
2016-04-15dmaengine: bcm2835: add slave_sg support to bcm2835-dmaMartin Sperl1-5/+108
2016-04-15dmaengine: bcm2835: limit max length based on channel typeMartin Sperl1-3/+26
2016-04-15dmaengine: bcm2835: move controlblock chain generation into separate methodMartin Sperl1-96/+198
2016-04-15dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_descMartin Sperl1-3/+3
2016-04-15dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl1-8/+49
2016-04-15dmaengine: bcm2835: remove unnecessary masking of dma channelsMartin Sperl1-9/+0
2016-04-15dmaengine: bcm2835: set residue_granularity fieldMartin Sperl1-0/+1
2016-04-13dmaengine: dw: set cdesc to NULL when free cyclic transfersAndy Shevchenko1-0/+2
2016-04-13dmaengine: dw: move residue to a descriptorAndy Shevchenko2-21/+41
2016-04-13dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko2-5/+5
2016-04-13dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko2-8/+6
2016-04-13dmaengine: dw: define counter variables as unsigned intAndy Shevchenko1-5/+5
2016-04-13dmaengine: dw: substitute dma_read_byaddr by dma_readl_nativeAndy Shevchenko2-9/+3
2016-04-13dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chainMans Rullgard1-0/+2
2016-04-13dmaengine: dw: set LMS field in descriptorsMans Rullgard2-12/+18
2016-04-13dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard2-68/+87
2016-04-13dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard1-2/+6
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko9-42/+41
2016-04-13dmaengine: dw: fix master selectionAndy Shevchenko1-15/+19
2016-04-13dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula1-1/+1
2016-04-12dmaengine: ensure dmaengine helpers check valid callbackVinod Koul1-1/+19
2016-04-06dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul1-1/+2
2016-04-04dmaengine: mpc512x: Fix code styleMario Six1-17/+13
2016-04-04dmaengine: mpc512x: Implement additional chunk sizes for DMA transfersMario Six1-36/+76
2016-04-04dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308Mario Six1-14/+24
2016-04-04dmaengine: hsu: set maximum allowed segment size for DMAAndy Shevchenko2-0/+6
2016-04-04dmaengine: hsu: don't check direction of timeouted channelAndy Shevchenko1-1/+1