index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
fsl-edma-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
dmaengine: fsl-edma: change the memory access from local into remote mode in ...
Joy Zou
1
-0
/
+3
2024-06-11
dmaengine: fsl-edma: remove redundant "idle" field from fsl_chan
Frank Li
1
-5
/
+1
2024-06-11
dmaengine: fsl-edma: request per-channel IRQ only when channel is allocated
Frank Li
1
-0
/
+15
2024-05-04
dmaengine: fsl-edma: add trace event support
Frank Li
1
-0
/
+2
2024-04-25
dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string
Joy Zou
1
-12
/
+4
2024-04-17
dmaengine: fsl-edma: fix miss mutex unlock at an error return path
Frank Li
1
-0
/
+1
2024-04-07
dmaengine: fsl-edma: add i.MX8ULP edma support
Joy Zou
1
-0
/
+6
2024-03-15
Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-46
/
+55
2024-02-07
dmaengine: fsl-edma: integrate TCD64 support for i.MX95
Frank Li
1
-13
/
+21
2024-02-07
dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
Frank Li
1
-3
/
+3
2024-02-07
dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()
Frank Li
1
-30
/
+31
2024-02-07
dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenario
Joy Zou
1
-1
/
+1
2023-12-11
dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
Frank Li
1
-0
/
+1
2023-09-28
dmaengine: fsl-edma: fix edma4 channel enable failure on second attempt
Frank Li
1
-2
/
+8
2023-09-28
dmaengine: fsl-dma: fix DMA error when enabling sg if 'DONE' bit is set
Frank Li
1
-1
/
+14
2023-08-22
dmaengine: fsl-edma: integrate v3 support
Frank Li
1
-15
/
+143
2023-08-22
dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
Frank Li
1
-24
/
+14
2023-08-22
dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
Frank Li
1
-13
/
+8
2023-08-22
dmaengine: fsl-edma: move common IRQ handler to common.c
Frank Li
1
-0
/
+26
2023-08-22
dmaengine: fsl-edma: Remove enum edma_version
Frank Li
1
-28
/
+19
2023-08-22
dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
Frank Li
1
-1
/
+1
2023-08-22
dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
Frank Li
1
-17
/
+0
2022-07-01
dmaengine: fsl-edma: remove redundant assignment to pointer last_sg
Colin Ian King
1
-3
/
+0
2021-10-28
dmaengine: fsl-edma: support edma memcpy
Joy Zou
1
-0
/
+31
2021-10-25
dmaengine: fsl-edma: fix for missing dmamux module
Angelo Dureghello
1
-1
/
+3
2020-07-06
dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu
Angelo Dureghello
1
-12
/
+14
2020-06-24
dmaengine: fsl-edma: Add lockdep assert for exported function
Krzysztof Kozlowski
1
-0
/
+2
2019-12-18
dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
Peng Ma
1
-0
/
+5
2019-08-20
dmaengine: change alignment of mux_configure32 and fsl_edma_chan_mux
Mao Wenan
1
-2
/
+2
2019-08-20
dmaengine: make mux_configure32 static
Mao Wenan
1
-1
/
+1
2019-08-08
dmaengine: fsl-edma: add i.mx7ulp edma2 version support
Robin Gong
1
-1
/
+17
2019-07-08
dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support"
Vinod Koul
1
-17
/
+1
2019-07-03
dmaengine: fsl-edma: add i.mx7ulp edma2 version support
Robin Gong
1
-1
/
+17
2019-07-03
dmaengine: fsl-edma-common: version check for v2 instead
Robin Gong
1
-20
/
+20
2019-07-03
dmaengine: fsl-edma-common: move dmamux register to another single function
Robin Gong
1
-4
/
+14
2019-07-03
dmaengine: fsl-edma: add drvdata for fsl-edma
Robin Gong
1
-14
/
+15
2019-07-03
dmaengine: Revert "dmaengine: fsl-edma: support little endian for edma driver"
Fabio Estevam
1
-5
/
+0
2019-06-25
dmaengine: fsl-edma: support little endian for edma driver
Peng Ma
1
-0
/
+5
2019-02-04
dmaengine: fsl-edma: dma map slave device address
Laurentiu Tudor
1
-4
/
+62
2019-01-07
dmaengine: fsl-edma: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2018-10-09
dmaengine: fsl-edma: remove dma_slave_config direction usage
Vinod Koul
1
-31
/
+43
2018-09-11
dmaengine: fsl-edma: add ColdFire mcf5441x edma support
Angelo Dureghello
1
-4
/
+20
2018-09-11
dmaengine: fsl-edma: add edma version and configurable registers
Angelo Dureghello
1
-30
/
+76
2018-09-11
dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...
Angelo Dureghello
1
-0
/
+552