| Commit message (Expand) | Author | Files | Lines |
2013-09-02 | dmaengine: PL08x: Move LLI dumping code into separate function | Tomasz Figa | 1 | -17/+24 |
2013-09-02 | dmaengine: PL08x: Rework LLI handling to be less fragile | Tomasz Figa | 1 | -65/+82 |
2013-09-02 | dmaengine: PL08x: Add support for different offset of CONFIG register | Tomasz Figa | 1 | -12/+18 |
2013-09-02 | dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentation | Tomasz Figa | 1 | -24/+29 |
2013-08-28 | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptors | Lars-Peter Clausen | 1 | -72/+39 |
2013-08-28 | dmaengine: Add hisilicon k3 DMA engine driver | Zhangfei Gao | 4 | -0/+893 |
2013-08-26 | ARM: i.MX: remove sdma script address arrays from platform data | Sascha Hauer | 2 | -31/+0 |
2013-08-26 | dma: imx-sdma: Add ROM script addresses to driver | Sascha Hauer | 2 | -2/+105 |
2013-08-26 | dma: imx-sdma: Use struct for driver data | Sascha Hauer | 1 | -30/+33 |
2013-08-25 | dma: mmp_pdma: set DMA_PRIVATE | Daniel Mack | 1 | -0/+1 |
2013-08-25 | dma: mmp_pdma: add support for cyclic DMA descriptors | Daniel Mack | 1 | -1/+111 |
2013-08-25 | dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chain | Daniel Mack | 1 | -20/+2 |
2013-08-25 | dma: mmp_pdma: only complete one transaction from dma_do_tasklet() | Daniel Mack | 1 | -14/+21 |
2013-08-25 | acpi-dma: remove ugly conversion | Andy Shevchenko | 1 | -3/+1 |
2013-08-25 | acpi-dma, doc: append managed function to the list | Andy Shevchenko | 1 | -0/+3 |
2013-08-25 | dmaengine: ste_dma40: off by one in d40_of_probe() | Dan Carpenter | 1 | -1/+1 |
2013-08-25 | dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=y | Fabio Estevam | 1 | -7/+5 |
2013-08-25 | dma: ipu: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-08-19 | dma: mxs-dma: remove code left from generic DMA binding conversion | Shawn Guo | 2 | -43/+0 |
2013-08-19 | dma: imx-sdma: remove the unused completion | Huang Shijie | 1 | -7/+0 |
2013-08-14 | dma: mmp: simplify use of devm_ioremap_resource | Julia Lawall | 2 | -6/+0 |
2013-08-14 | dma: mmp_pdma: add support for byte-aligned transfers | Daniel Mack | 1 | -1/+16 |
2013-08-14 | dma: mmp_pdma: remove duplicate assignment | Daniel Mack | 1 | -1/+0 |
2013-08-14 | dma: mmp_pdma: print the number of channels at probe time | Daniel Mack | 1 | -1/+1 |
2013-08-14 | dma: mmp_pdma: make the controller a DMA provider | Daniel Mack | 1 | -0/+44 |
2013-08-14 | dma: mmp_pdma: add filter function | Daniel Mack | 2 | -1/+35 |
2013-08-14 | dma: mmp_pdma: fix maximum transfer length | Daniel Mack | 1 | -1/+1 |
2013-08-14 | dma: mmp_pdma: refactor unlocking path in lookup_phy() | Daniel Mack | 1 | -4/+5 |
2013-08-14 | dma: mmp_pdma: factor out DRCMR register calculation | Daniel Mack | 1 | -4/+4 |
2013-08-13 | dma: pl330: split off common code to give back descriptors | Chanho Park | 1 | -15/+23 |
2013-08-13 | dmaengine: sirf: add PM entries for sleep and runtime | Barry Song | 1 | -3/+129 |
2013-08-13 | dma: use dev_get_platdata() | Jingoo Han | 10 | -17/+18 |
2013-08-13 | dma: sirf: use NULL instead of 0 | Jingoo Han | 1 | -1/+1 |
2013-08-13 | dma: mv_xor: use NULL instead of 0 | Jingoo Han | 1 | -1/+1 |
2013-08-13 | dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor() | Jingoo Han | 1 | -1/+2 |
2013-08-13 | dmaengine: add interface of dma_get_slave_channel | Zhangfei Gao | 2 | -0/+27 |
2013-08-05 | dma: mmp_pdma: clear DRCMR when free a phy channel | Xiang Wang | 1 | -0/+6 |
2013-08-05 | dma: mmp_pdma: add protect when alloc/free phy channels | Xiang Wang | 1 | -16/+26 |
2013-08-05 | dmaengine/MAINTAINERS: Add Andy as Co-Maintainer of DW DMA Controller | Viresh Kumar | 1 | -0/+1 |
2013-08-05 | dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESS | Andy Shevchenko | 1 | -1/+1 |
2013-08-05 | dma: dw: return DMA_SUCCESS immediately from device_tx_status() | Andy Shevchenko | 1 | -4/+4 |
2013-08-05 | dma: dw: allow shared interrupts | Andy Shevchenko | 1 | -5/+8 |
2013-08-05 | dma: dw: improve comparison with ~0 | Andy Shevchenko | 1 | -5/+11 |
2013-08-05 | dma: dw: append MODULE_DEVICE_TABLE for ACPI case | Andy Shevchenko | 1 | -0/+1 |
2013-08-05 | acpi-dma: fix sparse warning | Andy Shevchenko | 1 | -1/+1 |
2013-08-05 | txx9dmac: return DMA_SUCCESS immediately from device_tx_status() | Andy Shevchenko | 1 | -7/+6 |
2013-08-05 | mmp_tdma: set cookies as well when asked for tx status | Andy Shevchenko | 1 | -1/+2 |
2013-08-05 | ipu_idmac: re-use dma_cookie_status() | Andy Shevchenko | 1 | -4/+1 |
2013-08-05 | tegra20-apb-dma: remove useless use of lock | Andy Shevchenko | 1 | -5/+3 |
2013-08-05 | pch_dma: remove useless use of lock | Andy Shevchenko | 1 | -8/+1 |