aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2018-06-28dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Gravatar Dan Carpenter 1-1/+1
2018-06-28dmaengine: pl330: report BURST residue granularityGravatar Marek Szyprowski 1-1/+1
2018-06-19dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularityGravatar Janusz Krzysztofik 1-1/+5
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 4-13/+14
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 5-8/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-2/+3
2018-06-08Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 27-397/+559
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-18/+14
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 3-7/+6
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 5-11/+8
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-06-04Merge branch 'topic/txx' into for-linusGravatar Vinod Koul 1-5/+3
2018-06-04Merge branch 'topic/ti' into for-linusGravatar Vinod Koul 8-37/+49
2018-06-04Merge branch 'topic/stm' into for-linusGravatar Vinod Koul 1-41/+59
2018-06-04Merge branch 'topic/ste' into for-linusGravatar Vinod Koul 1-8/+4
2018-06-04Merge branch 'topic/sprd' into for-linusGravatar Vinod Koul 1-146/+203
2018-06-04Merge branch 'topic/renesas' into for-linusGravatar Vinod Koul 1-29/+21
2018-06-04Merge branch 'topic/qcom' into for-linusGravatar Vinod Koul 2-6/+3
2018-06-04Merge branch 'topic/pl330' into for-linusGravatar Vinod Koul 1-50/+159
2018-06-04Merge branch 'topic/imx' into for-linusGravatar Vinod Koul 3-43/+26
2018-06-04Merge branch 'topic/idma' into for-linusGravatar Vinod Koul 1-4/+2
2018-06-04Merge branch 'topic/fsl' into for-linusGravatar Vinod Koul 1-4/+2
2018-06-04Merge branch 'topic/dw' into for-linusGravatar Vinod Koul 1-4/+2
2018-06-04Merge branch 'topic/dmatest' into for-linusGravatar Vinod Koul 1-3/+13
2018-06-04Merge branch 'topic/bam' into for-linusGravatar Vinod Koul 1-4/+6
2018-06-04Merge branch 'topic/axi' into for-linusGravatar Vinod Koul 1-1/+1
2018-05-29dmaengine: sprd: Add Spreadtrum DMA configurationGravatar Eric Long 1-0/+182
2018-05-29dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy()Gravatar Eric Long 1-128/+39
2018-05-23dmaengine: imx-dma: Switch to SPDX identifierGravatar Fabio Estevam 1-16/+10
2018-05-23dmaengine: mxs-dma: Switch to SPDX identifierGravatar Fabio Estevam 1-9/+5
2018-05-23dmaengine: imx-sdma: Switch to SPDX identifierGravatar Fabio Estevam 1-18/+11
2018-05-17dmaengine: qcom: bam_dma: fix some doc warnings.Gravatar Srinivas Kandagatla 1-2/+3
2018-05-17dmaengine: qcom: bam_dma: fix invalid assignment warningGravatar Srinivas Kandagatla 1-2/+3
2018-05-17dmaengine: qcom: bam_dma: check if the runtime pm enabledGravatar Srinivas Kandagatla 1-5/+13
2018-05-17dmaengine: sprd: fix an NULL vs IS_ERR() bugGravatar Dan Carpenter 1-2/+2
2018-05-09dmaengine: sprd: Use devm_ioremap_resource() to map memoryGravatar Baolin Wang 1-4/+1
2018-05-07dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()Gravatar Wei Yongjun 1-0/+2
2018-05-03drivers: remove force dma flag from busesGravatar Christoph Hellwig 1-1/+1
2018-05-03dmaengine: pl330: flush before wait, and add dev burst support.Gravatar Frank Mori Hess 1-50/+159
2018-05-02dmaengine: axi-dmac: Request IRQ with IRQF_SHAREDGravatar Moritz Fischer 1-1/+1
2018-05-02dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"Gravatar Colin Ian King 1-1/+1
2018-04-27dmaengine: sprd: Move DMA request mode and interrupt type into head fileGravatar Eric Long 1-51/+1
2018-04-27dmaengine: sprd: Define the DMA data width typeGravatar Baolin Wang 1-3/+11
2018-04-27dmaengine: sprd: Define the DMA transfer step typeGravatar Eric Long 1-6/+13
2018-04-25dmaengine: ti: New directory for Texas Instruments DMA driversGravatar Peter Ujfalusi 8-37/+49
2018-04-25dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESASGravatar Geert Uytterhoeven 1-29/+21
2018-04-25dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocatorGravatar Pierre-Yves MORDRET 1-34/+55