summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dma-axi-dmac.c
AgeCommit message (Expand)AuthorLines
2022-07-26dmaengine: axi-dmac: check cache coherency registerMathias Tausen-0/+16
2020-09-11dmaengine: axi-dmac: Drop local dma_parmsRobin Murphy-3/+0
2020-08-25dmaengine: axi-dmac: add support for reading bus attributes from registersAlexandru Ardelean-3/+63
2020-08-25dmaengine: axi-dmac: wrap channel parameter adjust into functionAlexandru Ardelean-10/+15
2020-08-25dmaengine: axi-dmac: wrap entire dt parse in a functionAlexandru Ardelean-16/+24
2020-08-25dmaengine: axi-dmac: move clock enable earlierAlexandru Ardelean-7/+10
2020-08-25dmaengine: axi-dmac: move active_descs list init after device-tree initAlexandru Ardelean-2/+2
2020-08-25dmaengine: axi-dmac: move version read in probeAlexandru Ardelean-5/+5
2019-12-11dmaengine: axi-dmac: add a check for devm_regmap_init_mmioChuhong Yuan-1/+9
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-10/+191
2019-06-14dmaengine: axi-dmac: add regmap supportAlexandru Ardelean-0/+41
2019-06-14dmaengine: axi-dmac: terminate early DMA transfers after a partial oneAlexandru Ardelean-1/+4
2019-06-14dmaengine: axi-dmac: populate residue info for completed xfersAlexandru Ardelean-1/+98
2019-06-10dmaengine: axi-dmac: update license headerAlexandru Ardelean-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner-2/+1
2019-05-27dmaengine: axi-dmac: assign `copy_align` propertyAlexandru Ardelean-0/+2
2019-05-27dmaengine: axi-dmac: Discover length alignment requirementLars-Peter Clausen-5/+18
2019-05-21dmaengine: axi-dmac: Sanity check memory mapped interface supportLars-Peter Clausen-2/+22
2019-05-21dmaengine: axi-dmac: Enable TLAST handlingMichael Hennerich-0/+2
2019-05-21dmaengine: axi-dmac: Add support for interleaved cyclic transfersDragos Bogdan-0/+3
2019-04-24dmaengine: axi-dmac: Enable DMA_INTERLEAVE capabilityDragos Bogdan-0/+1
2019-04-24dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean-1/+1
2019-04-24dmaengine: axi-dmac: Infer synthesis configuration parameters hardwareLars-Peter Clausen-12/+20
2019-03-25dmaengine: axi-dmac: Split too large segmentsLars-Peter Clausen-20/+61
2019-01-20dmaengine: axi-dmac: Use struct_size() in kzalloc()Gustavo A. R. Silva-2/+1
2018-05-02dmaengine: axi-dmac: Request IRQ with IRQF_SHAREDMoritz Fischer-1/+1
2017-09-17dmaengine: axi-dmac: Fix software cyclic modeLars-Peter Clausen-18/+51
2017-09-17dmaengine: axi-dmac: Only use hardware cyclic mode for single segment transfersLars-Peter Clausen-2/+4
2016-07-01dmaengine: axi-dmac: Return IRQ_NONE if no IRQs are pendingLars-Peter Clausen-0/+3
2016-07-01dmaengine: axi-dmac: Propagate errors from platform_get_irq()Lars-Peter Clausen-1/+3
2016-07-01dmaengine: axi-dmac: Add MODULE_DEVICE_TABLE()Lars-Peter Clausen-0/+1
2015-11-16dmaengine: axi_dmac: Add synchronization supportLars-Peter Clausen-0/+8
2015-08-23dmaengine: Add support for the Analog Devices AXI-DMAC DMA controllerLars-Peter Clausen-0/+691