aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/xilinx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-70/+100
2019-01-20dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'YueHaibing1-4/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-10/+10
2019-01-07dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello1-52/+32
2019-01-07dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello1-4/+10
2019-01-07dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey1-4/+20
2019-01-07dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split descriptorsAndrea Merello1-0/+9
2019-01-07dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello1-8/+31
2018-12-31Merge branch 'topic/xilinx' into for-linusVinod Koul2-21/+25
2018-12-05dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsaveMichael Tretter1-15/+22
2018-11-24dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor1-1/+1
2018-11-11dmaengine: xilinx_dma: Fix 64-bit simple CDMA transferRadhey Shyam Pandey1-2/+4
2018-11-11dmaengine: xilinx_dma: Introduce helper macro for preparing dma addressRadhey Shyam Pandey1-0/+2
2018-11-11dmaengine: xilinx_dma: Refactor axidma channel allocationRadhey Shyam Pandey1-18/+18
2018-06-29dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip supportRadhey Shyam Pandey1-0/+22
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-01-08dmaengine: xilinx_dma: Free BD consistent memoryKedareswara rao Appana1-0/+5
2018-01-08dmaengine: xilinx_dma: Fix warning variable prev set but not usedKedareswara rao Appana1-3/+1
2018-01-08dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdmaKedareswara rao Appana1-0/+10
2017-12-18dmaengine: xilinx_dma: Fix typosVinod Koul1-3/+3
2017-12-18dmaengine: xilinx_dma: Differentiate probe based on the ip typeKedareswara rao Appana1-1/+6
2017-12-18dmaengine: xilinx_dma: fix style issues from checkpatchKedareswara rao Appana1-1/+2
2017-12-18dmaengine: xilinx_dma: Fix kernel doc warningsKedareswara rao Appana1-13/+24
2017-12-18dmaengine: xilinx_dma: Fix race condition in the driver for multiple descriptor scenarioKedareswara rao Appana1-51/+84
2017-12-18dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdmaKedareswara rao Appana1-22/+19
2017-12-18dmaengine: xilinx_dma: Check for channel idle state before submitting dma descriptorKedareswara rao Appana1-38/+22
2017-12-18dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana1-1/+2
2017-12-18dmaengine: zynqmp_dma: Fix issues with overflow interruptKedareswara rao Appana1-1/+5
2017-12-18dmaengine: zynqmp_dma: Fix warning variable 'val' set but not usedKedareswara rao Appana1-4/+2
2017-12-18dmaengine: zynqmp_dma: Fix kernel doc-formatKedareswara rao Appana1-1/+3
2017-12-18dmaengine: zynqmp_dma: Add runtime pm supportKedareswara rao Appana1-32/+128
2017-09-17dmaengine: xilinx_dma: Move enum xdma_ip_type to driver fileLars-Peter Clausen1-0/+14
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul1-94/+0
2017-09-05dmaengine: xilinx_dma: Fix error code format specifierLars-Peter Clausen1-15/+15
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-94/+0
2017-07-03dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpyStefan Roese1-3/+0
2017-03-14dmaengine: xilinx: avoid memory corruption for device_prep_dma_memcpy()Akinobu Mita1-12/+2
2017-03-14dmaengine: xilinx: fix device_terminate_all() callback for AXI CDMAAkinobu Mita1-16/+33
2016-08-08dmengine: xilinx_dma: convert callback to helper functionVinod Koul1-6/+4
2016-07-24dmaengine: zynqmp_dma: add missing MODULE_LICENSEArnd Bergmann1-0/+1
2016-07-24dmaengine: zynqmp_dma: Fix static checker warningKedareswara rao Appana1-3/+8
2016-07-12dmaengine: zynqmp: avoid cast warningArnd Bergmann1-1/+1
2016-07-12dmaengine: xilinx: Fix race condition in axi dma cyclic dma modeKedareswara rao Appana1-4/+5
2016-07-08dmaengine: Add Xilinx zynqmp dma engine driver supportKedareswara rao Appana2-0/+1146
2016-07-08dmaengine: xilinx: Use different channel names for each dmaKedareswara rao Appana1-2/+6
2016-07-08dmaengine: xilinx: Rename driver and configKedareswara rao Appana2-1/+1
2016-07-08dmaengine: vdma: Add support for mulit-channel dma modeKedareswara rao Appana1-23/+190
2016-06-21dmaengine: vdma: Add 64 bit addressing support for the axi cdmaKedareswara rao Appana1-12/+16