summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-7/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-7/+0
* | Merge tag 'dmaengine-4.20-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-10-2544-961/+1941
|\ \ | |/ |/|
| * Merge branch 'topic/stm' into for-linusVinod Koul2018-10-241-14/+6
| |\
| | * dmaengine: stm32-dma: check whether length is aligned on FIFO thresholdPierre-Yves MORDRET2018-10-021-14/+6
| * | Merge branch 'topic/sprd' into for-linusVinod Koul2018-10-241-7/+74
| |\ \
| | * | dmaengine: sprd: Support DMA link-list modeEric Long2018-09-031-7/+74
| | |/
| * | Merge branch 'topic/renesas' into for-linusVinod Koul2018-10-2410-38/+12
| |\ \
| | * | dmaengine: rcar-dmac: set scatter/gather max segment sizeWolfram Sang2018-10-071-0/+3
| | * | dmaengine: use SPDX identifier for Renesas driversWolfram Sang2018-08-299-38/+9
| | |/
| * | Merge branch 'topic/owl' into for-linusVinod Koul2018-10-241-7/+276
| |\ \
| | * | dmaengine: owl: Fix warnings generated during buildManivannan Sadhasivam2018-10-151-0/+4
| | * | dmaengine: owl: Add Slave and Cyclic mode support for Actions Semi Owl S900 SoCManivannan Sadhasivam2018-10-051-7/+272
| | |/
| * | 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-242-79/+204
| |\ \
| | * | 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
| | |/
| * | 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-247-714/+1209
| |\ \
| | * | 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-114-4/+349
| | * | 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