summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-1015-199/+1891
|\
| * dma: tegra: fix interrupt name issue with apb dma.Laxman Dewangan2012-10-041-3/+3
| * dw_dmac: fix a regression in dwc_prep_dma_memcpyAndy Shevchenko2012-10-021-4/+5
| * dw_dmac: introduce software emulation of LLP transfersAndy Shevchenko2012-09-272-4/+101
| * dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko2012-09-272-6/+47
| * dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2012-09-272-16/+24
| * dw_dmac: get number of channels from hardware if possibleAndy Shevchenko2012-09-271-10/+23
| * dw_dmac: fill optional encoded parameters in register structureAndy Shevchenko2012-09-271-0/+30
| * dw_dmac: mark dwc_dump_chan_regs as inlineAndy Shevchenko2012-09-271-1/+1
| * DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh2012-09-181-1/+1
| * DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh2012-09-181-56/+5
| * DMA: PL330: Remove controller clock enable/disableInderpal Singh2012-09-181-12/+0
| * dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2012-09-181-2/+1
| * DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera2012-09-141-0/+1
| * dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-141-4/+2
| * mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut2012-09-141-6/+8
| * dw_dmac: utilize slave_id to pass request lineAndy Shevchenko2012-09-141-0/+5
| * dmaengine: mmp_tdma: add dt supportZhangfei Gao2012-09-141-20/+31
| * dmaengine: mmp-pdma supportZhangfei Gao2012-09-143-0/+883
| * dmaengine: add TI EDMA DMA engine driverMatt Porter2012-09-013-0/+682
| * ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang2012-08-311-0/+22
| * dma/ste_dma40: Fixup clock usage during probeUlf Hansson2012-08-311-5/+9
| * drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall2012-08-221-0/+2
| * drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall2012-08-221-16/+7
| * Merge branch 'fixes_for-3.6' into nextVinod Koul2012-08-051-11/+25
| |\
| * \ Merge branch 'for-3.7' into nextVinod Koul2012-08-053-46/+27
| |\ \
| | * | dma: tegra: enable/disable dma clockLaxman Dewangan2012-07-311-1/+17
| | * | dw_dmac: use devm_* functions to simplify codeAndy Shevchenko2012-07-262-45/+10
* | | | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-0912-20/+51
|\ \ \ \
| * | | | dmaengine: omap-dma: Add support to suppress interrupts in cyclic modePeter Ujfalusi2012-09-221-2/+5
| * | | | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-2212-12/+17
| * | | | dmaengine: omap: Add support for pause/resume in cyclic dma modePeter Ujfalusi2012-09-221-5/+25
| * | | | dmaengine: omap: Support for element mode in cyclic DMAPeter Ujfalusi2012-09-221-1/+4
* | | | | drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam2012-10-061-1/+1
* | | | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-016-7/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-226-7/+7
| |\ \ \ \ \
| | * | | | | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| | * | | | | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | | | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-142-3/+3
| | * | | | | ARM: ep93xx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | * | | | | ARM: at91: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| | |/ / / /
* | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-0/+2
|\| | | | |
| * | | | | ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren2012-09-121-0/+2
| |/ / / /
* | | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-011-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2012-09-131-4/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | dma: tegra: make data used as *of_device_id.data constLaxman Dewangan2012-09-111-2/+2
| | * | | | dma: tegra: make tegra_dma.chip_data a pointer to const dataLaxman Dewangan2012-09-111-2/+2
| | |/ / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-0110-19/+15
|\ \ \ \ \
| * | | | | treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
| * | | | | dma: fix commentsMasanari Iida2012-09-018-14/+14