index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
k3dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-09
dmaengine: Drop unnecessary of_match_device() calls
Rob Herring
1
-15
/
+10
2023-09-28
dmaengine: k3dma: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2021-04-12
dmaengine: k3dma: use the correct HiSilicon copyright
Hao Fang
1
-2
/
+2
2020-11-09
dmaengine: k3dma: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
1
-5
/
+4
2020-09-18
dmaengine: k3dma: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2019-12-23
dmaengine: k3dma: Avoid null pointer traversal
John Stultz
1
-3
/
+9
2019-10-14
dmaengine: k3dma: Use devm_platform_ioremap_resource() in k3_dma_probe()
Markus Elfring
1
-6
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-04
dmaengine: k3dma: Add support for dma-channel-mask
Li Yu
1
-1
/
+19
2019-02-04
dmaengine: k3dma: Delete axi_config
Li Yu
1
-3
/
+0
2019-02-04
dmaengine: k3dma: Upgrade k3dma driver to support hisi_asp_dma hardware
Youlin Wang
1
-5
/
+33
2018-10-07
dmaengine: k3dma: remove dma_slave_config direction usage
Vinod Koul
1
-6
/
+20
2018-10-07
dmaengine: k3dma: dont use direction for memcpy
Vinod Koul
1
-8
/
+2
2018-06-28
dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
Dan Carpenter
1
-1
/
+1
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-4
/
+4
2017-12-04
dmaengine: k3dma: Use vchan_terminate_vdesc() instead of desc_free
Peter Ujfalusi
1
-1
/
+9
2017-08-25
dmaengine: k3dma: remove useless ON_WARN_ONCE()
Antonio Borneo
1
-2
/
+0
2017-08-25
dmaengine: k3dma: fix double free of descriptor
Antonio Borneo
1
-5
/
+1
2017-08-25
dmaengine: k3dma: fix non-cyclic mode
Antonio Borneo
1
-1
/
+3
2016-12-08
dmaengine: k3dma: move to dma_pool_zalloc
Vinod Koul
1
-2
/
+1
2016-09-07
dmaengine: k3dma: use correct format string for debug output
Arnd Bergmann
1
-3
/
+3
2016-08-31
k3dma: Add cyclic mode for audio
Andy Green
1
-11
/
+103
2016-08-31
k3dma: Fix memory handling in preparation for cyclic mode
John Stultz
1
-14
/
+24
2016-08-31
k3dma: Fix occasional DMA ERR issue by using proper dma api
John Stultz
1
-8
/
+45
2016-08-31
k3dma: Fix "nobody cared" message seen on any error
Andy Green
1
-3
/
+5
2016-08-31
k3dma: Fix dma err offsets
Andy Green
1
-2
/
+2
2016-08-31
k3dma: Fix hisi burst clipping
Andy Green
1
-1
/
+1
2016-07-28
Merge branch 'topic/dmaengine_cleanups' into for-linus
Vinod Koul
1
-0
/
+5
2016-07-24
dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe()
Wei Yongjun
1
-1
/
+3
2016-07-16
dmaengine: k3dma: explicitly freeup irq
Vinod Koul
1
-0
/
+5
2016-06-21
dmaengine: Remove site specific OOM error messages on kzalloc
Peter Griffin
1
-6
/
+4
2015-08-05
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
1
-2
/
+1
2015-03-18
Merge branch 'topic/alloc_removal' into for-linus
Vinod Koul
1
-6
/
+0
2015-03-18
dmaengine: k3dma: remove device_alloc_chan_resources handler
Vinod Koul
1
-6
/
+0
2015-03-18
dmaengine: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-01-13
dmaengine: k3: fix duplicate function definition
Arnd Bergmann
1
-3
/
+3
2015-01-13
dmaengine: k3: Fix duplicated function name and allmodconfig build
Krzysztof Kozlowski
1
-4
/
+4
2014-12-22
dmaengine: k3: Split device_control
Maxime Ripard
1
-90
/
+107
2014-11-17
dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-0
/
+2
2014-11-06
dmaengine: Remove .owner field for driver
Kiran Padwal
1
-1
/
+0
2014-11-06
dmaengine: k3: Remove chancnt affectations
Maxime Ripard
1
-1
/
+0
2014-01-20
dmaengine: k3dma: fix sparse warnings
Zhangfei Gao
1
-2
/
+2
2013-10-25
dmaengine: k3dma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-13
dma: misc: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-1
/
+1
2013-09-02
dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap()
Jingoo Han
1
-3
/
+3
2013-08-28
dmaengine: Add hisilicon k3 DMA engine driver
Zhangfei Gao
1
-0
/
+837