index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Lines
2014-05-21
dma: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
-2
/
+2
2014-05-07
dmaengine: dw: went back to plain {request,free}_irq() calls
Andy Shevchenko
-5
/
+6
2014-05-07
dma: ste_dma40: Convert to the late system PM callbacks
Ulf Hansson
-1
/
+1
2014-05-07
dma: mmp_pdma: add support for residue reporting
Daniel Mack
-3
/
+84
2014-05-07
dma: ste_dma40: Fixup system suspend/resume
Ulf Hansson
-3
/
+10
2014-05-07
dma: ste_dma40: Convert to PM macros while providing the PM callbacks
Ulf Hansson
-79
/
+71
2014-05-07
dma: ste_dma40: Don't require CONFIG_PM_RUNTIME
Ulf Hansson
-11
/
+10
2014-05-07
dma: ste_dma40: Maintain spinlock order while handling pause
Ulf Hansson
-1
/
+1
2014-05-07
dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPS
Andy Shevchenko
-8
/
+2
2014-05-07
dmaengine: dw: move PM to suspend_late / resume_early stages
Andy Shevchenko
-14
/
+4
2014-05-02
dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()
Alexander Popov
-17
/
+38
2014-05-02
dma: mpc512x: separate 'compatible' values for MPC512x and MPC8308
Alexander Popov
-0
/
+1
2014-05-02
dma: mpc512x: reorder mpc8308 specific instructions
Alexander Popov
-17
/
+25
2014-05-02
DMA: Freescale: move functions to avoid forward declarations
Hongbo Zhang
-95
/
+95
2014-05-02
DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication
Hongbo Zhang
-10
/
+17
2014-05-02
DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengine
Hongbo Zhang
-31
/
+0
2014-05-02
DMA: Freescale: unify register access methods
Hongbo Zhang
-19
/
+33
2014-05-02
DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG
Hongbo Zhang
-10
/
+0
2014-05-02
DMA: shdma: add cyclic transfer support
Kuninori Morimoto
-7
/
+65
2014-05-02
DMA: shdma: tidyup callback chunk finder
Kuninori Morimoto
-9
/
+9
2014-05-02
dma: mmp_pdma: Fix physical channel memory allocation size
Laurent Pinchart
-4
/
+2
2014-05-02
dma: mmp_pdma: Simplify access to channel drcmr value
Laurent Pinchart
-1
/
+1
2014-04-30
dma: Add Xilinx AXI Video Direct Memory Access Engine driver support
Srikanth Thokala
-0
/
+1395
2014-04-30
dmaengine: edma: update DMA memcpy to use new param element
Joel Fernandes
-2
/
+2
2014-04-30
dmaengine: edma: Document variables used for residue accounting
Joel Fernandes
-2
/
+24
2014-04-30
dmaengine: edma: Provide granular accounting
Thomas Gleixner
-2
/
+65
2014-04-30
dmaengine: edma: Store transfer data in edma_desc and edma_pset
Thomas Gleixner
-0
/
+9
2014-04-30
dmaengine: edma: Create private pset struct
Thomas Gleixner
-31
/
+36
2014-04-30
dmaengine: edma: Check the current decriptor first in tx_status()
Thomas Gleixner
-4
/
+3
2014-04-30
dmaengine: edma: Sanitize residue reporting
Thomas Gleixner
-25
/
+9
2014-04-29
dmaengine: edma: Add channel number to debug prints
Peter Ujfalusi
-3
/
+4
2014-04-23
dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ
Joel Fernandes
-5
/
+4
2014-04-22
dmaengine: edma: Add DMA memcpy support
Joel Fernandes
-0
/
+51
2014-04-22
dmaengine: edma: Print the direction value as well when it is not supported
Peter Ujfalusi
-2
/
+2
2014-04-22
dmaengine: edma: Prefix debug prints where the text were identical in prep ca...
Peter Ujfalusi
-6
/
+8
2014-04-22
dmaengine: edma: Implement device_slave_caps callback
Peter Ujfalusi
-0
/
+18
2014-04-22
dmaengine: edma: Reduce debug print verbosity for non verbose debugging
Peter Ujfalusi
-6
/
+5
2014-04-22
dmaengine: edma: Set DMA_CYCLIC capability flag
Peter Ujfalusi
-0
/
+1
2014-04-22
dmaengine: edma: Add support for DMA_PAUSE/RESUME operation
Peter Ujfalusi
-0
/
+28
2014-04-22
dmaengine: edma: Correct the handling of src/dst_maxburst == 0
Peter Ujfalusi
-0
/
+4
2014-04-16
dma: fix eDMA driver as a subsys_initcall
Yuan Yao
-1
/
+11
2014-04-16
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
Dan Carpenter
-1
/
+1
2014-04-16
platform: Fix timberdale dependencies
Jean Delvare
-1
/
+1
2014-04-14
dma: edma: fix incorrect SG list handling
Sekhar Nori
-2
/
+4
2014-04-10
dma: mv_xor: Rename __mv_xor_slot_cleanup() to mv_xor_slot_cleanup()
Ezequiel Garcia
-12
/
+5
2014-04-10
dma: mv_xor: Remove all callers of mv_xor_slot_cleanup()
Ezequiel Garcia
-4
/
+11
2014-04-10
dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() call
Ezequiel Garcia
-3
/
+1
2014-04-10
ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
-1
/
+1
2014-04-10
drivers: dma: Include appropriate header file in dca.c
Rashika
-0
/
+1
2014-04-10
drivers: dma: Mark functions as static in dma_v3.c
Rashika
-3
/
+3
[prev]
[next]