summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/dw' into for-linusVinod Koul2019-03-1214-266/+426
|\
| * dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko2019-01-081-1/+1
| * dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2019-01-078-28/+9
| * dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko2019-01-074-26/+47
| * dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko2019-01-074-7/+25
| * dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko2019-01-0710-181/+343
| * dmaengine: dw: Remove unused internal propertyAndy Shevchenko2019-01-074-12/+1
| * dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-076-13/+1
| * dmaengine: dw: Add missed multi-block support for iDMA 32-bitAndy Shevchenko2019-01-071-0/+1
* | Merge branch 'topic/brcm' into for-linusVinod Koul2019-03-121-61/+31
|\ \
| * | dmaengine: bcm2835: Drop outdated comment on supported transactionsLukas Wunner2019-02-041-3/+0
| * | dmaengine: bcm2835: Drop gratuitous list deletionLukas Wunner2019-02-041-10/+0
| * | dmaengine: bcm2835: Enforce control block alignmentLukas Wunner2019-02-041-1/+5
| * | dmaengine: bcm2835: Return void from abort of transactionsLukas Wunner2019-02-041-3/+2
| * | dmaengine: bcm2835: Fix abort of transactionsLukas Wunner2019-02-041-32/+9
| * | dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner2019-02-041-15/+18
| |/
* | dmaengine: imx-sdma: fix consistent dma test failuresAngus Ainslie (Purism)2019-02-251-0/+1
* | dmaengine: imx-sdma: add a test for imx8mq multi sdma devicesAngus Ainslie (Purism)2019-02-252-0/+7
* | dmaengine: imx-sdma: add clock ratio 1:1 checkAngus Ainslie (Purism)2019-02-251-4/+14
* | dmaengine: dmatest: move test data alloc & free into functionsAlexandru Ardelean2019-02-251-55/+55
* | dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()Alexandru Ardelean2019-02-251-15/+17
* | dmaengine: dmatest: wrap src & dst data into a structAlexandru Ardelean2019-02-251-94/+101
* | dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang2019-02-252-0/+41
* | dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang2019-02-253-2/+28
* | dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang2019-02-252-0/+3
* | dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang2019-02-253-1/+6
* | dmaengine: sprd: Change channel id to slave id for DMA cell specifierBaolin Wang2019-02-251-15/+4
* | dt-bindings: dmaengine: sprd: Change channel id to slave id for DMA cell spec...Baolin Wang2019-02-251-1/+1
* | dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy2019-02-191-1/+1
* | Documentation :dmaengine: clarify DMA desc. pointer after submissionFederico Vaga2019-02-111-0/+7
* | Documentation: dmaengine: fix dmatest.rst warningRandy Dunlap2019-02-111-0/+1
* | dmaengine: axi-dmac: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-201-2/+1
* | dmaengine: timb_dma: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-201-2/+2
* | Merge branch 'topic/qcom' into for-linusVinod Koul2019-01-203-12/+14
|\ \
| * | dmaengine: qcom_hidma: assign channel cookie correctlyShunyong Yang2019-01-201-8/+9
| * | dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*Shunyong Yang2019-01-201-0/+2
| * | dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+2
| * | dmaengine: qcom_hidma: Check for driver register failureAditya Pakki2019-01-071-2/+1
| |/
* | dmaengine: st_fdma: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+1
* | dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-071-3/+2
* | dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-071-2/+1
* | dmaengine: sa11x0: drop useless LIST_HEADJulia Lawall2019-01-071-2/+0
* | dmaengine: pl330: drop useless LIST_HEADJulia Lawall2019-01-071-1/+0
* | dmaengine: st_fdma: drop useless LIST_HEADJulia Lawall2019-01-071-3/+0
* | dmaengine: dw: drop useless LIST_HEADJulia Lawall2019-01-071-1/+0
* | dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall2019-01-071-5/+0
|/
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1