aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-03-03dmaengine: tegra: don't open code of_device_get_match_data()Laxman Dewangan1-6/+4
2016-03-03dmaengine: qcom_bam_dma: Make driver work for BEAndy Gross1-8/+11
2016-03-03dmaengine: sun4i: support module autoloadingEmilio López1-0/+1
2016-03-03dma/mic_x100_dma: IS_ERR() vs PTR_ERR() typoDan Carpenter1-1/+1
2016-03-03dmaengine: pxa_dma: fix cyclic transfersRobert Jarzmik1-1/+7
2016-03-03dmaengine: xilinx_vdma: Use readl_poll_timeout instead of do while loop'sKedareswara rao Appana1-24/+22
2016-03-03dmaengine: xilinx_vdma: Simplify spin lock handlingKedareswara rao Appana1-17/+12
2016-03-03dmaengine: xilinx_vdma: Fix issues with non-parking modeKedareswara rao Appana1-0/+4
2016-03-03dmaengine: xilinx_vdma: Improve SG engine handlingKedareswara rao Appana1-55/+72
2016-03-01asm-generic: remove old nonatomic-io wrapper filesArnd Bergmann1-1/+1
2016-03-01dmaengine: pl330: fix to support the burst modeCaesar Wang1-5/+4
2016-02-26dmaengine: pxa_dma: fix the maximum requestor lineRobert Jarzmik1-11/+28
2016-02-22dmaengine: acpi-dma: align debug message with flowAndy Shevchenko1-1/+1
2016-02-22dmaengine: idma64: fix typo in WR_ISSUE_THD(x)Andy Shevchenko1-1/+1
2016-02-22dmaengine: enable mxs-dma for imx6ulLothar Waßmann1-2/+3
2016-02-22dmaengine: edma: Fetch echan->edesc while holding lock in edma_comletion_handlerPeter Ujfalusi1-24/+24
2016-02-22dmaengine: edma: Implement device_synchronize callbackPeter Ujfalusi1-0/+9
2016-02-22dmaengine: omap-dma: Implement device_synchronize callbackPeter Ujfalusi1-0/+8
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang4-34/+81
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang3-157/+1
2016-02-15dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang3-15/+15
2016-02-15dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-02-15dmaengine: idma64: clear LLP_[SD]_EN bits in last descriptorAndy Shevchenko1-0/+3
2016-02-09dmaengine: pl330: add max burst for dmaengineShawn Lin1-0/+3
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin1-0/+1
2016-02-09dmaengine: pl330: add quirk for broken no flushpAddy Ke1-25/+62
2016-02-09dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmitBoojin Kim1-7/+13
2016-02-08dmaengine: sh: Use ARCH_RENESASSimon Horman1-3/+3
2016-02-08dmaengine: edma: fix residue race for cyclicJohn Ogness1-1/+40
2016-02-08dmaengine: dw: pci: add ID for WildcatPoint PCHAndy Shevchenko1-0/+4
2016-01-30dmaengine: IOATDMA: fix timer code that continues to restart channels during idleDave Jiang1-12/+22
2016-01-25dmaengine: ioatdma: Squelch framesize warningsTim Gardner1-1/+1
2016-01-25dmaengine: ep93xx: Treat STALL and NFB IRQs same wayAlexander Sverdlin1-13/+15
2016-01-25dmaengine: dw: fix a typo for bitfields of CTL_LOJie Yang1-1/+1
2016-01-20Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-29/+20
2016-01-18dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu1-0/+3
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2016-01-14dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-01-14dmaengine: dw: fix cyclic transfer setupMans Rullgard1-22/+1
2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds31-1040/+1766
2016-01-13dmaengine: edma: Fix paRAM slot allocation for entry channel 0Peter Ujfalusi1-1/+1
2016-01-12Merge branch 'acpi-soc'Rafael J. Wysocki2-18/+20
2016-01-07Revert "dmaengine: dw: platform: provide platform data for Intel"Andy Shevchenko1-16/+1
2016-01-07dmaengine: dw: return immediately from IRQ when DMA isn't in useAndy Shevchenko1-2/+7
2016-01-07dmaengine: dw: platform: power on device on shutdownAndy Shevchenko1-0/+12
2016-01-07dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flagRameshwar Prasad Sahu1-0/+4
2016-01-06dmaengine: mv_xor: add suspend/resume supportThomas Petazzoni2-0/+54
2016-01-06dmaengine: mv_xor: de-duplicate mv_chan_set_mode*()Thomas Petazzoni1-38/+3
2016-01-06dmaengine: mv_xor: remove mv_xor_chan->current_type fieldThomas Petazzoni2-2/+0
2016-01-06Merge branch 'topic/ti-xbar' into for-linusVinod Koul1-11/+70