Age | Commit message (Expand) | Author | Files | Lines |
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-05-28 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -9/+6 |
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-07 | dmaengine: dw: went back to plain {request,free}_irq() calls | Andy Shevchenko | 1 | -5/+6 |
2014-04-30 | dmaengine: edma: update DMA memcpy to use new param element | Joel Fernandes | 1 | -2/+2 |
2014-04-30 | dmaengine: edma: Document variables used for residue accounting | Joel Fernandes | 1 | -2/+24 |
2014-04-30 | dmaengine: edma: Provide granular accounting | Thomas Gleixner | 1 | -2/+65 |
2014-04-30 | dmaengine: edma: Store transfer data in edma_desc and edma_pset | Thomas Gleixner | 1 | -0/+9 |
2014-04-30 | dmaengine: edma: Create private pset struct | Thomas Gleixner | 1 | -31/+36 |
2014-04-30 | dmaengine: edma: Check the current decriptor first in tx_status() | Thomas Gleixner | 1 | -4/+3 |
2014-04-30 | dmaengine: edma: Sanitize residue reporting | Thomas Gleixner | 1 | -25/+9 |
2014-04-29 | dmaengine: edma: Add channel number to debug prints | Peter Ujfalusi | 1 | -3/+4 |
2014-04-23 | dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ | Joel Fernandes | 1 | -5/+4 |
2014-04-22 | dmaengine: edma: Add DMA memcpy support | Joel Fernandes | 1 | -0/+51 |
2014-04-22 | dmaengine: edma: Print the direction value as well when it is not supported | Peter Ujfalusi | 1 | -2/+2 |
2014-04-22 | dmaengine: edma: Prefix debug prints where the text were identical in prep ca... | Peter Ujfalusi | 1 | -6/+8 |
2014-04-22 | dmaengine: edma: Implement device_slave_caps callback | Peter Ujfalusi | 1 | -0/+18 |
2014-04-22 | dmaengine: edma: Reduce debug print verbosity for non verbose debugging | Peter Ujfalusi | 1 | -6/+5 |
2014-04-22 | dmaengine: edma: Set DMA_CYCLIC capability flag | Peter Ujfalusi | 1 | -0/+1 |
2014-04-22 | dmaengine: edma: Add support for DMA_PAUSE/RESUME operation | Peter Ujfalusi | 1 | -0/+28 |
2014-04-22 | dmaengine: edma: Correct the handling of src/dst_maxburst == 0 | Peter Ujfalusi | 1 | -0/+4 |
2014-04-16 | dma: fix eDMA driver as a subsys_initcall | Yuan Yao | 1 | -1/+11 |
2014-04-16 | dmaengine: sirf: off by one in of_dma_sirfsoc_xlate() | Dan Carpenter | 1 | -1/+1 |
2014-04-16 | platform: Fix timberdale dependencies | Jean Delvare | 1 | -1/+1 |
2014-04-14 | dma: edma: fix incorrect SG list handling | Sekhar Nori | 1 | -2/+4 |
2014-04-10 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 27 | -58/+2630 |
2014-04-05 | Merge branch 'topic/bam' into for-linus | Vinod Koul | 3 | -0/+1121 |
2014-04-05 | dmaengine: add Qualcomm BAM dma driver | Andy Gross | 3 | -0/+1122 |
2014-04-04 | Merge branch 'devel-stable' into for-next | Russell King | 8 | -26/+71 |
2014-04-04 | dmaengine: omap-dma: more consolidation of CCR register setup | Russell King | 1 | -28/+18 |
2014-04-04 | dmaengine: omap-dma: move IRQ handling to omap-dma | Russell King | 1 | -6/+115 |
2014-04-04 | dmaengine: omap-dma: move register read/writes into omap-dma.c | Russell King | 1 | -9/+87 |
2014-04-04 | dmaengine: omap-dma: cleanup errata 3.3 handling | Russell King | 1 | -23/+29 |
2014-04-04 | dmaengine: omap-dma: provide register read/write functions | Russell King | 1 | -41/+61 |
2014-04-04 | dmaengine: omap-dma: use cached CCR value when enabling DMA | Russell King | 1 | -4/+2 |
2014-04-04 | dmaengine: omap-dma: move barrier to omap_dma_start_desc() | Russell King | 1 | -1/+7 |
2014-04-04 | dmaengine: omap-dma: move clnk_ctrl setting to preparation functions | Russell King | 1 | -14/+9 |
2014-04-04 | dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers | Russell King | 1 | -12/+20 |
2014-04-04 | dmaengine: omap-dma: consolidate clearing channel status register | Russell King | 1 | -10/+10 |
2014-04-04 | dmaengine: omap-dma: move CCR buffering disable errata out of the fast path | Russell King | 1 | -2/+5 |
2014-04-04 | dmaengine: omap-dma: provide register definitions | Russell King | 1 | -54/+117 |
2014-04-04 | dmaengine: omap-dma: consolidate setup of CCR | Russell King | 1 | -86/+61 |
2014-04-04 | dmaengine: omap-dma: consolidate setup of CSDP | Russell King | 1 | -36/+28 |
2014-04-04 | dmaengine: omap-dma: move reading of dma position to omap-dma.c | Russell King | 1 | -2/+64 |
2014-04-04 | dmaengine: omap-dma: control start/stop directly | Russell King | 1 | -10/+141 |
2014-04-04 | dmaengine: omap-dma: consolidate writes to DMA registers | Russell King | 1 | -75/+48 |
2014-04-04 | dmaengine: omap-dma: program hardware directly | Russell King | 1 | -16/+126 |
2014-04-04 | dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops | Russell King | 1 | -0/+7 |