summaryrefslogtreecommitdiffstats
path: root/drivers/dma/xilinx
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: xilinx_dma: Fix SG capability check for MCDMAMatthew Murrian2020-11-091-3/+4
* dmaengine: xilinx_dma: Fix usage of xilinx_aximcdma_tx_segmentMatthew Murrian2020-11-091-5/+24
* dmaengine: xilinx_dma: use readl_poll_timeout_atomic variantMarc Ferland2020-11-091-2/+2
* dmaengine: zynqmp_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* dmaengine: xilinx_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-071-5/+4
* dmaengine: xilinx: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-182-7/+6
* dmaengine: xilinx: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-28/+8
* dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' staticWei Yongjun2020-08-191-1/+1
* dmaengine: xilinx: dpdma: Add debugfs supportLaurent Pinchart2020-08-171-0/+209
* dmaengine: xilinx: dpdma: Fix kerneldoc warningLaurent Pinchart2020-07-221-0/+1
* dmaengine: xilinx: dpdma: add missing kernel docVinod Koul2020-07-221-0/+1
* dmaengine: xilinx: dpdma: remove comparison of unsigned expressionVinod Koul2020-07-221-1/+1
* dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driverHyun Kwon2020-07-172-0/+1534
* dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.Rafał Hibner2020-05-151-2/+1
* dmaengine: xilinx_dma: Add missing check for empty listSebastian von Ohr2020-04-151-10/+10
* dmaengine: xilinx_dma: In dma channel probe fix node order dependencyRadhey Shyam Pandey2020-02-251-22/+17
* dmaengine: xilinx_dma: Extend dma_config structure to store max channel countRadhey Shyam Pandey2020-02-251-1/+8
* dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_allRadhey Shyam Pandey2020-02-241-8/+9
* dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend2020-01-211-9/+15
* Merge branch 'fixes' into nextVinod Koul2019-11-141-1/+9
|\
| * dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_configRadhey Shyam Pandey2019-10-151-0/+7
| * dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transferRadhey Shyam Pandey2019-10-151-1/+2
* | dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver supportRadhey Shyam Pandey2019-11-061-9/+451
* | dmaengine: xilinx_dma: Extend dma_config struct to store irq routine handleRadhey Shyam Pandey2019-11-061-2/+6
* | dmaengine: xilinx_dma: Remove axidma multichannel mode supportRadhey Shyam Pandey2019-11-061-147/+8
* | dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_resetNicholas Graumann2019-10-201-0/+1
* | dmaengine: xilinx_dma: Print debug message when no free tx segmentsNicholas Graumann2019-10-201-0/+3
* | dmaengine: xilinx_dma: Add callback_result supportNicholas Graumann2019-10-201-1/+25
* | dmaengine: xilinx_dma: Introduce xilinx_dma_get_residueNicholas Graumann2019-10-201-17/+54
* | dmaengine: xilinx_dma: Remove residue from channel dataRadhey Shyam Pandey2019-10-201-4/+1
* | dmaengine: xilinx_dma: Merge get_callback and _invokeNicholas Graumann2019-10-201-4/+1
* | dmaengine: xilinx_dma: Remove desc_callback_valid checkRadhey Shyam Pandey2019-10-201-5/+3
* | dmaengine: xilinx_dma: Remove clk_get error message for probe deferRadhey Shyam Pandey2019-10-151-5/+14
* | dmaengine: xilinx_dma: use devm_platform_ioremap_resource()Radhey Shyam Pandey2019-10-151-3/+1
|/
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-3/+1
|\
| * dmaengine: xilinx_dma: Remove set but unused ‘tail_desc’Vinod Koul2019-05-221-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-70/+100
|\
| * dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'YueHaibing2019-01-201-4/+0
| * dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello2019-01-071-52/+32
| * dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello2019-01-071-4/+10
| * dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey2019-01-071-4/+20
| * dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...Andrea Merello2019-01-071-0/+9
| * dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello2019-01-071-8/+31
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-10/+10
|/
* Merge branch 'topic/xilinx' into for-linusVinod Koul2018-12-312-21/+25
|\
| * dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor2018-11-241-1/+1
| * dmaengine: xilinx_dma: Fix 64-bit simple CDMA transferRadhey Shyam Pandey2018-11-111-2/+4