summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Merge branch 'topic/at_xdmac' into for-linusVinod Koul2-31/+45
2014-11-17dmaengine: at_xdmac: Add DMA_PRIVATELudovic Desroches1-0/+5
2014-11-17dmaengine: at_xdmac: fix missing spin_unlockLudovic Desroches1-0/+1
2014-11-17dmaengine: at_xdmac: fix a bug in transfer residue computationCyrille Pitchen1-1/+3
2014-11-17dmaengine: at_xdmac: fix software lockup at_xdmac_tx_status()Cyrille Pitchen1-5/+12
2014-11-17dmaengine: at_xdmac: remove chancnt affectationLudovic Desroches1-1/+0
2014-11-17dmaengine: at_xdmac: prefer usage of readl/writel_relaxedLudovic Desroches2-5/+5
2014-11-17dmaengine: xdmac: fix print warning on dma_addr_t variableVinod Koul1-20/+20
2014-11-17dmaengine: xdmac: fix print warning on size_t variableVinod Koul1-4/+4
2014-11-17dmaengine: at_xdmac: fix usage of read, write wrappersVinod Koul1-4/+4
2014-11-17dmaengine: at_xdmac: fix semicolon.cocci warningskbuild test robot1-1/+1
2014-11-17dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2014-11-17dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2014-11-17dmaengine: imx-sdma: Add a new DMATYPE for SAINicolin Chen1-0/+1
2014-11-17dmaengine: shdma: fix a race condition in __ld_cleanup()Yoshihiro Shimoda1-0/+2
2014-11-17dmaengine: qcom_bam_dma: Add BAM v1.3.0 supportArchit Taneja1-8/+50
2014-11-17dmaengine: qcom_bam_dma: Generalize BAM register offset calculationsArchit Taneja1-63/+113
2014-11-17dmaengine: sun6i: Add support for Allwinner A23 (sun8i) variantChen-Yu Tsai2-2/+29
2014-11-17dmaengine: sun6i: support parameterized compatible stringsChen-Yu Tsai1-34/+60
2014-11-17dma: imx-sdma: remove incorrect __init annotation from sdma_init()Jingoo Han1-1/+1
2014-11-17dmaengine: pl330: Correct device assignment.Andrew Jackson1-2/+3
2014-11-06dmaengine: xilinx: vdma: icg should be difference of stride and hsizeSrikanth Thokala1-1/+1
2014-11-06dmaengine: xilinx: vdma: Allow only one chunk in a lineSrikanth Thokala1-0/+3
2014-11-06dmaengine: xilinx: vdma: Check if the segment list is empty in a descriptorSrikanth Thokala1-3/+5
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal17-17/+0
2014-11-06dmaengine: sun6i: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-11-06dmaengine: sirf: Remove chancnt affectationsMaxime Ripard1-2/+1
2014-11-06dmaengine: sh: Remove chancnt affectationsMaxime Ripard5-9/+1
2014-11-06dmaengine: sa11x0: Remove chancnt affectationsMaxime Ripard1-2/+1
2014-11-06dmaengine: omap: Remove chancnt affectationsMaxime Ripard1-2/+0
2014-11-06dmaengine: mpc512x: Remove chancnt affectationsMaxime Ripard1-5/+7
2014-11-06dmaengine: k3: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-11-06dmaengine: fsldma: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-11-06dmaengine: jz4740: Remove chancnt affectationsMaxime Ripard1-2/+1
2014-11-06dmaengine: bcm2835: Remove chancnt affectationsMaxime Ripard1-2/+0
2014-11-06dmaengine: pl08x: Remove chancnt affectationsMaxime Ripard1-2/+0
2014-11-06dmaengine: at_xdmac: creation of the atmel eXtended DMA Controller driverLudovic Desroches3-0/+1518
2014-10-19Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds18-479/+359
2014-10-15Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul1-10/+15
2014-10-15Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul1-1/+1
2014-10-15dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul1-9/+0
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul1-1/+15
2014-10-15dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-10-15dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior1-1/+1
2014-10-15dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko1-26/+3
2014-10-15dmaengine: dw: enable and disable controller when neededAndy Shevchenko2-25/+36
2014-10-15dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko4-30/+12
2014-10-15dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko1-2/+7
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko1-0/+2
2014-10-15dmaengine: dw: move private definitions to regs.hAndy Shevchenko1-3/+29