Age | Commit message (Expand) | Author |
2013-08-14 | dma: mmp_pdma: add support for byte-aligned transfers | Daniel Mack |
2013-08-14 | dma: mmp_pdma: remove duplicate assignment | Daniel Mack |
2013-08-14 | dma: mmp_pdma: print the number of channels at probe time | Daniel Mack |
2013-08-14 | dma: mmp_pdma: make the controller a DMA provider | Daniel Mack |
2013-08-14 | dma: mmp_pdma: add filter function | Daniel Mack |
2013-08-14 | dma: mmp_pdma: fix maximum transfer length | Daniel Mack |
2013-08-14 | dma: mmp_pdma: refactor unlocking path in lookup_phy() | Daniel Mack |
2013-08-14 | dma: mmp_pdma: factor out DRCMR register calculation | Daniel Mack |
2013-08-14 | Merge branch 'topic/of' into for-linus | Vinod Koul |
2013-08-13 | Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman |
2013-08-13 | dma: pl330: split off common code to give back descriptors | Chanho Park |
2013-08-13 | dmaengine: sirf: add PM entries for sleep and runtime | Barry Song |
2013-08-13 | dma: use dev_get_platdata() | Jingoo Han |
2013-08-13 | dma: sirf: use NULL instead of 0 | Jingoo Han |
2013-08-13 | dma: mv_xor: use NULL instead of 0 | Jingoo Han |
2013-08-13 | dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor() | Jingoo Han |
2013-08-13 | dmaengine: add interface of dma_get_slave_channel | Zhangfei Gao |
2013-08-09 | usb: musb dma: add cppi41 dma driver | Sebastian Andrzej Siewior |
2013-08-08 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2013-08-05 | dma: mmp_pdma: clear DRCMR when free a phy channel | Xiang Wang |
2013-08-05 | dma: mmp_pdma: add protect when alloc/free phy channels | Xiang Wang |
2013-08-05 | dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESS | Andy Shevchenko |
2013-08-05 | dma: dw: return DMA_SUCCESS immediately from device_tx_status() | Andy Shevchenko |
2013-08-05 | dma: dw: allow shared interrupts | Andy Shevchenko |
2013-08-05 | dma: dw: improve comparison with ~0 | Andy Shevchenko |
2013-08-05 | dma: dw: append MODULE_DEVICE_TABLE for ACPI case | Andy Shevchenko |
2013-08-05 | acpi-dma: fix sparse warning | Andy Shevchenko |
2013-08-05 | txx9dmac: return DMA_SUCCESS immediately from device_tx_status() | Andy Shevchenko |
2013-08-05 | mmp_tdma: set cookies as well when asked for tx status | Andy Shevchenko |
2013-08-05 | ipu_idmac: re-use dma_cookie_status() | Andy Shevchenko |
2013-08-05 | tegra20-apb-dma: remove useless use of lock | Andy Shevchenko |
2013-08-05 | pch_dma: remove useless use of lock | Andy Shevchenko |
2013-08-05 | mpc512x_dma: remove useless use of lock | Andy Shevchenko |
2013-08-05 | mmp_pdma: remove useless use of lock | Andy Shevchenko |
2013-08-05 | fsldma: remove useless use of lock | Andy Shevchenko |
2013-08-05 | ep93xx_dma: remove useless use of lock | Andy Shevchenko |
2013-08-05 | edma: no need to assign residue to 0 explicitly | Andy Shevchenko |
2013-08-05 | mxs-dma: remove useless variable | Andy Shevchenko |
2013-08-05 | imx-sdma: remove useless variable | Andy Shevchenko |
2013-07-31 | shdma: fixup sh_dmae_get_partial() calculation error | Kuninori Morimoto |
2013-07-28 | dma: pl330: Fix cyclic transfers | Lars-Peter Clausen |
2013-07-25 | dma: convert dma_devclass to use dev_groups | Greg Kroah-Hartman |
2013-07-22 | pch_dma: fix error return code in pch_dma_probe() | Wei Yongjun |
2013-07-15 | dma: pl330: Implement device_slave_caps | Lars-Peter Clausen |
2013-07-09 | drivers/dma/iop-adma.c: fix new warnings | Olof Johansson |
2013-07-07 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2013-07-05 | DMA: shdma: add DT support | Guennadi Liakhovetski |
2013-07-05 | DMA: shdma: (cosmetic) don't re-calculate a pointer | Guennadi Liakhovetski |
2013-07-05 | dmaengine: at_hdmac: prepare clk before calling enable | Boris BREZILLON |
2013-07-05 | dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions | Nicolas Ferre |