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
/
dw-axi-dmac
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
dmaengine: dw-axi-dmac: cleanup comments
Tom Rix
2
-5
/
+5
2021-11-22
dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_sta...
Tim Gardner
1
-2
/
+2
2021-10-28
dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()
Geert Uytterhoeven
1
-3
/
+2
2021-10-18
dmaengine: dw-axi-dmac: set coherent mask
Pandith N
1
-0
/
+4
2021-10-18
dmaengine: dw-axi-dmac: Hardware handshake configuration
Pandith N
1
-0
/
+4
2021-10-18
dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8
Pandith N
2
-31
/
+109
2021-08-02
dmaengine: dw-axi-dmac: Burst length settings
Pandith N
1
-1
/
+2
2021-08-02
dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfers
Pandith N
2
-0
/
+6
2021-08-02
dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw...
Pandith N
2
-30
/
+21
2021-02-08
dmaengine: dw-axi-dmac: remove redundant null check on desc
Colin Ian King
1
-4
/
+0
2021-02-01
dmaengine: dw-axi-dmac: Virtually split the linked-list
Sia Jee Heng
2
-20
/
+92
2021-02-01
dmaengine: dw-axi-dmac: Set constraint to the Max segment size
Sia Jee Heng
2
-0
/
+9
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
Sia Jee Heng
1
-0
/
+26
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
Sia Jee Heng
1
-0
/
+50
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
Sia Jee Heng
1
-0
/
+8
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
Sia Jee Heng
1
-0
/
+14
2021-02-01
dmaengine: dw-axi-dmac: Support burst residue granularity
Sia Jee Heng
2
-7
/
+38
2021-02-01
dmaengine: dw-axi-dmac: Support of_dma_controller_register()
Sia Jee Heng
2
-0
/
+27
2021-02-01
dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
Sia Jee Heng
2
-7
/
+106
2021-02-01
dmaengine: dw-axi-dmac: Support device_prep_slave_sg
Sia Jee Heng
2
-0
/
+155
2021-02-01
dmaengine: dw-axi-dmac: Add device_config operation
Sia Jee Heng
2
-0
/
+12
2021-02-01
dmaengine: dw-axi-dmac: Add device_synchronize() callback
Sia Jee Heng
1
-0
/
+8
2021-02-01
dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
Sia Jee Heng
2
-12
/
+14
2021-02-01
dmaengine: dw-axi-dmac: simplify descriptor management
Sia Jee Heng
2
-71
/
+102
2020-11-24
dmaengine: dw-axi-dmac: drop of_match_ptr from of_device_id table
Krzysztof Kozlowski
1
-1
/
+1
2019-12-26
dmaengine: virt-dma: Add missing locking
Sascha Hauer
1
-6
/
+2
2019-06-08
Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
1
-1
/
+2
2019-05-21
dmaengine: dw-axi-dmac: fix null dereference when pointer first is null
Colin Ian King
1
-1
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-01-08
dmaengine: dw-axi-dmac: Fix trivia typo
Andy Shevchenko
1
-1
/
+1
2018-08-29
dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...
Huang Shijie
1
-3
/
+1
2018-03-27
dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"
Colin Ian King
1
-1
/
+1
2018-03-19
dmaengine: Introduce DW AXI DMAC driver
Eugeniy Paltsev
3
-0
/
+1343