summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/of' into for-linusVinod Koul2018-10-241-2/+2
|\
| * dmaengine: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-2/+2
* | Merge branch 'topic/mv' into for-linusVinod Koul2018-10-241-2/+2
|\ \
| * | dmaengine: mv_xor: move spin_lock_bh to spin_lock in taskletBarry Song2018-09-031-2/+2
| |/
* | Merge branch 'topic/jz' into for-linusVinod Koul2018-10-246-84/+261
|\ \
| * | MIPS: JZ4740: DTS: Add DMA nodesPaul Cercueil2018-09-111-0/+15
| * | MIPS: JZ4770: DTS: Add DMA nodesPaul Cercueil2018-09-111-0/+30
| * | MIPS: JZ4780: DTS: Update DMA node to match driver changesPaul Cercueil2018-09-111-1/+2
| * | dmaengine: dma-jz4780: Use dma_set_residue()Daniel Silsby2018-09-111-4/+5
| * | dmaengine: dma-jz4780: Further residue status fixDaniel Silsby2018-09-111-1/+1
| * | dmaengine: dma-jz4780: Set DTCn register explicitlyDaniel Silsby2018-09-111-0/+9
| * | dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()Daniel Silsby2018-09-111-10/+5
| * | dmaengine: dma-jz4780: Add missing residue DTC maskDaniel Silsby2018-09-111-1/+2
| * | dmaengine: dma-jz4780: Enable Fast DMA to the AICPaul Cercueil2018-09-111-2/+3
| * | dmaengine: dma-jz4780: Add support for the JZ4725B SoCPaul Cercueil2018-09-111-3/+20
| * | dmaengine: dma-jz4780: Add support for the JZ4740 SoCPaul Cercueil2018-09-111-0/+6
| * | dmaengine: dma-jz4780: Add support for the JZ4770 SoCPaul Cercueil2018-09-111-7/+54
| * | dmaengine: dma-jz4780: Don't depend on MACH_JZ4780Paul Cercueil2018-09-111-1/+1
| * | dmaengine: dma-jz4780: Use 4-word descriptorsPaul Cercueil2018-09-111-12/+9
| * | dmaengine: dma-jz4780: Separate chan/ctrl registersPaul Cercueil2018-09-111-41/+71
| * | dmaengine: dma-jz4780: Avoid hardcoding number of channelsPaul Cercueil2018-09-111-9/+25
| * | dmaengine: dma-jz4780: Return error if not probed from DTPaul Cercueil2018-09-111-0/+5
| * | dt-bindings: jz4780-dma: Update bindings to reflect driver changesPaul Cercueil2018-09-111-4/+10
| |/
* | Merge branch 'topic/intel' into for-linusVinod Koul2018-10-242-8/+13
|\ \
| * | dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen2018-10-051-4/+3
| * | driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long2018-09-181-1/+8
| * | dmaengine: idma64: replace spin_lock_irqsave with spin_lockZhaoxiong Yuan2018-09-111-3/+2
| |/
* | Merge branch 'topic/fsl' into for-linusVinod Koul2018-10-248-714/+1247
|\ \
| * | dmaengine: fsl-edma: remove dma_slave_config direction usageVinod Koul2018-10-092-40/+46
| * | dmaengine: mcf-edma: avoid warning for wrong pointer castAngelo Dureghello2018-09-181-1/+1
| * | dmaengine: fsl-edma: add ColdFire mcf5441x edma supportAngelo Dureghello2018-09-115-4/+387
| * | dmaengine: fsl-edma: fix macrosAngelo Dureghello2018-09-111-28/+22
| * | dmaengine: fsl-edma: add edma version and configurable registersAngelo Dureghello2018-09-113-74/+126
| * | dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...Angelo Dureghello2018-09-114-697/+795
| * | dmaengine: fsldma: move spin_lock_bh to spin_lock in taskletBarry Song2018-09-031-2/+2
| |/
* | Merge branch 'topic/dw' into for-linusVinod Koul2018-10-241-0/+2
|\ \
| * | dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede2018-08-291-0/+2
| |/
* | Merge branch 'topic/dmam' into for-linusVinod Koul2018-10-248-36/+16
|\ \
| * | dmaengine: pxa: fix semicolon.cocci warningskbuild test robot2018-09-111-1/+1
| * | dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"Vinod Koul2018-09-111-2/+2
| * | dmaengine: add COMPILE_TEST for the driversHuang Shijie2018-08-291-2/+2
| * | dmaengine: mxs-dma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-2/+1
| * | dmaengine: pxa_dma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-2/+1
| * | dmaengine: dma-jz4780: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-6/+2
| * | dmaengine: ste_dma40: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-9/+5
| * | dmaengine: mmp_tdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-5/+2
| * | dmaengine: stm32-mdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-3/+1
| * | dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...Huang Shijie2018-08-291-3/+1
| * | dmaengine: st_fdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie2018-08-291-5/+2
| |/
* | Merge branch 'topic/dirn_remove' into for-linusVinod Koul2018-10-2411-50/+121
|\ \