index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-19
dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE define
Stanimir Varbanov
1
-8
/
+8
2016-04-19
dmaengine: qcom: bam_dma: use correct pipe FIFO size
Stanimir Varbanov
1
-1
/
+1
2016-04-19
dmaengine: qcom: bam_dma: add controlled-remotely dt property
Stanimir Varbanov
1
-0
/
+7
2016-04-19
dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raised
Stanimir Varbanov
1
-4
/
+8
2016-04-19
dmaengine: qcom: bam_dma: fix dma free memory on remove
Stanimir Varbanov
1
-0
/
+3
2016-04-19
dmaengine: bcm2835: use platform_get_irq_byname
Martin Sperl
1
-14
/
+63
2016-04-16
Merge branch 'fix/edma' into fixes
Vinod Koul
1
-38
/
+25
2016-04-16
Merge branch 'fix/xilinx' into fixes
Vinod Koul
1
-1
/
+1
2016-04-16
Merge branch 'fix/omap' into fixes
Vinod Koul
1
-9
/
+17
2016-04-16
Merge branch 'fix/hsu' into fixes
Vinod Koul
2
-5
/
+11
2016-04-15
dmaengine: bcm2835: add dma_memcopy support to bcm2835-dma
Martin Sperl
1
-1
/
+35
2016-04-15
dmaengine: bcm2835: add slave_sg support to bcm2835-dma
Martin Sperl
1
-5
/
+108
2016-04-15
dmaengine: bcm2835: limit max length based on channel type
Martin Sperl
1
-3
/
+26
2016-04-15
dmaengine: bcm2835: move controlblock chain generation into separate method
Martin Sperl
1
-96
/
+198
2016-04-15
dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_desc
Martin Sperl
1
-3
/
+3
2016-04-15
dmaengine: bcm2835: add additional defines for DMA-registers
Martin Sperl
1
-8
/
+49
2016-04-15
dmaengine: bcm2835: remove unnecessary masking of dma channels
Martin Sperl
1
-9
/
+0
2016-04-15
dmaengine: bcm2835: set residue_granularity field
Martin Sperl
1
-0
/
+1
2016-04-13
dmaengine: dw: set cdesc to NULL when free cyclic transfers
Andy Shevchenko
1
-0
/
+2
2016-04-13
dmaengine: dw: move residue to a descriptor
Andy Shevchenko
2
-21
/
+41
2016-04-13
dmaengine: dw: move dwc->initialized to dwc->flags
Andy Shevchenko
2
-5
/
+5
2016-04-13
dmaengine: dw: move dwc->paused to dwc->flags
Andy Shevchenko
2
-8
/
+6
2016-04-13
dmaengine: dw: define counter variables as unsigned int
Andy Shevchenko
1
-5
/
+5
2016-04-13
dmaengine: dw: substitute dma_read_byaddr by dma_readl_native
Andy Shevchenko
2
-9
/
+3
2016-04-13
dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain
Mans Rullgard
1
-0
/
+2
2016-04-13
dmaengine: dw: set LMS field in descriptors
Mans Rullgard
2
-12
/
+18
2016-04-13
dmaengine: dw: fix byte order of hw descriptor fields
Mans Rullgard
2
-68
/
+87
2016-04-13
dmaengine: dw: set src and dst master select according to xfer direction
Mans Rullgard
1
-2
/
+6
2016-04-13
dmaengine: dw: rename masters to reflect actual topology
Andy Shevchenko
3
-18
/
+17
2016-04-13
dmaengine: dw: fix master selection
Andy Shevchenko
1
-15
/
+19
2016-04-13
dmaengine: core: Revert back to pr_debug in __dma_request_channel()
Jarkko Nikula
1
-1
/
+1
2016-04-06
dmaengine: vdma: Fix checkpatch.pl warnings
Kedareswara rao Appana
1
-4
/
+1
2016-04-06
dmaengine: vdma: Fix race condition in Non-SG mode
Kedareswara rao Appana
1
-6
/
+19
2016-04-06
dmaengine: vdma: Add 64 bit addressing support to the driver
Kedareswara rao Appana
2
-9
/
+66
2016-04-06
dmaengine: edma: special case slot limit workaround
John Ogness
1
-3
/
+22
2016-04-06
dmaengine: edma: Remove dynamic TPTC power management feature
Peter Ujfalusi
1
-35
/
+3
2016-04-05
dmaengine: pl08x: allocate OF slave channel data at probe time
Linus Walleij
1
-28
/
+58
2016-04-05
dmaengine: add DMA_CYCLIC to dma_get_slave_caps
Vinod Koul
1
-1
/
+2
2016-04-05
dmaengine: vdma: don't crash when bad channel is requested
Franck Jullien
1
-1
/
+1
2016-04-05
dmaengine: omap-dma: Do not suppress interrupts for memcpy
Peter Ujfalusi
1
-3
/
+1
2016-04-05
dmaengine: omap-dma: Fix polled channel completion detection and handling
Peter Ujfalusi
1
-6
/
+16
2016-04-04
dmaengine: mpc512x: Fix code style
Mario Six
1
-17
/
+13
2016-04-04
dmaengine: mpc512x: Implement additional chunk sizes for DMA transfers
Mario Six
1
-36
/
+76
2016-04-04
dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308
Mario Six
1
-14
/
+24
2016-04-04
dmaengine: hsu: set maximum allowed segment size for DMA
Andy Shevchenko
2
-0
/
+6
2016-04-04
dmaengine: hsu: don't check direction of timeouted channel
Andy Shevchenko
1
-1
/
+1
2016-04-04
dmaengine: hsu: allow more than 3 descriptors
Andy Shevchenko
1
-2
/
+2
2016-04-04
dmaengine: hsu: correct use of channel status register
Andy Shevchenko
2
-1
/
+4
2016-04-04
dmaengine: hsu: correct residue calculation of active descriptor
Andy Shevchenko
1
-2
/
+5
2016-04-04
dmaengine: hsu: set HSU_CH_MTSR to memory width
Andy Shevchenko
1
-2
/
+2
[prev]
[next]