summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2014-07-01Update imx-sdma cyclic handling to report residueRussell King - ARM Linux-4/+18
2014-07-01dma: cppi41: handle 0-length packetsDaniel Mack-3/+10
2014-06-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-374/+2270
2014-06-09Merge branch 'topic/xilinx' into for-linusVinod Koul-0/+1395
2014-06-09Merge branch 'topic/dw' into for-linusVinod Koul-23/+39
2014-06-03dmaengine: sh: don't use dynamic static allocationVinod Koul-1/+9
2014-06-03dmaengine: sh: fix print specifier warningsVinod Koul-1/+1
2014-06-03dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul-1/+1
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-75/+260
2014-06-01dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DLFabio Estevam-1/+1
2014-06-01dmaengine: shdma: Enable driver compilation with COMPILE_TESTLaurent Pinchart-1/+1
2014-06-01dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart-0/+1
2014-06-01dmaengine: sudmac: Include linux/err.hLaurent Pinchart-0/+1
2014-06-01dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart-3/+3
2014-06-01dmaengine: shdmac: Include linux/err.hLaurent Pinchart-0/+1
2014-06-01dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart-7/+7
2014-06-01dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick-1/+111
2014-06-01dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick-1/+0
2014-06-01dmaengine: imx: correct sdmac->status for cyclic dma txJiada Wang-2/+0
2014-05-27Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-9/+6
2014-05-22dmaengine: pch: fix compilation for alpha targetVinod Koul-0/+1
2014-05-22dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko-2/+6
2014-05-22dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko-9/+24
2014-05-22dmaengine: dw: enable clock before accessAndy Shevchenko-5/+5
2014-05-22dma: pch_dma: Fix Kconfig dependenciesJean Delvare-1/+1
2014-05-22dmaengine: mpc512x: add support for peripheral transfersAlexander Popov-5/+239
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi-0/+2
2014-05-21dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia-5/+3
2014-05-21dmaengine: sa11x0: remove broken #ifdefArnd Bergmann-4/+0
2014-05-21dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han-2/+2
2014-05-07dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko-5/+6
2014-05-07dma: ste_dma40: Convert to the late system PM callbacksUlf Hansson-1/+1
2014-05-07dma: mmp_pdma: add support for residue reportingDaniel Mack-3/+84
2014-05-07dma: ste_dma40: Fixup system suspend/resumeUlf Hansson-3/+10
2014-05-07dma: ste_dma40: Convert to PM macros while providing the PM callbacksUlf Hansson-79/+71
2014-05-07dma: ste_dma40: Don't require CONFIG_PM_RUNTIMEUlf Hansson-11/+10
2014-05-07dma: ste_dma40: Maintain spinlock order while handling pauseUlf Hansson-1/+1
2014-05-07dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPSAndy Shevchenko-8/+2
2014-05-07dmaengine: dw: move PM to suspend_late / resume_early stagesAndy Shevchenko-14/+4
2014-05-02dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()Alexander Popov-17/+38
2014-05-02dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308Alexander Popov-0/+1
2014-05-02dma: mpc512x: reorder mpc8308 specific instructionsAlexander Popov-17/+25
2014-05-02DMA: Freescale: move functions to avoid forward declarationsHongbo Zhang-95/+95
2014-05-02DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplicationHongbo Zhang-10/+17
2014-05-02DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengineHongbo Zhang-31/+0
2014-05-02DMA: Freescale: unify register access methodsHongbo Zhang-19/+33
2014-05-02DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUGHongbo Zhang-10/+0
2014-05-02DMA: shdma: add cyclic transfer supportKuninori Morimoto-7/+65
2014-05-02DMA: shdma: tidyup callback chunk finderKuninori Morimoto-9/+9
2014-05-02dma: mmp_pdma: Fix physical channel memory allocation sizeLaurent Pinchart-4/+2