summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAge
* Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-04-10
|\
| * Merge branch 'topic/stm' into for-linusVinod Koul2018-04-10
| |\
| | * dmaengine: stm32-dma: properly mask irq bitsPierre Yves MORDRET2018-04-04
| | * dmaengine: stm32-dma: fix max items per transferPierre Yves MORDRET2018-04-04
| | * dmaengine: stm32-dma: fix DMA IRQ status handlingPierre Yves MORDRET2018-04-04
| | * dmaengine: stm32-dma: Improve memory burst managementPierre Yves MORDRET2018-04-04
| | * dmaengine: stm32-dma: fix typo and reported checkpatch warningsPierre Yves MORDRET2018-04-04
| | * dmaengine: stm32-dma: fix incomplete configuration in cyclic modePierre Yves MORDRET2018-04-04
| | * dmaengine: stm32-dma: threshold manages with bitfield featurePierre Yves MORDRET2018-04-04
| * | Merge branch 'topic/renesas' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacksGeert Uytterhoeven2018-04-04
| | * | dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()Yoshihiro Shimoda2018-03-05
| | |/
| * | Merge branch 'topic/qcom' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: qcom: bam_dma: disable runtime pm on remote controlledSrinivas Kandagatla2018-03-01
| | * | dmaengine: qcom: bam_dma: do not write to global regs in remote modeSrinivas Kandagatla2018-03-01
| | * | dmaengine: qcom: bam_dma: get num-channels and num-ees from dtSrinivas Kandagatla2018-03-01
| | * | dmaengine: qcom: bam_dma: make bam clk optionalSrinivas Kandagatla2018-03-01
| | |/
| * | Merge branch 'topic/pl330' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou2018-03-06
| | |/
| * | Merge branch 'topic/mtek' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT...Sean Wang2018-03-27
| | |/
| * | Merge branch 'topic/imx' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: imx-sdma: fix pagefault when channel is disabled during interruptThierry Bultel2018-03-05
| | |/
| * | Merge branch 'topic/edma' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: edma: Check the memory allocation for the memcpy dma devicePeter Ujfalusi2018-03-27
| | |/
| * | Merge branch 'topic/dw_axi' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"Colin Ian King2018-03-27
| | * | dmaengine: Introduce DW AXI DMAC driverEugeniy Paltsev2018-03-19
| | |/
| * | Merge branch 'topic/dmatest' into for-linusVinod Koul2018-04-10
| |\ \
| | * | dmaengine: dmatest: add norandom optionYang Shunyong2018-02-12
| | |/
| * | dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat2018-03-27
| |/
* | dmaengine: stm32-dmamux: fix a potential buffer overflowPierre-Yves MORDRET2018-03-22
* | dmaengine: mv_xor_v2: Fix clock resource by adding a register clockGregory CLEMENT2018-03-11
* | dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda2018-02-27
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-02-02
|\
| *-. Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King2018-01-21
| |\ \
| | * | ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-21
| |/ /
* | | Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-01-31
|\ \ \
| * \ \ Merge branch 'topic/xilinx' into for-linusVinod Koul2018-01-31
| |\ \ \
| | * | | dmaengine: xilinx_dma: Free BD consistent memoryKedareswara rao Appana2018-01-08
| | * | | dmaengine: xilinx_dma: Fix warning variable prev set but not usedKedareswara rao Appana2018-01-08
| | * | | dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdmaKedareswara rao Appana2018-01-08
| | * | | dmaengine: xilinx_dma: Fix typosVinod Koul2017-12-18
| | * | | dmaengine: xilinx_dma: Differentiate probe based on the ip typeKedareswara rao Appana2017-12-18
| | * | | dmaengine: xilinx_dma: fix style issues from checkpatchKedareswara rao Appana2017-12-18
| | * | | dmaengine: xilinx_dma: Fix kernel doc warningsKedareswara rao Appana2017-12-18
| | * | | dmaengine: xilinx_dma: Fix race condition in the driver for multiple descript...Kedareswara rao Appana2017-12-18
| | * | | dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdmaKedareswara rao Appana2017-12-18
| | * | | dmaengine: xilinx_dma: Check for channel idle state before submitting dma des...Kedareswara rao Appana2017-12-18
| | * | | dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana2017-12-18