summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * dmaengine: dw-edma: fix semicolon.cocci warningskbuild test robot2019-06-251-1/+1
| * dmaengine: sh: usb-dmac: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-251-1/+1
| * dmaengine: dmatest: timeout value of -1 should specify infinite waitHook, Gary2019-06-251-3/+3
| * dmaengine: dw: Distinguish ->remove() between DW and iDMA 32-bitAndy Shevchenko2019-06-251-8/+20
| * dmaengine: fsl-edma: support little endian for edma driverPeng Ma2019-06-251-0/+5
| * dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"Andy Shevchenko2019-06-251-2/+2
| * dmagengine: pl330: add code to get reset propertyDinh Nguyen2019-06-141-0/+40
| * dmaengine: axi-dmac: add regmap supportAlexandru Ardelean2019-06-142-0/+42
| * dmaengine: axi-dmac: terminate early DMA transfers after a partial oneAlexandru Ardelean2019-06-141-1/+4
| * dmaengine: axi-dmac: populate residue info for completed xfersAlexandru Ardelean2019-06-141-1/+98
| * dmaengine: virt-dma: store result on dma descriptorAlexandru Ardelean2019-06-142-2/+6
| * dmaengine: qcom: hidma: no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-06-142-34/+8
| * dmaengine: mic_x100_dma: no need to check return value of debugfs_create func...Greg Kroah-Hartman2019-06-141-4/+2
| * dmaengine: pxa_dma: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-141-45/+11
| * dmaengine: coh901318: no need to cast away call to debugfs_create_file()Greg Kroah-Hartman2019-06-141-4/+2
| * dmaengine: bcm-sba-raid: no need to check return value of debugfs_create func...Greg Kroah-Hartman2019-06-141-10/+3
| * dmaengine: amba-pl08x: no need to cast away call to debugfs_create_file()Greg Kroah-Hartman2019-06-141-3/+2
| * dmaengine: dw-edma: Fix build error without CONFIG_PCI_MSIYueHaibing2019-06-121-0/+1
| * dmaengine: Grammar s/the its/its/, s/need/needs/Geert Uytterhoeven2019-06-101-2/+2
| * dmaengine: axi-dmac: update license headerAlexandru Ardelean2019-06-101-3/+2
| * dmaengine: Add Synopsys eDMA IP PCIe glue-logicGustavo Pimentel2019-06-103-0/+239
| * dmaengine: Add Synopsys eDMA IP version 0 debugfs supportGustavo Pimentel2019-06-104-1/+341
| * dmaengine: Add Synopsys eDMA IP version 0 supportGustavo Pimentel2019-06-105-1/+541
| * dmaengine: Add Synopsys eDMA IP core driverGustavo Pimentel2019-06-106-0/+1117
| * dmaengine: mediatek: Add MediaTek UART APDMA supportLong Cheng2019-06-073-0/+678
| * dmaengine: sun6i: Add support for H6 DMAJernej Skrabec2019-06-041-0/+40
| * dmaengine: sun6i: Add a quirk for setting mode fieldsJernej Skrabec2019-06-041-19/+27
| * dmaengine: sun6i: Add a quirk for setting DRQ fieldsJernej Skrabec2019-06-041-20/+28
| * dmaengine: sun6i: Add a quirk for additional mbus clockJernej Skrabec2019-06-041-1/+22
| * dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unsetDmitry Osipenko2019-06-041-2/+10
| * dmaengine: fsl-qdma: Continue to clear register on errorPeng Ma2019-06-041-3/+1
| * dmaengine: fsl-qdma: fixed the source/destination descriptor formatPeng Ma2019-06-041-8/+10
| * dmaengine: axi-dmac: assign `copy_align` propertyAlexandru Ardelean2019-05-271-0/+2
| * dmaengine: axi-dmac: Discover length alignment requirementLars-Peter Clausen2019-05-271-5/+18
| * dmaengine: stm32: use to_platform_device()Weitao Hou2019-05-271-4/+2
| * dmaengine: sh: usb-dmac: Let the core do the device node validationBaolin Wang2019-05-271-4/+2
| * dmaengine: sh: rcar-dmac: Let the core do the device node validationBaolin Wang2019-05-271-3/+3
| * dmaengine: mxs-dma: Let the core do the device node validationBaolin Wang2019-05-271-6/+2
| * dmaengine: mmp_tdma: Let the core do the device node validationBaolin Wang2019-05-271-8/+2
| * dmaengine: dma-jz4780: Let the core do the device node validationBaolin Wang2019-05-271-5/+2
| * dmaengine: imx-sdma: Let the core do the device node validationBaolin Wang2019-05-271-7/+2
| * dmaengine: Add matching device node validation in __dma_request_channel()Baolin Wang2019-05-272-4/+10
| * dmaengine: xilinx_dma: Remove set but unused ‘tail_desc’Vinod Koul2019-05-221-3/+1
| * dmaengine: axi-dmac: Sanity check memory mapped interface supportLars-Peter Clausen2019-05-211-2/+22
| * dmaengine: axi-dmac: Enable TLAST handlingMichael Hennerich2019-05-211-0/+2
| * dmaengine: axi-dmac: Add support for interleaved cyclic transfersDragos Bogdan2019-05-211-0/+3
| * dmaengine: stm32-dma: Fix redundant call to platform_get_irqAmelie Delaunay2019-05-211-1/+0
| * dmaengine: jz4780: Use SPDX license notifierPaul Cercueil2019-05-211-5/+1
| * dmaengine: sudmac: remove unused driverSimon Horman2019-05-213-421/+0
* | Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-131-11/+14
|\ \