summaryrefslogtreecommitdiffstats
path: root/drivers/target (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-15dmaengine: owl: Fix warnings generated during buildManivannan Sadhasivam1-0/+4
2018-10-09dmaengine: fsl-edma: remove dma_slave_config direction usageVinod Koul2-40/+46
2018-10-07dmaengine: mmp_tdma: remove dma_slave_config direction usageVinod Koul1-2/+20
2018-10-07dmaengine: ep93xx_dma: remove dma_slave_config direction usageVinod Koul1-1/+20
2018-10-07dmaengine: k3dma: remove dma_slave_config direction usageVinod Koul1-6/+20
2018-10-07dmaengine: k3dma: dont use direction for memcpyVinod Koul1-8/+2
2018-10-07dmaengine: imx-dma: remove dma_slave_config direction usageVinod Koul1-3/+17
2018-10-07dmaengine: idma: remove dma_slave_config direction usageVinod Koul1-4/+0
2018-10-07dmaengine: hsu: remove dma_slave_config direction usageVinod Koul1-4/+0
2018-10-07dmaengine: dw: remove dma_slave_config direction usageVinod Koul1-5/+0
2018-10-07dmaengine: jz4740: remove dma_slave_config direction usageVinod Koul1-3/+18
2018-10-07dmaengine: coh901318: remove dma_slave_config direction usageVinod Koul1-5/+23
2018-10-07dmaengine: bcm2835: remove dma_slave_config direction usageVinod Koul1-8/+0
2018-10-07dmaengine: at_hdmac: remove dma_slave_config direction usageVinod Koul1-1/+1
2018-10-05dmaengine: owl: Add Slave and Cyclic mode support for Actions Semi Owl S900 SoCManivannan Sadhasivam1-7/+272
2018-10-05dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen1-4/+3
2018-10-02dmaengine: timb_dma: Use proper enum in td_prep_slave_sgNathan Chancellor1-1/+1
2018-10-02dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_directionNathan Chancellor1-1/+1
2018-09-18driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long1-1/+8
2018-09-18dmaengine: mcf-edma: avoid warning for wrong pointer castAngelo Dureghello1-1/+1
2018-09-11dmaengine: idma64: replace spin_lock_irqsave with spin_lockZhaoxiong Yuan1-3/+2
2018-09-11MIPS: JZ4740: DTS: Add DMA nodesPaul Cercueil1-0/+15
2018-09-11MIPS: JZ4770: DTS: Add DMA nodesPaul Cercueil1-0/+30
2018-09-11MIPS: JZ4780: DTS: Update DMA node to match driver changesPaul Cercueil1-1/+2
2018-09-11dmaengine: dma-jz4780: Use dma_set_residue()Daniel Silsby1-4/+5
2018-09-11dmaengine: dma-jz4780: Further residue status fixDaniel Silsby1-1/+1
2018-09-11dmaengine: dma-jz4780: Set DTCn register explicitlyDaniel Silsby1-0/+9
2018-09-11dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()Daniel Silsby1-10/+5
2018-09-11dmaengine: dma-jz4780: Add missing residue DTC maskDaniel Silsby1-1/+2
2018-09-11dmaengine: dma-jz4780: Enable Fast DMA to the AICPaul Cercueil1-2/+3
2018-09-11dmaengine: dma-jz4780: Add support for the JZ4725B SoCPaul Cercueil1-3/+20
2018-09-11dmaengine: dma-jz4780: Add support for the JZ4740 SoCPaul Cercueil1-0/+6
2018-09-11dmaengine: dma-jz4780: Add support for the JZ4770 SoCPaul Cercueil1-7/+54
2018-09-11dmaengine: dma-jz4780: Don't depend on MACH_JZ4780Paul Cercueil1-1/+1
2018-09-11dmaengine: dma-jz4780: Use 4-word descriptorsPaul Cercueil1-12/+9
2018-09-11dmaengine: dma-jz4780: Separate chan/ctrl registersPaul Cercueil1-41/+71
2018-09-11dmaengine: dma-jz4780: Avoid hardcoding number of channelsPaul Cercueil1-9/+25
2018-09-11dmaengine: dma-jz4780: Return error if not probed from DTPaul Cercueil1-0/+5
2018-09-11dt-bindings: jz4780-dma: Update bindings to reflect driver changesPaul Cercueil1-4/+10
2018-09-11dmaengine: fsl-edma: add ColdFire mcf5441x edma supportAngelo Dureghello5-4/+387
2018-09-11dmaengine: fsl-edma: fix macrosAngelo Dureghello1-28/+22
2018-09-11dmaengine: fsl-edma: add edma version and configurable registersAngelo Dureghello3-74/+126
2018-09-11dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...Angelo Dureghello4-697/+795
2018-09-11dmaengine: pxa: fix semicolon.cocci warningskbuild test robot1-1/+1
2018-09-11dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"Vinod Koul1-2/+2
2018-09-03dmaengine: at_xdmac: move spin_lock_bh to spin_lock in taskletBarry Song1-2/+2
2018-09-03dmaengine: mv_xor: move spin_lock_bh to spin_lock in taskletBarry Song1-2/+2
2018-09-03dmaengine: fsldma: move spin_lock_bh to spin_lock in taskletBarry Song1-2/+2
2018-08-29dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede1-0/+2
2018-08-29dmaengine: add COMPILE_TEST for the driversHuang Shijie1-2/+2