summaryrefslogtreecommitdiffstats
path: root/drivers/dma/xilinx/zynqmp_dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: xilinx: zynqmp_dma: Convert to platform remove callback returning ...Uwe Kleine-König2023-09-281-4/+2
* dmaengine: Explicitly include correct DT includesRob Herring2023-08-011-1/+2
* dmaengine: zynqmp_dma: Sync DMA and coherent masksHarini Katakam2023-03-311-1/+5
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* Merge tag 'dmaengine-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-071-0/+12
|\
| * dmaengine: zynqmp_dma: Add device_synchronize supportSwati Agarwal2022-09-291-0/+12
* | dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warningShravya Kumbham2022-09-051-1/+1
|/
* dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...Radhey Shyam Pandey2022-05-161-1/+5
* dmaengine: zynqmp_dma: check dma_async_device_register return valueShravya Kumbham2022-05-161-1/+5
* dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data typeRadhey Shyam Pandey2022-05-161-2/+3
* dmaengine: zynqmp_dma: Correctly handle descriptor callbacksLars-Peter Clausen2021-10-281-6/+4
* dmaengine: zynqmp_dma: fix lockdep warning in taskletMichael Tretter2021-10-011-2/+2
* dmaengine: zynqmp_dma: refine dma descriptor lockingMichael Tretter2021-10-011-14/+21
* dmaengine: zynqmp_dma: cleanup after completing all descriptorsMichael Tretter2021-10-011-1/+2
* dmaengine: zynqmp_dma: cleanup includesMichael Tretter2021-10-011-4/+1
* dmaengine: zynqmp_dma: drop message on probe successMichael Tretter2021-10-011-2/+0
* dmaengine: zynqmp_dma: simplify with dev_err_probeMichael Tretter2021-10-011-10/+8
* dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-07-281-2/+1
* dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()Yu Kuai2021-05-311-1/+1
* dmaengine: zynqmp_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* dmaengine: xilinx: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.Rafał Hibner2020-05-151-2/+1
* dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend2020-01-211-9/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
* Merge branch 'topic/xilinx' into for-linusVinod Koul2018-12-311-1/+1
|\
| * dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor2018-11-241-1/+1
* | dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsaveMichael Tretter2018-12-051-15/+22
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* dmaengine: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana2017-12-181-1/+2
* dmaengine: zynqmp_dma: Fix issues with overflow interruptKedareswara rao Appana2017-12-181-1/+5
* dmaengine: zynqmp_dma: Fix warning variable 'val' set but not usedKedareswara rao Appana2017-12-181-4/+2
* dmaengine: zynqmp_dma: Fix kernel doc-formatKedareswara rao Appana2017-12-181-1/+3
* dmaengine: zynqmp_dma: Add runtime pm supportKedareswara rao Appana2017-12-181-32/+128
* dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-94/+0
* dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpyStefan Roese2017-07-031-3/+0
* dmaengine: zynqmp_dma: add missing MODULE_LICENSEArnd Bergmann2016-07-241-0/+1
* dmaengine: zynqmp_dma: Fix static checker warningKedareswara rao Appana2016-07-241-3/+8
* dmaengine: zynqmp: avoid cast warningArnd Bergmann2016-07-121-1/+1
* dmaengine: Add Xilinx zynqmp dma engine driver supportKedareswara rao Appana2016-07-081-0/+1145