index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
xilinx
/
zynqmp_dma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: zynqmp_dma: Correctly handle descriptor callbacks
Lars-Peter Clausen
2021-10-28
1
-6
/
+4
*
dmaengine: zynqmp_dma: fix lockdep warning in tasklet
Michael Tretter
2021-10-01
1
-2
/
+2
*
dmaengine: zynqmp_dma: refine dma descriptor locking
Michael Tretter
2021-10-01
1
-14
/
+21
*
dmaengine: zynqmp_dma: cleanup after completing all descriptors
Michael Tretter
2021-10-01
1
-1
/
+2
*
dmaengine: zynqmp_dma: cleanup includes
Michael Tretter
2021-10-01
1
-4
/
+1
*
dmaengine: zynqmp_dma: drop message on probe success
Michael Tretter
2021-10-01
1
-2
/
+0
*
dmaengine: zynqmp_dma: simplify with dev_err_probe
Michael Tretter
2021-10-01
1
-10
/
+8
*
dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
2021-07-28
1
-2
/
+1
*
dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()
Yu Kuai
2021-05-31
1
-1
/
+1
*
dmaengine: zynqmp_dma: fix kernel-doc style for tasklet
Vinod Koul
2020-10-08
1
-1
/
+1
*
dmaengine: xilinx: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-18
1
-3
/
+3
*
dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.
RafaĆ Hibner
2020-05-15
1
-2
/
+1
*
dmaengine: zynqmp_dma: fix burst length configuration
Matthias Fend
2020-01-21
1
-9
/
+15
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-3
/
+3
*
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2018-12-31
1
-1
/
+1
|
\
|
*
dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll
Nathan Chancellor
2018-11-24
1
-1
/
+1
*
|
dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsave
Michael Tretter
2018-12-05
1
-15
/
+22
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
dmaengine: zynqmp_dma: Fix race condition in the probe
Kedareswara rao Appana
2017-12-18
1
-1
/
+2
*
dmaengine: zynqmp_dma: Fix issues with overflow interrupt
Kedareswara rao Appana
2017-12-18
1
-1
/
+5
*
dmaengine: zynqmp_dma: Fix warning variable 'val' set but not used
Kedareswara rao Appana
2017-12-18
1
-4
/
+2
*
dmaengine: zynqmp_dma: Fix kernel doc-format
Kedareswara rao Appana
2017-12-18
1
-1
/
+3
*
dmaengine: zynqmp_dma: Add runtime pm support
Kedareswara rao Appana
2017-12-18
1
-32
/
+128
*
dmaengine: remove DMA_SG as it is dead code in kernel
Dave Jiang
2017-08-22
1
-94
/
+0
*
dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpy
Stefan Roese
2017-07-03
1
-3
/
+0
*
dmaengine: zynqmp_dma: add missing MODULE_LICENSE
Arnd Bergmann
2016-07-24
1
-0
/
+1
*
dmaengine: zynqmp_dma: Fix static checker warning
Kedareswara rao Appana
2016-07-24
1
-3
/
+8
*
dmaengine: zynqmp: avoid cast warning
Arnd Bergmann
2016-07-12
1
-1
/
+1
*
dmaengine: Add Xilinx zynqmp dma engine driver support
Kedareswara rao Appana
2016-07-08
1
-0
/
+1145