aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij
2012-10-31ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren
2012-10-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-10-25drivers/dma/dw_dmac: make driver's endianness configurableHein Tibosch
2012-10-24dmaengine: sirf: fix a typo in moving running dma_desc to active queueBarry Song
2012-10-24dmaengine: sirf: fix a typo in dma_prep_interleavedBarry Song
2012-10-24dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()Wei Yongjun
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...Tony Lindgren
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla
2012-10-15dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo
2012-10-15dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo
2012-10-15dma: imx-dma: use devm_kzalloc and devm_request_irqShawn Guo
2012-10-15dma: imx-sdma: remove unneeded mach/hardware.h inclusionShawn Guo
2012-10-15dma: ipu: rename mach/ipu.h to include/linux/dma/ipu-dma.hShawn Guo
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-10-06drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam
2012-10-04dma: tegra: fix interrupt name issue with apb dma.Laxman Dewangan
2012-10-02dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-27dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko
2012-09-27dw_dmac: get number of channels from hardware if possibleAndy Shevchenko
2012-09-27dw_dmac: fill optional encoded parameters in register structureAndy Shevchenko
2012-09-27dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko
2012-09-22dmaengine: omap-dma: Add support to suppress interrupts in cyclic modePeter Ujfalusi
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-09-22dmaengine: omap: Add support for pause/resume in cyclic dma modePeter Ujfalusi
2012-09-22dmaengine: omap: Support for element mode in cyclic DMAPeter Ujfalusi
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat
2012-09-18DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh
2012-09-18DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh
2012-09-18DMA: PL330: Remove controller clock enable/disableInderpal Singh
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera
2012-09-14dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut