summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/xilinx' into for-linusVinod Koul2016-05-174-370/+1345
|\
| * dmaengine: vdma: Add clock supportKedareswara rao Appana2016-05-131-2/+224
| * Documentation: DT: vdma: Add clock support for dmasKedareswara rao Appana2016-05-131-0/+15
| * dmaengine: vdma: Add config structure to differentiate dmasKedareswara rao Appana2016-05-131-32/+51
| * dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory Access EngineKedareswara rao Appana2016-05-122-2/+236
| * Documentation: DT: vdma: update binding doc for AXI CDMAKedareswara rao Appana2016-05-121-1/+5
| * dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access EngineKedareswara rao Appana2016-05-122-42/+444
| * Documentation: DT: vdma: update binding doc for AXI DMAKedareswara rao Appana2016-05-121-2/+11
| * dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dmaKedareswara rao Appana2016-05-121-316/+316
| * dmaengine: vdma: Use dma_pool_zallocJulia Lawall2016-05-031-2/+1
| * dmaengine: vdma: Fix checkpatch.pl warningsKedareswara rao Appana2016-04-061-4/+1
| * dmaengine: vdma: Fix race condition in Non-SG modeKedareswara rao Appana2016-04-061-6/+19
| * dmaengine: vdma: Add 64 bit addressing support to the driverKedareswara rao Appana2016-04-063-9/+70
* | 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-052-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
|\ \
OpenPOWER on IntegriCloud