index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dma-axi-dmac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: axi-dmac: Drop local dma_parms
Robin Murphy
2020-09-11
1
-3
/
+0
*
dmaengine: axi-dmac: add support for reading bus attributes from registers
Alexandru Ardelean
2020-08-25
1
-3
/
+63
*
dmaengine: axi-dmac: wrap channel parameter adjust into function
Alexandru Ardelean
2020-08-25
1
-10
/
+15
*
dmaengine: axi-dmac: wrap entire dt parse in a function
Alexandru Ardelean
2020-08-25
1
-16
/
+24
*
dmaengine: axi-dmac: move clock enable earlier
Alexandru Ardelean
2020-08-25
1
-7
/
+10
*
dmaengine: axi-dmac: move active_descs list init after device-tree init
Alexandru Ardelean
2020-08-25
1
-2
/
+2
*
dmaengine: axi-dmac: move version read in probe
Alexandru Ardelean
2020-08-25
1
-5
/
+5
*
dmaengine: axi-dmac: add a check for devm_regmap_init_mmio
Chuhong Yuan
2019-12-11
1
-1
/
+9
*
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-07-17
1
-10
/
+191
|
\
|
*
dmaengine: axi-dmac: add regmap support
Alexandru Ardelean
2019-06-14
1
-0
/
+41
|
*
dmaengine: axi-dmac: terminate early DMA transfers after a partial one
Alexandru Ardelean
2019-06-14
1
-1
/
+4
|
*
dmaengine: axi-dmac: populate residue info for completed xfers
Alexandru Ardelean
2019-06-14
1
-1
/
+98
|
*
dmaengine: axi-dmac: update license header
Alexandru Ardelean
2019-06-10
1
-3
/
+2
|
*
dmaengine: axi-dmac: assign `copy_align` property
Alexandru Ardelean
2019-05-27
1
-0
/
+2
|
*
dmaengine: axi-dmac: Discover length alignment requirement
Lars-Peter Clausen
2019-05-27
1
-5
/
+18
|
*
dmaengine: axi-dmac: Sanity check memory mapped interface support
Lars-Peter Clausen
2019-05-21
1
-2
/
+22
|
*
dmaengine: axi-dmac: Enable TLAST handling
Michael Hennerich
2019-05-21
1
-0
/
+2
|
*
dmaengine: axi-dmac: Add support for interleaved cyclic transfers
Dragos Bogdan
2019-05-21
1
-0
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177
Thomas Gleixner
2019-05-30
1
-2
/
+1
|
/
*
dmaengine: axi-dmac: Enable DMA_INTERLEAVE capability
Dragos Bogdan
2019-04-24
1
-0
/
+1
*
dmaengine: axi-dmac: Don't check the number of frames for alignment
Alexandru Ardelean
2019-04-24
1
-1
/
+1
*
dmaengine: axi-dmac: Infer synthesis configuration parameters hardware
Lars-Peter Clausen
2019-04-24
1
-12
/
+20
*
dmaengine: axi-dmac: Split too large segments
Lars-Peter Clausen
2019-03-25
1
-20
/
+61
*
dmaengine: axi-dmac: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-20
1
-2
/
+1
*
dmaengine: axi-dmac: Request IRQ with IRQF_SHARED
Moritz Fischer
2018-05-02
1
-1
/
+1
*
dmaengine: axi-dmac: Fix software cyclic mode
Lars-Peter Clausen
2017-09-17
1
-18
/
+51
*
dmaengine: axi-dmac: Only use hardware cyclic mode for single segment transfers
Lars-Peter Clausen
2017-09-17
1
-2
/
+4
*
dmaengine: axi-dmac: Return IRQ_NONE if no IRQs are pending
Lars-Peter Clausen
2016-07-01
1
-0
/
+3
*
dmaengine: axi-dmac: Propagate errors from platform_get_irq()
Lars-Peter Clausen
2016-07-01
1
-1
/
+3
*
dmaengine: axi-dmac: Add MODULE_DEVICE_TABLE()
Lars-Peter Clausen
2016-07-01
1
-0
/
+1
*
dmaengine: axi_dmac: Add synchronization support
Lars-Peter Clausen
2015-11-16
1
-0
/
+8
*
dmaengine: Add support for the Analog Devices AXI-DMAC DMA controller
Lars-Peter Clausen
2015-08-23
1
-0
/
+691