summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2012-10-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+5
2012-10-25drivers/dma/dw_dmac: make driver's endianness configurableHein Tibosch-5/+24
2012-10-24dmaengine: sirf: fix a typo in moving running dma_desc to active queueBarry Song-1/+1
2012-10-24dmaengine: sirf: fix a typo in dma_prep_interleavedBarry Song-1/+1
2012-10-24dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()Wei Yongjun-1/+3
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-199/+1891
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-20/+51
2012-10-06drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam-1/+1
2012-10-04dma: tegra: fix interrupt name issue with apb dma.Laxman Dewangan-3/+3
2012-10-02dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko-4/+5
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-7/+7
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+2
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-19/+15
2012-09-27dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko-4/+101
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko-6/+47
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko-16/+24
2012-09-27dw_dmac: get number of channels from hardware if possibleAndy Shevchenko-10/+23
2012-09-27dw_dmac: fill optional encoded parameters in register structureAndy Shevchenko-0/+30
2012-09-27dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko-1/+1
2012-09-22dmaengine: omap-dma: Add support to suppress interrupts in cyclic modePeter Ujfalusi-2/+5
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi-12/+17
2012-09-22dmaengine: omap: Add support for pause/resume in cyclic dma modePeter Ujfalusi-5/+25
2012-09-22dmaengine: omap: Support for element mode in cyclic DMAPeter Ujfalusi-1/+4
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson-7/+7
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann-1/+1
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat-0/+5
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat-7/+9
2012-09-18DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh-1/+1
2012-09-18DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh-56/+5
2012-09-18DMA: PL330: Remove controller clock enable/disableInderpal Singh-12/+0
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun-2/+1
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann-1/+1
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann-3/+3
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann-1/+1
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann-1/+1
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera-0/+1
2012-09-14dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun-4/+2
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut-6/+8
2012-09-14dw_dmac: utilize slave_id to pass request lineAndy Shevchenko-0/+5
2012-09-14dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre-0/+11
2012-09-14dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre-1/+1
2012-09-14dmaengine: mmp_tdma: add dt supportZhangfei Gao-20/+31
2012-09-14dmaengine: mmp-pdma supportZhangfei Gao-0/+883
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson-4/+4
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren-0/+2
2012-09-11dma: tegra: make data used as *of_device_id.data constLaxman Dewangan-2/+2
2012-09-11dma: tegra: make tegra_dma.chip_data a pointer to const dataLaxman Dewangan-2/+2
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov-1/+1
2012-09-01dma: fix commentsMasanari Iida-14/+14