aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds5-229/+115
2013-09-09Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+14
2013-09-09dma: mv_xor: Fix incorrect error pathSachin Kamat1-4/+2
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+5
2013-09-03coh901318: don't open-code simple_read_from_buffer()Al Viro1-21/+5
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+16
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-0/+1068
2013-09-02Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2013-08-28dma: cppi41: off by one in desc_to_chan()Dan Carpenter1-1/+1
2013-08-27dma: cpp41: enable pm_runtime during initSebastian Andrzej Siewior1-0/+11
2013-08-27dma: cpp41: make it compile with CONFIG_BUG=nSebastian Andrzej Siewior1-1/+1
2013-08-25dma/Kconfig: TI_EDMA needs to be booleanGuenter Roeck1-1/+1
2013-08-23ioatdma: silence GCC warningsPaul Bolle1-1/+1
2013-08-22dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin1-28/+27
2013-08-22ioatdma: disable RAID on non-Atom platforms and reenable unaligned copiesBrice Goglin1-23/+1
2013-08-22mv_xor: support big endian systems using descriptor swap featureThomas Petazzoni2-3/+36
2013-08-22mv_xor: use {readl, writel}_relaxed instead of __raw_{readl, writel}Thomas Petazzoni1-18/+18
2013-08-22dmatest: print message on debug level in case of no errorAndy Shevchenko1-1/+5
2013-08-22dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko1-12/+5
2013-08-22dmatest: make module parameters writableAndy Shevchenko1-139/+20
2013-08-22DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara1-3/+6
2013-08-22DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara1-6/+8
2013-08-18Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman1-2/+2
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-0/+1057
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior3-0/+1057
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2013-07-31shdma: fixup sh_dmae_get_partial() calculation errorKuninori Morimoto1-2/+2
2013-07-28dma: pl330: Fix cyclic transfersLars-Peter Clausen1-26/+67
2013-07-25dma: convert dma_devclass to use dev_groupsGreg Kroah-Hartman1-10/+16
2013-07-22pch_dma: fix error return code in pch_dma_probe()Wei Yongjun1-0/+1
2013-07-09drivers/dma/iop-adma.c: fix new warningsOlof Johansson1-2/+2
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds28-433/+1633
2013-07-05DMA: shdma: add DT supportGuennadi Liakhovetski4-13/+128
2013-07-05DMA: shdma: (cosmetic) don't re-calculate a pointerGuennadi Liakhovetski1-1/+1
2013-07-05dmaengine: at_hdmac: prepare clk before calling enableBoris BREZILLON1-6/+9
2013-07-05dmaengine/trivial: at_hdmac: add curly brackets to if/else expressionsNicolas Ferre1-2/+4
2013-07-05dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()Nicolas Ferre1-31/+0
2013-07-05dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT bindingLudovic Desroches1-4/+21
2013-07-05MIPS: jz4740: Remove custom DMA APILars-Peter Clausen1-37/+221
2013-07-05dma: Add a jz4740 dmaengine driverLars-Peter Clausen3-0/+440
2013-07-05dma: mmp_tdma: disable irq when disabling dma channelQiao Zhou1-0/+4
2013-07-05dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown1-4/+4
2013-07-05dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagicallyVinod Koul2-9/+8
2013-07-05dma: dw: add PCI part of the driverAndy Shevchenko3-0/+113
2013-07-05dma: dw: split driver to library part and platform codeAndy Shevchenko7-279/+436
2013-07-05dma: move dw_dmac driver to an own directoryAndy Shevchenko6-21/+27
2013-07-05dw_dmac: don't check resource with devm_ioremap_resourceAndy Shevchenko1-4/+1
2013-07-05dma: pl330: use dma_addr_t for describing bus addressesWill Deacon1-1/+1
2013-07-05dma: pl330: rip out broken, redundant ID probingWill Deacon1-24/+3
2013-07-05dma: imx-sdma: move to generic device tree bindingsShawn Guo1-0/+40