summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/tegra' into for-linusVinod Koul2016-05-176-4/+927
|\
| * MAINTAINERS: Update Tegra DMA maintainersJon Hunter2016-05-131-2/+3
| * dmaengine: tegra-adma: Add support for Tegra210 ADMAJon Hunter2016-05-133-0/+855
| * Documentation: DT: Add binding documentation for NVIDIA ADMAJon Hunter2016-05-131-0/+55
| * dmaengine: tegra-apb: proper default init of channel slave_idShardar Shariff Md2016-05-021-2/+14
* | Merge branch 'topic/sun6i' into for-linusVinod Koul2016-05-171-66/+188
|\ \
| * | dmaengine: sun6i: Add cyclic capabilityJean-Francois Moine2016-05-021-7/+122
| * | dmaengine: sun6i: Remove useless checkJean-Francois Moine2016-05-021-5/+0
| * | dmaengine: sun6i: Set default maxburst size and bus widthJean-Francois Moine2016-05-021-4/+24
| * | dmaengine: sun6i: Simplify lli settingJean-Francois Moine2016-04-261-55/+47
| * | dmaengine: sun6i: Fix impossible settings of burst and bus widthJean-Francois Moine2016-04-261-5/+5
| * | dmaengine: sun6i: Fix the access of the IRQ registerJean-Francois Moine2016-04-261-2/+2
| |/
* | Merge branch 'topic/qcom' into for-linusVinod Koul2016-05-179-43/+1302
|\ \
| * | dmaengine: qcom_hidma: add support for object hierarchySinan Kaya2016-05-143-5/+156
| * | dmaengine: qcom_hidma: add debugfs hooksSinan Kaya2016-05-144-2/+224
| * | dmaengine: qcom_hidma: implement lower level hardware interfaceSinan Kaya2016-05-144-25/+895
| * | dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE defineStanimir Varbanov2016-04-191-8/+8
| * | dmaengine: qcom: bam_dma: use correct pipe FIFO sizeStanimir Varbanov2016-04-191-1/+1
| * | dmaengine: qcom: bam_dma: add controlled-remotely dt propertyStanimir Varbanov2016-04-191-0/+7
| * | dmaengine: qcom: bam_dma: document controlled-remotely dt propertyStanimir Varbanov2016-04-191-0/+2
| * | dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raisedStanimir Varbanov2016-04-191-4/+8
| * | dmaengine: qcom: bam_dma: fix dma free memory on removeStanimir Varbanov2016-04-191-0/+3
| |/
* | Merge branch 'topic/pxa' into for-linusVinod Koul2016-05-171-2/+14
|\ \
| * | dmaengine: pxa_dma: remove duplicate const qualifierEric Engestrom2016-04-261-1/+1
| * | dmaengine: pxa: handle bus errorsRobert Jarzmik2016-04-261-1/+13
| |/
* | Merge branch 'topic/pl08x' into for-linusVinod Koul2016-05-172-29/+59
|\ \
| * | dmaengine: pl08x: allocate OF slave channel data at probe timeLinus Walleij2016-04-062-29/+59
| |/
* | Merge branch 'topic/mv_xor' into for-linusVinod Koul2016-05-174-22/+84
|\ \
| * | dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoCGregory CLEMENT2016-05-031-1/+1
| * | dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas2016-05-032-8/+53
| * | dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT2016-05-032-12/+29
| * | dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT2016-05-031-2/+2
| |/
* | Merge branch 'topic/mpc512x' into for-linusVinod Koul2016-05-171-64/+110
|\ \
| * | dmaengine: mpc512x: Fix code styleMario Six2016-04-041-17/+13
| * | dmaengine: mpc512x: Implement additional chunk sizes for DMA transfersMario Six2016-04-041-36/+76
| * | dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308Mario Six2016-04-041-14/+24
| |/
* | Merge branch 'topic/hsu' into for-linusVinod Koul2016-05-172-3/+9
|\ \
| * | 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-1714-366/+334
|\ \
| * | dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko2016-05-026-11/+17
| * | dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko2016-05-024-21/+20
| * | dmaengine: dw: revisit data_width propertyAndy Shevchenko2016-05-026-38/+24
| * | 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/+48
| * | 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/+6