summaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/imx' into for-linusVinod Koul2018-04-101-0/+21
|\
| * dmaengine: imx-sdma: fix pagefault when channel is disabled during interruptThierry Bultel2018-03-051-0/+21
* | Merge branch 'topic/edma' into for-linusVinod Koul2018-04-101-0/+6
|\ \
| * | dmaengine: edma: Check the memory allocation for the memcpy dma devicePeter Ujfalusi2018-03-271-0/+6
| |/
* | Merge branch 'topic/dw_axi' into for-linusVinod Koul2018-04-105-0/+1354
|\ \
| * | dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"Colin Ian King2018-03-271-1/+1
| * | dmaengine: Introduce DW AXI DMAC driverEugeniy Paltsev2018-03-195-0/+1354
| |/
* | Merge branch 'topic/dmatest' into for-linusVinod Koul2018-04-101-4/+12
|\ \
| * | dmaengine: dmatest: add norandom optionYang Shunyong2018-02-121-4/+12
| |/
* / dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat2018-03-271-2/+2
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-02-021-1/+1
|\
| *-. Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King2018-01-216-42/+53
| |\ \
| | * | ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-211-1/+1
| |/ /
* | | Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-01-3125-276/+537
|\ \ \
| * \ \ Merge branch 'topic/xilinx' into for-linusVinod Koul2018-01-312-168/+313
| |\ \ \
| | * | | dmaengine: xilinx_dma: Free BD consistent memoryKedareswara rao Appana2018-01-081-0/+5
| | * | | dmaengine: xilinx_dma: Fix warning variable prev set but not usedKedareswara rao Appana2018-01-081-3/+1
| | * | | dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdmaKedareswara rao Appana2018-01-081-0/+10
| | * | | dmaengine: xilinx_dma: Fix typosVinod Koul2017-12-181-3/+3
| | * | | dmaengine: xilinx_dma: Differentiate probe based on the ip typeKedareswara rao Appana2017-12-181-1/+6
| | * | | dmaengine: xilinx_dma: fix style issues from checkpatchKedareswara rao Appana2017-12-181-1/+2
| | * | | dmaengine: xilinx_dma: Fix kernel doc warningsKedareswara rao Appana2017-12-181-13/+24
| | * | | dmaengine: xilinx_dma: Fix race condition in the driver for multiple descript...Kedareswara rao Appana2017-12-181-51/+84
| | * | | dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdmaKedareswara rao Appana2017-12-181-22/+19
| | * | | dmaengine: xilinx_dma: Check for channel idle state before submitting dma des...Kedareswara rao Appana2017-12-181-38/+22
| | * | | dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana2017-12-181-1/+2
| | * | | dmaengine: zynqmp_dma: Fix issues with overflow interruptKedareswara rao Appana2017-12-181-1/+5
| | * | | dmaengine: zynqmp_dma: Fix warning variable 'val' set but not usedKedareswara rao Appana2017-12-181-4/+2
| | * | | dmaengine: zynqmp_dma: Fix kernel doc-formatKedareswara rao Appana2017-12-181-1/+3
| | * | | dmaengine: zynqmp_dma: Add runtime pm supportKedareswara rao Appana2017-12-181-32/+128
| | |/ /
| * | | Merge branch 'topic/virt-dma' into for-linusVinod Koul2018-01-3110-20/+107
| |\ \ \
| | * | | dmaengine: s3c24xx-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+10
| | * | | dmaengine: k3dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+9
| | * | | dmaengine: img-mdc-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-5/+12
| | * | | dmaengine: amba-pl08x: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+10
| | * | | dmaengine: dma-jz4780: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+9
| | * | | dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+9
| | * | | dmaengine: edma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-5/+2
| | * | | dmaengine: omap-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+1
| | * | | dmaengine: virt-dma: Support for race free transfer terminationPeter Ujfalusi2017-12-041-0/+30
| | * | | dmaengine: virt-dma: Add helper to free/reuse a descriptorPeter Ujfalusi2017-12-042-4/+15
| | |/ /
| * | | Merge branch 'topic/timb' into for-linusVinod Koul2018-01-311-1/+1
| |\ \ \
| | * | | dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"Colin Ian King2017-12-111-1/+1
| | |/ /
| * | | Merge branch 'topic/ti' into for-linusVinod Koul2018-01-311-1/+9
| |\ \ \
| | * | | dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63Vignesh R2017-12-221-1/+9
| | |/ /
| * | | Merge branch 'topic/tegra' into for-linusVinod Koul2018-01-311-5/+14
| |\ \ \
| | * | | dmaengine: tegra-apb: Support non-flow controlled slave configurationDmitry Osipenko2017-11-291-5/+14
| | |/ /
| * | | Merge branch 'topic/stm' into for-linusVinod Koul2018-01-311-3/+0
| |\ \ \
| | * | | dmaengine: stm32-dmamux: Remove unnecessary platform_get_resource() error checkWei Yongjun2018-01-191-3/+0
| | |/ /
| * | | Merge branch 'topic/sprd' into for-linusVinod Koul2018-01-311-1/+1
| |\ \ \