aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/xilinx
AgeCommit message (Expand)Author
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
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
2018-12-31Merge branch 'topic/xilinx' into for-linusVinod Koul
2018-12-05dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsaveMichael Tretter
2018-11-24dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor
2018-11-11dmaengine: xilinx_dma: Fix 64-bit simple CDMA transferRadhey Shyam Pandey
2018-11-11dmaengine: xilinx_dma: Introduce helper macro for preparing dma addressRadhey Shyam Pandey
2018-11-11dmaengine: xilinx_dma: Refactor axidma channel allocationRadhey Shyam Pandey
2018-06-29dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-01-08dmaengine: xilinx_dma: Free BD consistent memoryKedareswara rao Appana
2018-01-08dmaengine: xilinx_dma: Fix warning variable prev set but not usedKedareswara rao Appana
2018-01-08dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdmaKedareswara rao Appana
2017-12-18dmaengine: xilinx_dma: Fix typosVinod Koul
2017-12-18dmaengine: xilinx_dma: Differentiate probe based on the ip typeKedareswara rao Appana
2017-12-18dmaengine: xilinx_dma: fix style issues from checkpatchKedareswara rao Appana
2017-12-18dmaengine: xilinx_dma: Fix kernel doc warningsKedareswara rao Appana
2017-12-18dmaengine: xilinx_dma: Fix race condition in the driver for multiple descript...Kedareswara rao Appana
2017-12-18dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdmaKedareswara rao Appana
2017-12-18dmaengine: xilinx_dma: Check for channel idle state before submitting dma des...Kedareswara rao Appana
2017-12-18dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana
2017-12-18dmaengine: zynqmp_dma: Fix issues with overflow interruptKedareswara rao Appana
2017-12-18dmaengine: zynqmp_dma: Fix warning variable 'val' set but not usedKedareswara rao Appana
2017-12-18dmaengine: zynqmp_dma: Fix kernel doc-formatKedareswara rao Appana