Age | Commit message (Expand) | Author |
2013-01-20 | dw_dmac: allocate dma descriptors from DMA_COHERENT memory | Andy Shevchenko |
2013-01-20 | dma: sh/shdma-base.c: remove unnecessary null pointer check | Cong Ding |
2013-01-20 | dma: remove unnecessary null pointer check in mmp_pdma.c | Cong Ding |
2013-01-20 | dma: edma: fix slave config dependency on direction | Matt Porter |
2013-01-14 | dmaengine: set_dma40: balance clock in probe fail code | Fabio Baltieri |
2013-01-14 | dmaengine: set_dma40: ignore spurious interrupts | Fabio Baltieri |
2013-01-14 | dmaengine: ste_dma40: add software lli support | Fabio Baltieri |
2013-01-14 | dmaengine: ste_dma40: minor code readability fixes | Fabio Baltieri |
2013-01-14 | dmaengine: ste_dma40: minor cosmetic fixes | Fabio Baltieri |
2013-01-14 | dmaengine: ste_dma40: add a done queue for completed descriptors | Fabio Baltieri |
2013-01-14 | dmaengine: ste_dma40: support more than 128 event lines | Tong Liu |
2013-01-14 | dmaengine: ste_dma40: physical channels number correction | Gerald Baeza |
2013-01-14 | dmaengine: ste_dma40: support fixed physical channel allocation | Gerald Baeza |
2013-01-14 | dmaengine: ste_dma40: don't allow high priority dest event lines | Rabin Vincent |
2013-01-14 | dmaengine: ste_dma40: don't check for pm_runtime_suspended() | Narayanan G |
2013-01-14 | dmaengine: ste_dma40: limit burst size to 16 | Per Forlin |
2013-01-14 | dmaengine: ste_dma40: set dma max seg size | Per Forlin |
2013-01-14 | dmaengine: ste_dma40: use writel_relaxed for lcxa | Per Forlin |
2013-01-14 | dmaengine: ste_dma40: reset priority bit for logical channels | Narayanan |
2013-01-13 | pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ | Alessandro Rubini |
2013-01-12 | dma: dw_dmac: clear suspend bit during termination | Heikki Krogerus |
2013-01-12 | dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous | Andy Shevchenko |
2013-01-12 | dw_dmac: make usage of dw_dma_slave optional | Andy Shevchenko |
2013-01-12 | dw_dmac: store direction in the custom channel structure | Andy Shevchenko |
2013-01-12 | dw_dmac: call .probe after we have a device in place | Andy Shevchenko |
2013-01-12 | dma: ste_dma40: reuse is_slave_direction helper | Andy Shevchenko |
2013-01-12 | dma: ipu_idmac: reuse is_slave_direction helper | Andy Shevchenko |
2013-01-12 | dma: ep93xx_dma: reuse is_slave_direction helper | Andy Shevchenko |
2013-01-12 | dma: dw_dmac: check direction properly in dw_dma_cyclic_prep | Andy Shevchenko |
2013-01-12 | dma: at_hdmac: check direction properly for cyclic transfers | Andy Shevchenko |
2013-01-11 | ARM: OMAP: Fix dmaengine init for multiplatform | Tony Lindgren |
2013-01-09 | dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume | Andy Shevchenko |
2013-01-09 | dw_dmac: update tx_node_active in dwc_do_single_block | Andy Shevchenko |
2013-01-09 | dw_dmac: remove redundant check | Andy Shevchenko |
2013-01-09 | dw_dmac: check for mapping errors | Andy Shevchenko |
2013-01-09 | dw_dmac: absence of pdata isn't critical when autocfg is set | Andy Shevchenko |
2013-01-09 | dma: tegra: implement flags parameters for cyclic transfer | Laxman Dewangan |
2013-01-08 | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2013-01-08 | dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers. | Javier Martin |
2013-01-08 | dma: mxs-dma: Fix build warnings with W=1 | Fabio Estevam |
2013-01-08 | dma: tegra: add support for Tegra114 SoC | Laxman Dewangan |
2013-01-08 | dma: tegra: add support for channel wise pause | Laxman Dewangan |
2013-01-07 | dma: ipu: Drop unused spinlock | Jean Delvare |
2013-01-07 | ioat: remove chanerr mask setting for IOAT v3.x | Dave Jiang |
2013-01-07 | ioat: Add alignment workaround for IVB platforms | Dave Jiang |
2013-01-07 | dmaengine: add cpu_relax() to busy-loop in dma_sync_wait() | Bartlomiej Zolnierkiewicz |
2013-01-07 | ioat3: add missing DMA unmap to ioat_xor_val_self_test() | Bartlomiej Zolnierkiewicz |
2013-01-07 | dmaengine/dmatest: terminate transfers only in case of errors | Shiraz Hashim |
2013-01-07 | dma: sh: Don't use ENODEV for failing slave lookup | Guennadi Liakhovetski |
2013-01-07 | dmatest: Fix NULL pointer dereference on ioat | Jon Mason |