summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul
2016-01-06Merge branch 'topic/desc_reuse' into for-linusVinod Koul
2015-12-18dmaengine: omap-dma: Add support for DMA filter mapping to slave devicesPeter Ujfalusi
2015-12-18dmaengine: edma: Add support for DMA filter mapping to slave devicesPeter Ujfalusi
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi
2015-12-18dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi
2015-12-18dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi
2015-12-18dmaengine: mdc: Correct terminate_all handlingDamien.Horsley
2015-12-18dmaengine: edma: Add probe callback to edma_tptc_driverPeter Ujfalusi
2015-12-18dmaengine: dw: fix potential memory leak in dw_dma_parse_dt()Mans Rullgard
2015-12-05dmaengine: img-mdc: Remove unnecessary synchronize_irq() before devm_free_irq()Lars-Peter Clausen
2015-12-05dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen
2015-12-05dmaengine: fsl-edma: add PM suspend/resume supportYuan Yao
2015-12-05dmaengine: hsu: speed up residue calculationAndy Shevchenko
2015-12-05dmaengine: acpi-dma: check for 64-bit MMIO addressAndy Shevchenko
2015-12-05dmaengine: at_xdmac: fix spurious flag status for mem2mem transfersLudovic Desroches
2015-12-05dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()Yoshihiro Shimoda
2015-11-16dmaengine: pxa_dma: declare transfer are reusableRobert Jarzmik
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik
2015-11-16dmaengine: virt-dma: don't always free descriptor upon completionRobert Jarzmik
2015-11-16dmaengine: axi_dmac: Add synchronization supportLars-Peter Clausen
2015-11-16dmaengine: virt-dma: Add synchronization helper functionLars-Peter Clausen
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-11-04dmaengine: edma: Add dummy driver skeleton for edma3-tptcPeter Ujfalusi
2015-10-31Merge branch 'topic/ioatdma' into for-linusVinod Koul
2015-10-31Merge branch 'topic/idma' into for-linusVinod Koul
2015-10-31Merge branch 'topic/edma' into for-linusVinod Koul
2015-10-31Merge branch 'topic/dw' into for-linusVinod Koul
2015-10-31dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko
2015-10-31dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko
2015-10-31dmaengine: dw: don't override platform data with autocfgAndy Shevchenko
2015-10-29dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard
2015-10-29Merge branch 'topic/dw' into for-linusVinod Koul
2015-10-27dmaengine: virt-dma: Fix kernel-doc annotationsLars-Peter Clausen
2015-10-27dmaengine: edma: New device tree bindingPeter Ujfalusi
2015-10-27dmaengine: Kconfig: edma: Select TI_DMA_CROSSBAR in case of ARCH_OMAPPeter Ujfalusi
2015-10-27dmaengine: ti-dma-crossbar: Add support for crossbar on AM33xx/AM43xxPeter Ujfalusi
2015-10-27dmaengine: edma: Merge the of parsing functionsPeter Ujfalusi
2015-10-27dmaengine: edma: Do not allocate memory for edma_rsv_info in case of DT bootPeter Ujfalusi
2015-10-27dmaengine: edma: Refactor the dma device and channel struct initializationPeter Ujfalusi
2015-10-27dmaengine: edma: Get qDMA channel information from HW alsoPeter Ujfalusi
2015-10-27dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventqPeter Ujfalusi
2015-10-27dmaengine: edma: Correct PaRAM access function names (_parm_ to _param_)Peter Ujfalusi
2015-10-27dmaengine: edma: Simplify function parameter list for channel operationsPeter Ujfalusi
2015-10-27dmaengine: edma: Optimize memcpy operationPeter Ujfalusi