summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-22dmaengine: dw: don't prompt for DW_DMAC_COREVinod Koul1-1/+1
2015-04-21Merge branch 'topic/sh' into for-linusVinod Koul11-447/+66
2015-04-17dmaengine: shdmac: avoid unused variable warningsArnd Bergmann1-2/+2
2015-04-17dmaengine: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-04-17dmaengine: pch_dma: fix memory leak on failure path in pch_dma_probe()Alexey Khoroshilov1-0/+1
2015-04-17dmaengine: at_xdmac: unlock spin lock before returnNiklas Cassel1-1/+3
2015-04-17dmaengine: xgene: devm_ioremap() returns NULL on errorDan Carpenter1-8/+8
2015-04-17dmaengine: xgene: buffer overflow in xgene_dma_init_channels()Dan Carpenter1-2/+2
2015-04-17dmaengine: usb-dmac: Fix dereferencing freed memory 'desc'Yoshihiro Shimoda1-2/+2
2015-04-17dmaengine: sa11x0: report slave capabilities to upper layersDmitry Eremin-Solenikov1-0/+6
2015-04-02dmaengine: fsl_raid: statify fsl_re_chan_probeVinod Koul1-1/+1
2015-04-02dmaengine: Driver support for FSL RaidEngine device.Xuelin Shi4-0/+1222
2015-04-02dmaengine: xgene_dma_init_ring_mngr() can be statickbuild test robot1-1/+1
2015-04-02dmaengine: Add support for APM X-Gene SoC DMA engine driverRameshwar Prasad Sahu3-0/+2099
2015-04-02dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driverYoshihiro Shimoda3-0/+920
2015-04-01dmaengine: edma: fixed wrongly initialized data parameter to the edma callbackPetr Kulhavy1-1/+1
2015-04-01dmaengine: ste_dma40: fix implicit conversionStefan Agner1-2/+4
2015-04-01dmaengine: jz4780: add driver for the Ingenic JZ4780 DMA controllerAlex Smith3-0/+888
2015-03-18Merge branch 'topic/alloc_removal' into for-linusVinod Koul7-46/+0
2015-03-18dmaengine: sun6i: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: sa11x0: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: s3c24xx: remove device_alloc_chan_resources handlerVinod Koul1-9/+0
2015-03-18dmaengine: k3dma: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: img-mdc: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: jz4740: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: amba-pl08x:remove device_alloc_chan_resources handlerVinod Koul1-7/+0
2015-03-18dmaengine: pl330: fix return status on pending transfersBen Dooks1-1/+11
2015-03-18dmaengine: pl330: make unexported functions staticBen Dooks1-3/+3
2015-03-18dmaengine: pl330: fix issues with big-endian armv7Ben Dooks1-4/+4
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick8-9/+9
2015-03-18dmaengine: remove Renesas Audio DMAC peri periKuninori Morimoto3-383/+0
2015-03-18dmaengine: imx-sdma: Add support for version 3 firmwareFabio Estevam1-0/+4
2015-03-17dmaengine: xilinx-dma: move header file to common locationKedareswara rao Appana1-1/+1
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula19-76/+0
2015-03-16dmaengine: qcom_bam_dma: Add support for BAM v1.7.0Archit Taneja1-0/+30
2015-03-16dmaengine: dw: Make error prints unique. Part #2Jarkko Nikula1-8/+4
2015-03-16dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula1-2/+4
2015-03-13dmaengine: at_hdmac: Add support for memory to memory sg transfersTorsten Fleischer1-11/+164
2015-03-05dmaengine: jz4740: Remove extra checkTapasweni Pathak1-1/+1
2015-03-05mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_infoKuninori Morimoto1-26/+2
2015-03-05mmc: tmio: mmc: tmio: tmio_mmc_data has .chan_priv_?xKuninori Morimoto3-22/+30
2015-03-05dmaengine: Remove net_dma_find_channelMaxime Ripard1-14/+0
2015-03-02dmaengine: s3c24xx: Fix spelling mistake in dev_err mistakeColin Ian King1-2/+2
2015-02-23dmaengine: qcom_bam_dma: Fix error path in probe functionPramod Gurav1-4/+10
2015-02-23spi: sh-msiof: remove slave_id settings for DMAEngineArnd Bergmann1-1/+0
2015-02-23spi: rspi: remove slave_id settings for DMAEngineArnd Bergmann1-1/+0
2015-02-23mtd: sh_flctl: remove slave_id settings for DMAEngineArnd Bergmann1-2/+0
2015-02-23mmc: tmio_mmc: remove slave_id settings for DMAEngineKuninori Morimoto3-8/+0
2015-02-23mmc: sh_mmcif: remove slave_id settings for DMAEngineKuninori Morimoto1-8/+5
2015-02-23dmaengine: shdma: use normal interface for passing slave idArnd Bergmann1-20/+53