summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-06-01dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: sudmac: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart1-3/+3
2014-06-01dmaengine: shdmac: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart1-7/+7
2014-06-01dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick1-1/+111
2014-06-01dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick1-1/+0
2014-06-01dmaengine: imx: correct sdmac->status for cyclic dma txJiada Wang1-2/+0
2014-05-22dmaengine: pch: fix compilation for alpha targetVinod Koul1-0/+1
2014-05-22dma: pch_dma: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-22dmaengine: mpc512x: add support for peripheral transfersAlexander Popov1-5/+239
2014-05-21dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2-2/+2
2014-05-07dma: ste_dma40: Convert to the late system PM callbacksUlf Hansson1-1/+1
2014-05-07dma: mmp_pdma: add support for residue reportingDaniel Mack1-3/+84
2014-05-07dma: ste_dma40: Fixup system suspend/resumeUlf Hansson1-3/+10
2014-05-07dma: ste_dma40: Convert to PM macros while providing the PM callbacksUlf Hansson1-79/+71
2014-05-07dma: ste_dma40: Don't require CONFIG_PM_RUNTIMEUlf Hansson1-11/+10
2014-05-07dma: ste_dma40: Maintain spinlock order while handling pauseUlf Hansson1-1/+1
2014-05-07dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPSAndy Shevchenko1-8/+2
2014-05-07dmaengine: dw: move PM to suspend_late / resume_early stagesAndy Shevchenko1-14/+4
2014-05-02dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()Alexander Popov1-17/+38
2014-05-02dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308Alexander Popov1-0/+1
2014-05-02dma: mpc512x: reorder mpc8308 specific instructionsAlexander Popov1-17/+25
2014-05-02DMA: Freescale: move functions to avoid forward declarationsHongbo Zhang1-95/+95
2014-05-02DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplicationHongbo Zhang1-10/+17
2014-05-02DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengineHongbo Zhang1-31/+0
2014-05-02DMA: Freescale: unify register access methodsHongbo Zhang1-19/+33
2014-05-02DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUGHongbo Zhang1-10/+0
2014-05-02DMA: shdma: add cyclic transfer supportKuninori Morimoto1-7/+65
2014-05-02DMA: shdma: tidyup callback chunk finderKuninori Morimoto1-9/+9
2014-05-02dma: mmp_pdma: Fix physical channel memory allocation sizeLaurent Pinchart1-4/+2
2014-05-02dma: mmp_pdma: Simplify access to channel drcmr valueLaurent Pinchart1-1/+1
2014-04-30dmaengine: edma: update DMA memcpy to use new param elementJoel Fernandes1-2/+2
2014-04-30dmaengine: edma: Document variables used for residue accountingJoel Fernandes1-2/+24
2014-04-30dmaengine: edma: Provide granular accountingThomas Gleixner1-2/+65
2014-04-30dmaengine: edma: Store transfer data in edma_desc and edma_psetThomas Gleixner1-0/+9
2014-04-30dmaengine: edma: Create private pset structThomas Gleixner1-31/+36
2014-04-30dmaengine: edma: Check the current decriptor first in tx_status()Thomas Gleixner1-4/+3
2014-04-30dmaengine: edma: Sanitize residue reportingThomas Gleixner1-25/+9
2014-04-29dmaengine: edma: Add channel number to debug printsPeter Ujfalusi1-3/+4
2014-04-23dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQJoel Fernandes1-5/+4
2014-04-22dmaengine: edma: Add DMA memcpy supportJoel Fernandes1-0/+51
2014-04-22dmaengine: edma: Print the direction value as well when it is not supportedPeter Ujfalusi1-2/+2
2014-04-22dmaengine: edma: Prefix debug prints where the text were identical in prep ca...Peter Ujfalusi1-6/+8
2014-04-22dmaengine: edma: Implement device_slave_caps callbackPeter Ujfalusi1-0/+18
2014-04-22dmaengine: edma: Reduce debug print verbosity for non verbose debuggingPeter Ujfalusi1-6/+5
2014-04-22dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi1-0/+1
2014-04-22dmaengine: edma: Add support for DMA_PAUSE/RESUME operationPeter Ujfalusi1-0/+28
2014-04-22dmaengine: edma: Correct the handling of src/dst_maxburst == 0Peter Ujfalusi1-0/+4
2014-04-20Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-6/+18