index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dma
Kedareswara rao Appana
1
-312
/
+312
2016-05-12
dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC
Andy Shevchenko
1
-2
/
+2
2016-05-03
dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoC
Gregory CLEMENT
1
-1
/
+1
2016-05-03
dmaengine: mv_xor: add support for Armada 3700 SoC
Marcin Wojtas
1
-7
/
+49
2016-05-03
dmaengine: mv_xor: use SoC type instead of directly the operation mode
Gregory CLEMENT
2
-12
/
+29
2016-05-03
dmaengine: mv_xor: make the code 64 bits compliant
Gregory CLEMENT
1
-2
/
+2
2016-05-03
dmaengine: vdma: Use dma_pool_zalloc
Julia Lawall
1
-2
/
+1
2016-05-03
dmaengine: fsldma: Use dma_pool_zalloc
Julia Lawall
1
-2
/
+1
2016-05-03
dmaengine: ioatdma: Use dma_pool_zalloc
Julia Lawall
1
-3
/
+2
2016-05-03
dmaengine: mmp_pdma: Use dma_pool_zalloc
Julia Lawall
1
-2
/
+1
2016-05-02
dmaengine: sun6i: Add cyclic capability
Jean-Francois Moine
1
-7
/
+122
2016-05-02
dmaengine: sun6i: Remove useless check
Jean-Francois Moine
1
-5
/
+0
2016-05-02
dmaengine: sun6i: Set default maxburst size and bus width
Jean-Francois Moine
1
-4
/
+24
2016-05-02
dmaengine: dw: pass platform data via struct dw_dma_chip
Andy Shevchenko
3
-8
/
+11
2016-05-02
dmaengine: dw: keep entire platform data in struct dw_dma
Andy Shevchenko
3
-20
/
+19
2016-05-02
dmaengine: dw: revisit data_width property
Andy Shevchenko
2
-33
/
+14
2016-05-02
dmaengine: dw: platform: check nr_masters to be non-zero
Andy Shevchenko
1
-10
/
+10
2016-05-02
dmaengine: tegra-apb: proper default init of channel slave_id
Shardar Shariff Md
1
-2
/
+14
2016-05-02
dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message
Martin Sperl
1
-1
/
+1
2016-04-26
dmaengine: pxa_dma: remove duplicate const qualifier
Eric Engestrom
1
-1
/
+1
2016-04-26
dmaengine: sun6i: Simplify lli setting
Jean-Francois Moine
1
-55
/
+47
2016-04-26
dmaengine: sun6i: Fix impossible settings of burst and bus width
Jean-Francois Moine
1
-5
/
+5
2016-04-26
dmaengine: sun6i: Fix the access of the IRQ register
Jean-Francois Moine
1
-2
/
+2
2016-04-26
dmaengine: pxa: handle bus errors
Robert Jarzmik
1
-1
/
+13
2016-04-19
dmaengine: dw: lazy allocation of dma descriptors
Christian Lamparter
2
-119
/
+48
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
-7
/
+48
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
[prev]
[next]