summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'Vinod Koul2018-01-151-1/+1
| | |/
| * | Merge branch 'topic/rcar' into for-linusVinod Koul2018-01-311-1/+43
| |\ \
| | * | dmaengine: rcar-dmac: use TCRB instead of TCR for residueKuninori Morimoto2017-11-291-1/+21
| | * | dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearingKuninori Morimoto2017-11-291-0/+22
| | |/
| * | Merge branch 'topic/qcom_hidma' into for-linusVinod Koul2018-01-311-46/+15
| |\ \
| | * | dmaengine: qcom_hidma: simplify DT resource parsingRob Herring2018-01-081-46/+15
| * | | Merge branch 'topic/qcom' into for-linusVinod Koul2018-01-312-25/+25
| |\ \ \
| | * | | dmaengine: qcom_hidma: Add identity register supportSinan Kaya2017-12-131-3/+8
| | * | | dmaengine: qcom_hidma: Add support for the new revisionSinan Kaya2017-12-131-21/+13
| | |/ /
| | * | dmaengine: qcom_hidma: check pending interruptsSinan Kaya2017-12-121-3/+6
| | |/
| * | Merge branch 'topic/mic' into for-linusVinod Koul2018-01-311-3/+1
| |\ \
| | * | dmaengine: mic_x100_dma: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-041-3/+1
| | |/
| * | Merge branch 'topic/imx' into for-linusVinod Koul2018-01-311-0/+6
| |\ \
OpenPOWER on IntegriCloud