aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/xilinx
AgeCommit message (Expand)Author
2021-09-26dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey
2021-08-26dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe
2021-06-30dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bitsLaurent Pinchart
2021-06-30dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()Yu Kuai
2021-06-23dmaengine: xilinx: dpdma: initialize registers before request_irqQuanyang Wang
2021-04-28dmaengine: xilinx: dpdma: Fix race condition in done IRQLaurent Pinchart
2021-04-28dmaengine: xilinx: dpdma: Fix descriptor issuing on video groupLaurent Pinchart
2021-01-17dmaengine: xilinx_dma: fix mixed_enum_type coverity warningShravya Kumbham
2021-01-17dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()Shravya Kumbham
2021-01-17dmaengine: 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: zynqmp_dma: fix kernel-doc style for taskletVinod Koul
2020-10-08dmaengine: xilinx_dma: fix kernel-doc style for taskletVinod Koul
2020-10-07dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() APIAllen Pais
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-08-19dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' staticWei Yongjun
2020-08-17dmaengine: xilinx: dpdma: Add debugfs supportLaurent Pinchart
2020-07-22dmaengine: xilinx: dpdma: Fix kerneldoc warningLaurent Pinchart
2020-07-22dmaengine: xilinx: dpdma: add missing kernel docVinod Koul
2020-07-22dmaengine: xilinx: dpdma: remove comparison of unsigned expressionVinod Koul
2020-07-17dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driverHyun Kwon
2020-05-15dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.Rafał Hibner
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
2020-01-21dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend
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-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds