index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
xilinx
/
zynqmp_dma.c
Age
Commit message (
Expand
)
Author
2022-05-16
dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...
Radhey Shyam Pandey
2022-05-16
dmaengine: zynqmp_dma: check dma_async_device_register return value
Shravya Kumbham
2022-05-16
dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type
Radhey Shyam Pandey
2021-10-28
dmaengine: zynqmp_dma: Correctly handle descriptor callbacks
Lars-Peter Clausen
2021-10-01
dmaengine: zynqmp_dma: fix lockdep warning in tasklet
Michael Tretter
2021-10-01
dmaengine: zynqmp_dma: refine dma descriptor locking
Michael Tretter
2021-10-01
dmaengine: zynqmp_dma: cleanup after completing all descriptors
Michael Tretter
2021-10-01
dmaengine: zynqmp_dma: cleanup includes
Michael Tretter
2021-10-01
dmaengine: zynqmp_dma: drop message on probe success
Michael Tretter
2021-10-01
dmaengine: zynqmp_dma: simplify with dev_err_probe
Michael Tretter
2021-07-28
dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
2021-05-31
dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()
Yu Kuai
2020-10-08
dmaengine: zynqmp_dma: fix kernel-doc style for tasklet
Vinod Koul
2020-09-18
dmaengine: xilinx: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-05-15
dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.
RafaĆ Hibner
2020-01-21
dmaengine: zynqmp_dma: fix burst length configuration
Matthias Fend
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-12-31
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2018-12-05
dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsave
Michael Tretter
2018-11-24
dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll
Nathan Chancellor
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-12-18
dmaengine: zynqmp_dma: Fix race condition in the probe
Kedareswara rao Appana
2017-12-18
dmaengine: zynqmp_dma: Fix issues with overflow interrupt
Kedareswara rao Appana
2017-12-18
dmaengine: zynqmp_dma: Fix warning variable 'val' set but not used
Kedareswara rao Appana
2017-12-18
dmaengine: zynqmp_dma: Fix kernel doc-format
Kedareswara rao Appana
2017-12-18
dmaengine: zynqmp_dma: Add runtime pm support
Kedareswara rao Appana
2017-08-22
dmaengine: remove DMA_SG as it is dead code in kernel
Dave Jiang
2017-07-03
dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpy
Stefan Roese
2016-07-24
dmaengine: zynqmp_dma: add missing MODULE_LICENSE
Arnd Bergmann
2016-07-24
dmaengine: zynqmp_dma: Fix static checker warning
Kedareswara rao Appana
2016-07-12
dmaengine: zynqmp: avoid cast warning
Arnd Bergmann
2016-07-08
dmaengine: Add Xilinx zynqmp dma engine driver support
Kedareswara rao Appana