aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/xilinx/xilinx_dma.c
AgeCommit message (Expand)Author
2021-12-17dmaengine: xilinx: Handle IRQ mapping errorsLars-Peter Clausen
2021-11-22dmaengine: Add consumer for the new DMA_MEMCPY_SG API function.Adrian Larumbe
2021-10-28dmaengine: xilinx_dma: Correctly handle cyclic descriptor callbacksLars-Peter Clausen
2021-10-25dmaengine: xilinx_dma: Fix kernel-doc warningsShravya Kumbham
2021-08-29dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey
2021-08-06dmaengine: xilinx: Add empty device_config functionMarek Vasut
2021-07-28dmaengine: xilinx_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-07-14dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe
2021-03-16dmaengine: xilinx: Introduce synchronize() callbackLars-Peter Clausen
2021-02-23Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-01dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAITRichard Fitzgerald
2021-01-04dmaengine: xilinx_dma: fix mixed_enum_type coverity warningShravya Kumbham
2021-01-04dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()Shravya Kumbham
2021-01-04dmaengine: xilinx_dma: check dma_async_device_register return valueShravya Kumbham
2020-11-09dmaengine: xilinx_dma: Fix SG capability check for MCDMAMatthew Murrian
2020-11-09dmaengine: xilinx_dma: Fix usage of xilinx_aximcdma_tx_segmentMatthew Murrian
2020-11-09dmaengine: xilinx_dma: use readl_poll_timeout_atomic variantMarc Ferland
2020-10-08dmaengine: xilinx_dma: fix kernel-doc style for taskletVinod Koul
2020-09-18dmaengine: xilinx: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-03dmaengine: xilinx: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-04-15dmaengine: xilinx_dma: Add missing check for empty listSebastian von Ohr
2020-02-25dmaengine: xilinx_dma: In dma channel probe fix node order dependencyRadhey Shyam Pandey
2020-02-25dmaengine: xilinx_dma: Extend dma_config structure to store max channel countRadhey Shyam Pandey
2020-02-24dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_allRadhey Shyam Pandey
2019-11-14Merge branch 'fixes' into nextVinod Koul
2019-11-06dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver supportRadhey Shyam Pandey
2019-11-06dmaengine: xilinx_dma: Extend dma_config struct to store irq routine handleRadhey Shyam Pandey
2019-11-06dmaengine: xilinx_dma: Remove axidma multichannel mode supportRadhey Shyam Pandey
2019-10-20dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_resetNicholas Graumann
2019-10-20dmaengine: xilinx_dma: Print debug message when no free tx segmentsNicholas Graumann
2019-10-20dmaengine: xilinx_dma: Add callback_result supportNicholas Graumann
2019-10-20dmaengine: xilinx_dma: Introduce xilinx_dma_get_residueNicholas Graumann
2019-10-20dmaengine: xilinx_dma: Remove residue from channel dataRadhey Shyam Pandey
2019-10-20dmaengine: xilinx_dma: Merge get_callback and _invokeNicholas Graumann
2019-10-20dmaengine: xilinx_dma: Remove desc_callback_valid checkRadhey Shyam Pandey
2019-10-15dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_configRadhey Shyam Pandey
2019-10-15dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transferRadhey Shyam Pandey
2019-10-15dmaengine: xilinx_dma: Remove clk_get error message for probe deferRadhey Shyam Pandey
2019-10-15dmaengine: xilinx_dma: use devm_platform_ioremap_resource()Radhey Shyam Pandey
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22dmaengine: xilinx_dma: Remove set but unused ‘tail_desc’Vinod Koul
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-01-20dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'YueHaibing
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-07dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello
2019-01-07dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello
2019-01-07dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey
2019-01-07dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...Andrea Merello
2019-01-07dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello