summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2019-08-08dmaengine: qcom: hidma_mgmt: Add of_node_put() before gotoNishka Dasgupta
2019-08-08dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong
2019-08-08dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherentFuqian Huang
2019-08-08dmaengine: imx-sdma: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-31dmaengine: imx-dma: Mark expected switch fall-throughGustavo A. R. Silva
2019-07-31dmaengine: tegra210-adma: Don't program FIFO thresholdJonathan Hunter
2019-07-30dma: Drop JZ4740 driverPaul Cercueil
2019-07-29dmaengine: stm32-mdma: Switch to use device_property_count_u32()Andy Shevchenko
2019-07-29dmaengine: stm32-dmamux: Switch to use device_property_count_u32()Andy Shevchenko
2019-07-29dmaengine: ti: edma: Support for polled (memcpy) completionPeter Ujfalusi
2019-07-29dmaengine: ti: edma: Correct the residue calculation (fix for memcpy)Peter Ujfalusi
2019-07-29dmaengine: ti: edma: Clean up the 2x32bit array register accessesPeter Ujfalusi
2019-07-29dmaengine: ti: omap-dma: Improved memcpy polling supportPeter Ujfalusi
2019-07-29dmaengine: ti: omap-dma: Readability cleanup in omap_dma_tx_status()Peter Ujfalusi
2019-07-25dmaengine: dma-jz4780: Break descriptor chains on JZ4740Paul Cercueil
2019-07-25dmaengine: tegra210-adma: Fix unused function warningsYueHaibing
2019-07-25dmaengine: tegra-apb: Support per-burst residue granularityDmitry Osipenko
2019-07-22dmaengine: ste_dma40: fix unneeded variable warningArnd Bergmann
2019-07-22dmaengine: dw-edma: fix endianess confusionArnd Bergmann
2019-07-22dmaengine: dw-edma: fix __iomem type confusionArnd Bergmann
2019-07-22dmaengine: dw-edma: fix unnecessary stack usageArnd Bergmann
2019-07-22dmaengine: bcm2835: Print error in case setting DMA mask failsStefan Wahren
2019-07-22dmaengine: edma: make edma_filter_fn privateArnd Bergmann
2019-07-22dmaengine: omap-dma: make omap_dma_filter_fn privateArnd Bergmann
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-07-08dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support"Vinod Koul
2019-07-07dmaengine: at_xdmac: check for non-empty xfers_list before invoking callbackRaag Jadav
2019-07-06Merge tag 'dmaengine-fix-5.2' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-07-05dmaengine: qcom: bam_dma: Fix completed descriptors countSricharan R
2019-07-05dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong
2019-07-05dmaengine: imx-sdma: fix use-after-free on probe error pathSven Van Asbroeck
2019-07-05dmaengine: jz4780: Fix an endian bug in IRQ handlerDan Carpenter
2019-07-05dmaengine: tegra210-adma: remove PM_CLK dependencySameer Pujar
2019-07-03dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong
2019-07-03dmaengine: fsl-edma-common: version check for v2 insteadRobin Gong
2019-07-03dmaengine: fsl-edma-common: move dmamux register to another single functionRobin Gong
2019-07-03dmaengine: fsl-edma: add drvdata for fsl-edmaRobin Gong
2019-07-03dmaengine: Revert "dmaengine: fsl-edma: support little endian for edma driver"Fabio Estevam
2019-06-27mtd: rawnand: gpmi: Implement exec_opSascha Hauer
2019-06-27dmaengine: mxs: rename custom flagSascha Hauer
2019-06-27dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer
2019-06-27dmaengine: mxs: Drop unnecessary flagSascha Hauer
2019-06-25dmaengine: rcar-dmac: Reject zero-length slave DMA requestsGeert Uytterhoeven
2019-06-25dmaengine: dw: Enable iDMA 32-bit on Intel Elkhart LakeAndy Shevchenko
2019-06-25dmaengine: dw-edma: fix semicolon.cocci warningskbuild test robot
2019-06-25dmaengine: sh: usb-dmac: Use [] to denote a flexible array memberGeert Uytterhoeven
2019-06-25dmaengine: dmatest: timeout value of -1 should specify infinite waitHook, Gary
2019-06-25dmaengine: dw: Distinguish ->remove() between DW and iDMA 32-bitAndy Shevchenko