summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-313-27/+27
|\ \ \
| * | | 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
| * | | Documentation: DT: qcom_hidma: Bump HW revision for the bugfixed HWSinan Kaya2017-12-131-2/+2
| * | | Merge branch 'topic/device_changes' into topic/qcomVinod Koul2017-12-137-0/+53
| |\ \ \ | | |/ / | |/| |
| * | | 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
|\ \ \
| * | | dmaengine: imx-sdma: Add MODULE_FIRMWARENicolas Chauvet2017-12-221-0/+6
| |/ /
* | | Merge branch 'topic/doc' into for-linusVinod Koul2018-01-311-21/+17
|\ \ \
| * | | dmaengine: doc: format struct fields using monospaceLuca Ceresoli2018-01-081-6/+6
| * | | dmaengine: doc: fix bullet list formattingLuca Ceresoli2018-01-081-16/+12
| |/ /
* | | Merge branch 'topic/device_changes' into for-linusVinod Koul2018-01-317-0/+53
|\ \ \ | | |/ | |/|
| * | ACPI: properties: Implement get_match_data() callbackSinan Kaya2017-12-131-0/+8
| * | OF: properties: Implement get_match_data() callbackSinan Kaya2017-12-131-0/+8
| * | device property: Introduce a common API to fetch device match dataSinan Kaya2017-12-133-0/+13
| * | ACPI / bus: Introduce acpi_get_match_data() functionSinan Kaya2017-12-132-0/+24
| |/
* | Merge branch 'topic/cppi' into for-linusVinod Koul2018-01-311-1/+1
|\ \
| * | dmaengine: cppi41: Fix channel queues array size checkGomonovych, Vasyl2017-12-221-1/+1
| |/
* | dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong2018-01-301-1/+1
* | dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2017-12-151-14/+14
* | dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2017-12-111-1/+3
* | dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-111-24/+31
* | dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva2017-11-291-1/+3
* | dmaengine: ioat: Fix error handling pathChristophe JAILLET2017-11-291-1/+1
|/
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-261-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-266-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * | irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1