summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2019-01-20dmaengine: imx-dma: change variable 'now' type to size_tVinod Koul
2019-01-20dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell
2019-01-20dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'YueHaibing
2019-01-20dmaengine: axi-dmac: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-20dmaengine: timb_dma: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-20dmaengine: tegra210-adma: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-20Merge branch 'topic/qcom' into for-linusVinod Koul
2019-01-20dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang
2019-01-20dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang
2019-01-08dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko
2019-01-08dmaengine: imx-sdma: refine to load context only onceRobin Gong
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-07dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: st_fdma: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko
2019-01-07dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko
2019-01-07dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko
2019-01-07dmaengine: dw: Add missed multi-block support for iDMA 32-bitAndy Shevchenko
2019-01-07dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello
2019-01-07dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello
2019-01-07dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey
2019-01-07dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...Andrea Merello
2019-01-07dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello
2019-01-07dmaengine: tegra: add tracepoints to driverBen Dooks
2019-01-07dmaengine: tegra: reduce channel name field sizeBen Dooks
2019-01-07dmaengine: tegra: fix incorrect case of DMABen Dooks
2019-01-07dmaengine: tegra: make byte counters unsigned intBen Dooks
2019-01-07dmaengine: tegra: avoid overflow of byte trackingBen Dooks
2019-01-07dmaengine: stm32-mdma: Add PM Runtime supportPierre-Yves MORDRET
2019-01-07dmaengine: stm32-dmamux: Add PM Runtime supportPierre-Yves MORDRET
2019-01-07dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET
2019-01-07dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET
2019-01-07dmaengine: stm32-mdma: Add a check on read_u32_arrayAditya Pakki
2019-01-07dmaengine: qcom_hidma: Check for driver register failureAditya Pakki
2019-01-07dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki
2019-01-07dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann
2019-01-07dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma
2019-01-07dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platformPeng Ma
2019-01-07dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He
2019-01-07dmaengine: sa11x0: drop useless LIST_HEADJulia Lawall
2019-01-07dmaengine: pl330: drop useless LIST_HEADJulia Lawall
2019-01-07dmaengine: st_fdma: drop useless LIST_HEADJulia Lawall
2019-01-07dmaengine: dw: drop useless LIST_HEADJulia Lawall