index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw-axi-dmac
Age
Commit message (
Expand
)
Author
2021-02-08
dmaengine: dw-axi-dmac: remove redundant null check on desc
Colin Ian King
2021-02-01
dmaengine: dw-axi-dmac: Virtually split the linked-list
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Set constraint to the Max segment size
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Support burst residue granularity
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Support of_dma_controller_register()
Sia Jee Heng
2021-02-01
dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Support device_prep_slave_sg
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Add device_config operation
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: Add device_synchronize() callback
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
Sia Jee Heng
2021-02-01
dmaengine: dw-axi-dmac: simplify descriptor management
Sia Jee Heng
2020-11-24
dmaengine: dw-axi-dmac: drop of_match_ptr from of_device_id table
Krzysztof Kozlowski
2019-12-26
dmaengine: virt-dma: Add missing locking
Sascha Hauer
2019-06-08
Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
2019-05-21
dmaengine: dw-axi-dmac: fix null dereference when pointer first is null
Colin Ian King
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-01-08
dmaengine: dw-axi-dmac: Fix trivia typo
Andy Shevchenko
2018-08-29
dmaengine: dw-axi-dmac: use dmaenginem_async_device_register to simplify the ...
Huang Shijie
2018-03-27
dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"
Colin Ian King
2018-03-19
dmaengine: Introduce DW AXI DMAC driver
Eugeniy Paltsev