aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor addressHanna Hawa1-2/+2
2018-07-20dmaengine: mv_xor_v2: enable COMPILE_TESTHanna Hawa1-1/+1
2018-07-20dmaengine: mv_xor_v2: move unmap to before callbackHanna Hawa1-2/+1
2018-07-20dmaengine: mv_xor_v2: convert callback to helper functionHanna Hawa1-3/+2
2018-07-20dmaengine: mv_xor_v2: kill the tasklets upon exitHanna Hawa1-0/+2
2018-07-20dmaengine: mv_xor_v2: explicitly freeup irqHanna Hawa1-0/+4
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman3-3/+7
2018-07-11dmaengine: sh: rcar-dmac: Add dma_pause operationYoshihiro Shimoda1-0/+12
2018-07-11dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrierYoshihiro Shimoda1-4/+11
2018-07-10dmaengine: idma64: Support dmaengine_terminate_sync()Andy Shevchenko1-0/+8
2018-07-10dmaengine: hsu: Support dmaengine_terminate_sync()Andy Shevchenko1-0/+8
2018-07-10dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0Yoshihiro Shimoda1-2/+3
2018-07-10dmaengine: pl330: remove set but unused variableVinod Koul1-4/+0
2018-07-10dmaengine: pl330: Mark expected switch fall-throughVinod Koul1-0/+3
2018-07-09dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard2-6/+6
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski1-6/+2
2018-07-09dmaengine: rcar-dmac: clear channel register when errorKuninori Morimoto1-1/+9
2018-07-09dmaengine: rcar-dmac: Disable interrupts while stopping channelsGeert Uytterhoeven1-2/+2
2018-07-09dmaengine: nbpfaxi: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2-0/+2
2018-07-06dmaengine: rcar-dmac: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-07-06dmaengine: imx-sdma: add missing structure descriptionRobin Gong1-28/+57
2018-07-02dmaengine: imx-sdma: remove unused variableVinod Koul1-5/+2
2018-07-02dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocationsVinod Koul1-2/+2
2018-07-02dmaengine: imx-sdma: Fix some typosVinod Koul1-3/+3
2018-07-02dmaengine: imx-sdma: alloclate bd memory from dma poolRobin Gong1-6/+12
2018-07-02dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlapRobin Gong1-46/+37
2018-07-02dmaengine: imx-sdma: remove the maximum limitation for bd numbersRobin Gong1-14/+0
2018-07-02dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_channel'Robin Gong1-23/+0
2018-07-02dmaengine: imx-sdma: add virt-dma supportRobin Gong2-93/+171
2018-07-02dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channelSascha Hauer1-54/+83
2018-07-02dmaengine: ste_dma40: Remove VLA usageKees Cook1-2/+13
2018-06-29dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey1-0/+22
2018-06-28dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter1-1/+1
2018-06-28dmaengine: pl330: report BURST residue granularityMarek Szyprowski1-1/+1
2018-06-28dmaengine: rcar-dmac: don't use DMAC error interruptKuninori Morimoto1-50/+22
2018-06-19dmaengine: ioatdma: set the completion address register after channel resetDave Jiang1-0/+6
2018-06-19dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularityJanusz Krzysztofik1-1/+5
2018-06-18dmaengine: pxa: add a default requestor policyRobert Jarzmik1-0/+5
2018-06-18dmaengine: pxa: use a dma slave mapRobert Jarzmik1-1/+9
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook4-13/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook5-8/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+3
2018-06-08Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds27-397/+559
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds8-18/+14
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook3-7/+6
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook5-11/+8