aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-05-12dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dmaKedareswara rao Appana1-312/+312
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko1-2/+2
2016-05-03dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoCGregory CLEMENT1-1/+1
2016-05-03dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas1-7/+49
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT2-12/+29
2016-05-03dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT1-2/+2
2016-05-03dmaengine: vdma: Use dma_pool_zallocJulia Lawall1-2/+1
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: sun6i: Add cyclic capabilityJean-Francois Moine1-7/+122
2016-05-02dmaengine: sun6i: Remove useless checkJean-Francois Moine1-5/+0
2016-05-02dmaengine: sun6i: Set default maxburst size and bus widthJean-Francois Moine1-4/+24
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko3-8/+11
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko3-20/+19
2016-05-02dmaengine: dw: revisit data_width propertyAndy Shevchenko2-33/+14
2016-05-02dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko1-10/+10
2016-05-02dmaengine: tegra-apb: proper default init of channel slave_idShardar Shariff Md1-2/+14
2016-05-02dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl1-1/+1
2016-04-26dmaengine: pxa_dma: remove duplicate const qualifierEric Engestrom1-1/+1
2016-04-26dmaengine: sun6i: Simplify lli settingJean-Francois Moine1-55/+47
2016-04-26dmaengine: sun6i: Fix impossible settings of burst and bus widthJean-Francois Moine1-5/+5
2016-04-26dmaengine: sun6i: Fix the access of the IRQ registerJean-Francois Moine1-2/+2
2016-04-26dmaengine: pxa: handle bus errorsRobert Jarzmik1-1/+13
2016-04-19dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter2-119/+48
2016-04-19dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE defineStanimir Varbanov1-8/+8
2016-04-19dmaengine: qcom: bam_dma: use correct pipe FIFO sizeStanimir Varbanov1-1/+1
2016-04-19dmaengine: qcom: bam_dma: add controlled-remotely dt propertyStanimir Varbanov1-0/+7
2016-04-19dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raisedStanimir Varbanov1-4/+8
2016-04-19dmaengine: qcom: bam_dma: fix dma free memory on removeStanimir Varbanov1-0/+3
2016-04-19dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl1-14/+63
2016-04-16Merge branch 'fix/edma' into fixesVinod Koul1-38/+25
2016-04-16Merge branch 'fix/xilinx' into fixesVinod Koul1-1/+1
2016-04-16Merge branch 'fix/omap' into fixesVinod Koul1-9/+17
2016-04-16Merge branch 'fix/hsu' into fixesVinod Koul2-5/+11
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-7/+48
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