aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dma-axi-dmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-10/+191
2019-06-14dmaengine: axi-dmac: add regmap supportAlexandru Ardelean1-0/+41
2019-06-14dmaengine: axi-dmac: terminate early DMA transfers after a partial oneAlexandru Ardelean1-1/+4
2019-06-14dmaengine: axi-dmac: populate residue info for completed xfersAlexandru Ardelean1-1/+98
2019-06-10dmaengine: axi-dmac: update license headerAlexandru Ardelean1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-05-27dmaengine: axi-dmac: assign `copy_align` propertyAlexandru Ardelean1-0/+2
2019-05-27dmaengine: axi-dmac: Discover length alignment requirementLars-Peter Clausen1-5/+18
2019-05-21dmaengine: axi-dmac: Sanity check memory mapped interface supportLars-Peter Clausen1-2/+22
2019-05-21dmaengine: axi-dmac: Enable TLAST handlingMichael Hennerich1-0/+2
2019-05-21dmaengine: axi-dmac: Add support for interleaved cyclic transfersDragos Bogdan1-0/+3
2019-04-24dmaengine: axi-dmac: Enable DMA_INTERLEAVE capabilityDragos Bogdan1-0/+1
2019-04-24dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean1-1/+1
2019-04-24dmaengine: axi-dmac: Infer synthesis configuration parameters hardwareLars-Peter Clausen1-12/+20
2019-03-25dmaengine: axi-dmac: Split too large segmentsLars-Peter Clausen1-20/+61
2019-01-20dmaengine: axi-dmac: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-05-02dmaengine: axi-dmac: Request IRQ with IRQF_SHAREDMoritz Fischer1-1/+1
2017-09-17dmaengine: axi-dmac: Fix software cyclic modeLars-Peter Clausen1-18/+51
2017-09-17dmaengine: axi-dmac: Only use hardware cyclic mode for single segment transfersLars-Peter Clausen1-2/+4
2016-07-01dmaengine: axi-dmac: Return IRQ_NONE if no IRQs are pendingLars-Peter Clausen1-0/+3
2016-07-01dmaengine: axi-dmac: Propagate errors from platform_get_irq()Lars-Peter Clausen1-1/+3
2016-07-01dmaengine: axi-dmac: Add MODULE_DEVICE_TABLE()Lars-Peter Clausen1-0/+1
2015-11-16dmaengine: axi_dmac: Add synchronization supportLars-Peter Clausen1-0/+8
2015-08-23dmaengine: Add support for the Analog Devices AXI-DMAC DMA controllerLars-Peter Clausen1-0/+691