summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2018-07-25dmaengine: dma_request_chan_by_mask() to handle deferred probingPeter Ujfalusi
2018-07-25dmaengine: pl330: fix irq race with terminate_allJohn Keeping
2018-07-25dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST"Vinod Koul
2018-07-25dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad...Hanna Hawa
2018-07-20dmaengine: mv_xor_v2: enable COMPILE_TESTHanna Hawa
2018-07-20dmaengine: mv_xor_v2: move unmap to before callbackHanna Hawa
2018-07-20dmaengine: mv_xor_v2: convert callback to helper functionHanna Hawa
2018-07-20dmaengine: mv_xor_v2: kill the tasklets upon exitHanna Hawa
2018-07-20dmaengine: mv_xor_v2: explicitly freeup irqHanna Hawa
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-11dmaengine: sh: rcar-dmac: Add dma_pause operationYoshihiro Shimoda
2018-07-11dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrierYoshihiro Shimoda
2018-07-10dmaengine: idma64: Support dmaengine_terminate_sync()Andy Shevchenko
2018-07-10dmaengine: hsu: Support dmaengine_terminate_sync()Andy Shevchenko
2018-07-10dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0Yoshihiro Shimoda
2018-07-10dmaengine: pl330: remove set but unused variableVinod Koul
2018-07-10dmaengine: pl330: Mark expected switch fall-throughVinod Koul
2018-07-09dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski
2018-07-09dmaengine: rcar-dmac: clear channel register when errorKuninori Morimoto
2018-07-09dmaengine: rcar-dmac: Disable interrupts while stopping channelsGeert Uytterhoeven
2018-07-09dmaengine: nbpfaxi: Mark expected switch fall-throughGustavo A. R. Silva
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-06dmaengine: rcar-dmac: convert to SPDX identifiersKuninori Morimoto
2018-07-06dmaengine: imx-sdma: add missing structure descriptionRobin Gong
2018-07-02dmaengine: imx-sdma: remove unused variableVinod Koul
2018-07-02dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocationsVinod Koul
2018-07-02dmaengine: imx-sdma: Fix some typosVinod Koul
2018-07-02dmaengine: imx-sdma: alloclate bd memory from dma poolRobin Gong
2018-07-02dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlapRobin Gong
2018-07-02dmaengine: imx-sdma: remove the maximum limitation for bd numbersRobin Gong
2018-07-02dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_chan...Robin Gong
2018-07-02dmaengine: imx-sdma: add virt-dma supportRobin Gong
2018-07-02dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channelSascha Hauer
2018-07-02dmaengine: ste_dma40: Remove VLA usageKees Cook
2018-06-29dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey
2018-06-28dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter
2018-06-28dmaengine: pl330: report BURST residue granularityMarek Szyprowski
2018-06-28dmaengine: rcar-dmac: don't use DMAC error interruptKuninori Morimoto
2018-06-19dmaengine: ioatdma: set the completion address register after channel resetDave Jiang
2018-06-19dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularityJanusz Krzysztofik
2018-06-18dmaengine: pxa: add a default requestor policyRobert Jarzmik
2018-06-18dmaengine: pxa: use a dma slave mapRobert Jarzmik
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-08Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds