summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-08-22mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni
2013-08-22dmatest: print message on debug level in case of no errorAndy Shevchenko
2013-08-22dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko
2013-08-22dmatest: make module parameters writableAndy Shevchenko
2013-08-22DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara
2013-08-22DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara
2013-08-19dma: of: make error message more meaningful by adding the node nameLothar Waßmann
2013-08-19dma: mxs-dma: remove code left from generic DMA binding conversionShawn Guo
2013-08-19dma: imx-sdma: remove the unused completionHuang Shijie
2013-08-19dmaengine: fix - error: potential NULL dereference 'chan'Vinod Koul
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-14dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack
2013-08-14dma: mmp_pdma: remove duplicate assignmentDaniel Mack
2013-08-14dma: mmp_pdma: print the number of channels at probe timeDaniel Mack
2013-08-14dma: mmp_pdma: make the controller a DMA providerDaniel Mack
2013-08-14dma: mmp_pdma: add filter functionDaniel Mack
2013-08-14dma: mmp_pdma: fix maximum transfer lengthDaniel Mack
2013-08-14dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack
2013-08-14dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack
2013-08-14Merge branch 'topic/of' into for-linusVinod Koul
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park
2013-08-13dmaengine: sirf: add PM entries for sleep and runtimeBarry Song
2013-08-13dma: use dev_get_platdata()Jingoo Han
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han
2013-08-13dma: mv_xor: use NULL instead of 0Jingoo Han
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-08-05dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang
2013-08-05dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang
2013-08-05dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko
2013-08-05dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko
2013-08-05dma: dw: allow shared interruptsAndy Shevchenko
2013-08-05dma: dw: improve comparison with ~0Andy Shevchenko
2013-08-05dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko
2013-08-05acpi-dma: fix sparse warningAndy Shevchenko
2013-08-05txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko
2013-08-05mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko
2013-08-05ipu_idmac: re-use dma_cookie_status()Andy Shevchenko
2013-08-05tegra20-apb-dma: remove useless use of lockAndy Shevchenko
2013-08-05pch_dma: remove useless use of lockAndy Shevchenko
2013-08-05mpc512x_dma: remove useless use of lockAndy Shevchenko
2013-08-05mmp_pdma: remove useless use of lockAndy Shevchenko
2013-08-05fsldma: remove useless use of lockAndy Shevchenko
2013-08-05ep93xx_dma: remove useless use of lockAndy Shevchenko
2013-08-05edma: no need to assign residue to 0 explicitlyAndy Shevchenko
2013-08-05mxs-dma: remove useless variableAndy Shevchenko