| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-09 | dmaengine: dma-axi-dmac: Gracefully terminate HW cyclic transfers | Nuno Sá | 1 | -13/+91 |
| 2026-03-09 | dmaengine: dma-axi-dmac: Gracefully terminate SW cyclic transfers | Nuno Sá | 1 | -1/+33 |
| 2026-03-09 | dmaengine: dma-axi-dmac: Add helper for getting next desc | Nuno Sá | 1 | -10/+23 |
| 2026-03-09 | dmaengine: dma-axi-dmac: Add cyclic transfers in .device_prep_peripheral_dma_... | Nuno Sá | 1 | -1/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-01-09 | dmaengine: axi-dmac: use sg_nents_for_dma() helper | Andy Shevchenko | 1 | -4/+1 |
| 2025-12-23 | dma: dma-axi-dmac: simplify axi_dmac_parse_dt() | Nuno Sá | 1 | -8/+5 |
| 2025-12-23 | dma: dma-axi-dmac: support bigger than 32bits addresses | Nuno Sá | 1 | -0/+24 |
| 2025-12-23 | dma: dma-axi-dmac: fix HW scatter-gather not looking at the queue | Nuno Sá | 1 | -5/+3 |
| 2025-12-23 | dma: dma-axi-dmac: fix SW cyclic transfers | Nuno Sá | 1 | -2/+1 |
| 2025-06-30 | include: linux: move adi-axi-common.h out of fpga | Nuno Sá | 1 | -1/+1 |
| 2024-06-21 | dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec | Paul Cercueil | 1 | -0/+40 |
| 2024-04-07 | dmaengine: axi-dmac: move to device managed probe | Nuno Sa | 1 | -44/+34 |
| 2024-04-07 | dmaengine: axi-dmac: fix possible race in remove() | Nuno Sa | 1 | -1/+1 |
| 2023-12-21 | dmaengine: axi-dmac: Improve cyclic DMA transfers in SG mode | Paul Cercueil | 1 | -8/+14 |
| 2023-12-21 | dmaengine: axi-dmac: Use only EOT interrupts when doing scatter-gather | Paul Cercueil | 1 | -1/+7 |
| 2023-12-21 | dmaengine: axi-dmac: Add support for scatter-gather transfers | Paul Cercueil | 1 | -42/+93 |
| 2023-12-21 | dmaengine: axi-dmac: Allocate hardware descriptors | Paul Cercueil | 1 | -46/+88 |
| 2023-12-21 | dmaengine: axi-dmac: Small code cleanup | Paul Cercueil | 1 | -4/+1 |
| 2023-09-28 | dmaengine: axi-dmac: Annotate struct axi_dmac_desc with __counted_by | Kees Cook | 1 | -3/+2 |
| 2023-09-28 | dmaengine: dma-axi-dmac: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-05-24 | dmaengine: axi-dmac: Don't set chancnt | Jisheng Zhang | 1 | -1/+0 |
| 2023-01-18 | dmaengine: drivers: Use devm_platform_ioremap_resource() | Tudor Ambarus | 1 | -3/+1 |
| 2022-07-26 | dmaengine: axi-dmac: check cache coherency register | Mathias Tausen | 1 | -0/+16 |
| 2020-09-11 | dmaengine: axi-dmac: Drop local dma_parms | Robin Murphy | 1 | -3/+0 |
| 2020-08-25 | dmaengine: axi-dmac: add support for reading bus attributes from registers | Alexandru Ardelean | 1 | -3/+63 |
| 2020-08-25 | dmaengine: axi-dmac: wrap channel parameter adjust into function | Alexandru Ardelean | 1 | -10/+15 |
| 2020-08-25 | dmaengine: axi-dmac: wrap entire dt parse in a function | Alexandru Ardelean | 1 | -16/+24 |
| 2020-08-25 | dmaengine: axi-dmac: move clock enable earlier | Alexandru Ardelean | 1 | -7/+10 |
| 2020-08-25 | dmaengine: axi-dmac: move active_descs list init after device-tree init | Alexandru Ardelean | 1 | -2/+2 |
| 2020-08-25 | dmaengine: axi-dmac: move version read in probe | Alexandru Ardelean | 1 | -5/+5 |
| 2019-12-11 | dmaengine: axi-dmac: add a check for devm_regmap_init_mmio | Chuhong Yuan | 1 | -1/+9 |
| 2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -10/+191 |
| 2019-06-14 | dmaengine: axi-dmac: add regmap support | Alexandru Ardelean | 1 | -0/+41 |
| 2019-06-14 | dmaengine: axi-dmac: terminate early DMA transfers after a partial one | Alexandru Ardelean | 1 | -1/+4 |
| 2019-06-14 | dmaengine: axi-dmac: populate residue info for completed xfers | Alexandru Ardelean | 1 | -1/+98 |
| 2019-06-10 | dmaengine: axi-dmac: update license header | Alexandru Ardelean | 1 | -3/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 | Thomas Gleixner | 1 | -2/+1 |
| 2019-05-27 | dmaengine: axi-dmac: assign `copy_align` property | Alexandru Ardelean | 1 | -0/+2 |
| 2019-05-27 | dmaengine: axi-dmac: Discover length alignment requirement | Lars-Peter Clausen | 1 | -5/+18 |
| 2019-05-21 | dmaengine: axi-dmac: Sanity check memory mapped interface support | Lars-Peter Clausen | 1 | -2/+22 |
| 2019-05-21 | dmaengine: axi-dmac: Enable TLAST handling | Michael Hennerich | 1 | -0/+2 |
| 2019-05-21 | dmaengine: axi-dmac: Add support for interleaved cyclic transfers | Dragos Bogdan | 1 | -0/+3 |
| 2019-04-24 | dmaengine: axi-dmac: Enable DMA_INTERLEAVE capability | Dragos Bogdan | 1 | -0/+1 |
| 2019-04-24 | dmaengine: axi-dmac: Don't check the number of frames for alignment | Alexandru Ardelean | 1 | -1/+1 |
| 2019-04-24 | dmaengine: axi-dmac: Infer synthesis configuration parameters hardware | Lars-Peter Clausen | 1 | -12/+20 |
| 2019-03-25 | dmaengine: axi-dmac: Split too large segments | Lars-Peter Clausen | 1 | -20/+61 |
| 2019-01-20 | dmaengine: axi-dmac: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
| 2018-05-02 | dmaengine: axi-dmac: Request IRQ with IRQF_SHARED | Moritz Fischer | 1 | -1/+1 |
| 2017-09-17 | dmaengine: axi-dmac: Fix software cyclic mode | Lars-Peter Clausen | 1 | -18/+51 |
| 2017-09-17 | dmaengine: axi-dmac: Only use hardware cyclic mode for single segment transfers | Lars-Peter Clausen | 1 | -2/+4 |
| 2016-07-01 | dmaengine: axi-dmac: Return IRQ_NONE if no IRQs are pending | Lars-Peter Clausen | 1 | -0/+3 |
| 2016-07-01 | dmaengine: axi-dmac: Propagate errors from platform_get_irq() | Lars-Peter Clausen | 1 | -1/+3 |
| 2016-07-01 | dmaengine: axi-dmac: Add MODULE_DEVICE_TABLE() | Lars-Peter Clausen | 1 | -0/+1 |
| 2015-11-16 | dmaengine: axi_dmac: Add synchronization support | Lars-Peter Clausen | 1 | -0/+8 |
| 2015-08-23 | dmaengine: Add support for the Analog Devices AXI-DMAC DMA controller | Lars-Peter Clausen | 1 | -0/+691 |