Age | Commit message (Expand) | Author | Files | Lines |
2014-07-01 | Update imx-sdma cyclic handling to report residue | Russell King - ARM Linux | 1 | -4/+18 |
2014-07-01 | dma: cppi41: handle 0-length packets | Daniel Mack | 1 | -3/+10 |
2014-06-10 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 19 | -374/+2270 |
2014-06-09 | Merge branch 'topic/xilinx' into for-linus | Vinod Koul | 4 | -0/+1395 |
2014-06-09 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 2 | -23/+39 |
2014-06-03 | dmaengine: sh: don't use dynamic static allocation | Vinod Koul | 1 | -1/+9 |
2014-06-03 | dmaengine: sh: fix print specifier warnings | Vinod Koul | 1 | -1/+1 |
2014-06-03 | dmaengine: sh: make shdma_prep_dma_cyclic static | Vinod Koul | 1 | -1/+1 |
2014-06-03 | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -75/+260 |
2014-06-01 | dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DL | Fabio Estevam | 1 | -1/+1 |
2014-06-01 | dmaengine: shdma: Enable driver compilation with COMPILE_TEST | Laurent Pinchart | 1 | -1/+1 |
2014-06-01 | dmaengine: rcar-hpbdma: Include linux/err.h | Laurent Pinchart | 1 | -0/+1 |
2014-06-01 | dmaengine: sudmac: Include linux/err.h | Laurent Pinchart | 1 | -0/+1 |
2014-06-01 | dmaengine: sudmac: Keep #include sorted alphabetically | Laurent Pinchart | 1 | -3/+3 |
2014-06-01 | dmaengine: shdmac: Include linux/err.h | Laurent Pinchart | 1 | -0/+1 |
2014-06-01 | dmaengine: shdmac: Keep #include sorted alphabetically | Laurent Pinchart | 1 | -7/+7 |
2014-06-01 | dmaengine: s3c24xx-dma: Add cyclic transfer support | Vasily Khoruzhick | 1 | -1/+111 |
2014-06-01 | dmaengine: s3c24xx-dma: Process whole SG chain | Vasily Khoruzhick | 1 | -1/+0 |
2014-06-01 | dmaengine: imx: correct sdmac->status for cyclic dma tx | Jiada Wang | 1 | -2/+0 |
2014-05-28 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -9/+6 |
2014-05-22 | dmaengine: pch: fix compilation for alpha target | Vinod Koul | 1 | -0/+1 |
2014-05-22 | dmaengine: dw: check return code of dma_async_device_register() | Andy Shevchenko | 1 | -2/+6 |
2014-05-22 | dmaengine: dw: fix regression in dw_probe() function | Andy Shevchenko | 1 | -9/+24 |
2014-05-22 | dmaengine: dw: enable clock before access | Andy Shevchenko | 1 | -5/+5 |
2014-05-22 | dma: pch_dma: Fix Kconfig dependencies | Jean Delvare | 1 | -1/+1 |
2014-05-22 | dmaengine: mpc512x: add support for peripheral transfers | Alexander Popov | 1 | -5/+239 |
2014-05-22 | dmaengine: fix dmaengine_unmap failure | Xuelin Shi | 1 | -0/+2 |
2014-05-22 | dma: mv_xor: Flush descriptors before activating a channel | Ezequiel Garcia | 1 | -5/+3 |
2014-05-21 | dmaengine: sa11x0: remove broken #ifdef | Arnd Bergmann | 1 | -4/+0 |
2014-05-21 | dma: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2 | -2/+2 |
2014-05-07 | dmaengine: dw: went back to plain {request,free}_irq() calls | Andy Shevchenko | 1 | -5/+6 |
2014-05-07 | dma: ste_dma40: Convert to the late system PM callbacks | Ulf Hansson | 1 | -1/+1 |
2014-05-07 | dma: mmp_pdma: add support for residue reporting | Daniel Mack | 1 | -3/+84 |
2014-05-07 | dma: ste_dma40: Fixup system suspend/resume | Ulf Hansson | 1 | -3/+10 |
2014-05-07 | dma: ste_dma40: Convert to PM macros while providing the PM callbacks | Ulf Hansson | 1 | -79/+71 |
2014-05-07 | dma: ste_dma40: Don't require CONFIG_PM_RUNTIME | Ulf Hansson | 1 | -11/+10 |
2014-05-07 | dma: ste_dma40: Maintain spinlock order while handling pause | Ulf Hansson | 1 | -1/+1 |
2014-05-07 | dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPS | Andy Shevchenko | 1 | -8/+2 |
2014-05-07 | dmaengine: dw: move PM to suspend_late / resume_early stages | Andy Shevchenko | 1 | -14/+4 |
2014-05-02 | dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove() | Alexander Popov | 1 | -17/+38 |
2014-05-02 | dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308 | Alexander Popov | 1 | -0/+1 |
2014-05-02 | dma: mpc512x: reorder mpc8308 specific instructions | Alexander Popov | 1 | -17/+25 |
2014-05-02 | DMA: Freescale: move functions to avoid forward declarations | Hongbo Zhang | 1 | -95/+95 |
2014-05-02 | DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication | Hongbo Zhang | 1 | -10/+17 |
2014-05-02 | DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengine | Hongbo Zhang | 1 | -31/+0 |
2014-05-02 | DMA: Freescale: unify register access methods | Hongbo Zhang | 1 | -19/+33 |
2014-05-02 | DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG | Hongbo Zhang | 1 | -10/+0 |
2014-05-02 | DMA: shdma: add cyclic transfer support | Kuninori Morimoto | 1 | -7/+65 |
2014-05-02 | DMA: shdma: tidyup callback chunk finder | Kuninori Morimoto | 1 | -9/+9 |
2014-05-02 | dma: mmp_pdma: Fix physical channel memory allocation size | Laurent Pinchart | 1 | -4/+2 |