aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-26dma: imx-sdma: Use struct for driver dataSascha Hauer1-30/+33
2013-08-25dma: mmp_pdma: set DMA_PRIVATEDaniel Mack1-0/+1
2013-08-25dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack1-1/+111
2013-08-25dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack1-20/+2
2013-08-25dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack1-14/+21
2013-08-25acpi-dma: remove ugly conversionAndy Shevchenko1-3/+1
2013-08-25dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter1-1/+1
2013-08-25dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam1-7/+5
2013-08-25dma: ipu: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-19dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo1-23/+0
2013-08-19dma: imx-sdma: remove the unused completionHuang Shijie1-7/+0
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall2-6/+0
2013-08-14dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack1-1/+16
2013-08-14dma: mmp_pdma: remove duplicate assignmentDaniel Mack1-1/+0
2013-08-14dma: mmp_pdma: print the number of channels at probe timeDaniel Mack1-1/+1
2013-08-14dma: mmp_pdma: make the controller a DMA providerDaniel Mack1-0/+44
2013-08-14dma: mmp_pdma: add filter functionDaniel Mack1-1/+20
2013-08-14dma: mmp_pdma: fix maximum transfer lengthDaniel Mack1-1/+1
2013-08-14dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack1-4/+5
2013-08-14dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack1-4/+4
2013-08-14Merge branch 'topic/of' into for-linusVinod Koul1-0/+26
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park1-15/+23
2013-08-13dmaengine: sirf: add PM entries for sleep and runtimeBarry Song1-3/+129
2013-08-13dma: use dev_get_platdata()Jingoo Han10-17/+18
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han1-1/+1
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han1-1/+1
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han1-1/+2
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+26
2013-08-05dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang1-0/+6
2013-08-05dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang1-16/+26
2013-08-05dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko1-1/+1
2013-08-05dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko1-4/+4
2013-08-05dma: dw: allow shared interruptsAndy Shevchenko1-5/+8
2013-08-05dma: dw: improve comparison with ~0Andy Shevchenko1-5/+11
2013-08-05dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko1-0/+1
2013-08-05acpi-dma: fix sparse warningAndy Shevchenko1-1/+1
2013-08-05txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko1-7/+6
2013-08-05mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko1-1/+2
2013-08-05ipu_idmac: re-use dma_cookie_status()Andy Shevchenko1-4/+1
2013-08-05tegra20-apb-dma: remove useless use of lockAndy Shevchenko1-5/+3
2013-08-05pch_dma: remove useless use of lockAndy Shevchenko1-8/+1
2013-08-05mpc512x_dma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05mmp_pdma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05fsldma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05ep93xx_dma: remove useless use of lockAndy Shevchenko1-9/+1
2013-08-05edma: no need to assign residue to 0 explicitlyAndy Shevchenko1-2/+0
2013-08-05mxs-dma: remove useless variableAndy Shevchenko1-3/+1
2013-08-05imx-sdma: remove useless variableAndy Shevchenko1-6/+3
2013-08-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-26/+68
2013-08-04drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher1-1/+1