summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2-20/+43
2013-07-05lustre: kill the pointless wrapperAl Viro7-14/+12
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-07-05sfc: Fix memory leak when discarding scattered packetsBen Hutchings1-7/+20
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
2013-07-05dmaengine: sirf: set dma residue based on the current dma transfer positionRongjun Ying1-0/+17
2013-07-05dma: tegra: avoid channel lock up after freeDmitry Osipenko1-0/+1
2013-07-05dma: tegra20-apbdma: err message correctionDmitry Osipenko1-1/+1
2013-07-05dw_dmac: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-2/+2
2013-07-05dma: timb_dma: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-05dma: at_hdmac: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-05dma: mxs-dma: Staticize mxs_dma_xlateFabio Estevam1-1/+1
2013-07-05dma: use platform_{get,set}_drvdata()Jingoo Han2-6/+4
2013-07-05DMA: AT91: Get residual bytes in dma bufferElen Song2-18/+115
2013-07-05DMA: AT91: Get transfer widthElen Song2-0/+5
2013-07-05dmaengine: at_hdmac/trivial: rearrange CFG register bits assignmentNicolas Ferre1-5/+4
2013-07-05dmaengine: at_hdmac: extend hardware handshaking interface identificationNicolas Ferre1-0/+2
2013-07-05dmaengine: at_hdmac/trivial: correct typo in commentNicolas Ferre1-1/+1
2013-07-05DMA: imx-dma: imxdma->dev used uninitializedMarkus Pargmann1-1/+1
2013-07-05dma: imx-dma: Add oftree supportMarkus Pargmann1-0/+75
2013-07-05Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie48-10986/+11568
2013-07-05drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim1-286/+0
2013-07-05drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim1-0/+79
2013-07-05drm: add mmap function to prime helpersJoonyoung Shim1-1/+7
2013-07-05drm/prime: fix sgt NULL checkingJoonyoung Shim1-5/+6
2013-07-05Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie6-27/+27
2013-07-05drm/rcar-du: Fix buffer pitch alignmentLaurent Pinchart3-2/+22
2013-07-05drm/rcar-du: Don't ignore rcar_du_crtc_create() return valueLaurent Pinchart1-2/+5
2013-07-05drm/nva3/disp: Fix HDMI audio regressionIlia Mirkin1-0/+4
2013-07-05drm/nv50-/disp: Use output specific mask in interruptEmil Velikov1-1/+5
2013-07-05drm/nouveau: use vmalloc for pgt allocationMarcin Slusarz1-3/+3
2013-07-05drm/nvc0-/gr: remove some more of the hardcoded register writesBen Skeggs3-28/+6
2013-07-05drm/nvc0-/gr: factor out yet more unknown magic into versioned functionsBen Skeggs9-14/+42