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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
Merge tag 'dmaengine-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-24
/
+76
2023-10-09
dmaengine: fsl-edma: fix all channels requested when call fsl_edma3_xlate()
Frank Li
1
-2
/
+4
2023-10-09
dmaengine: stm32-dma: fix residue in case of MDMA chaining
Amelie Delaunay
1
-3
/
+4
2023-10-09
dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining
Amelie Delaunay
1
-1
/
+3
2023-10-09
dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set
Amelie Delaunay
1
-5
/
+9
2023-10-09
dmaengine: stm32-mdma: use Link Address Register to compute residue
Amelie Delaunay
1
-4
/
+11
2023-10-09
dmaengine: stm32-mdma: abort resume if no ongoing transfer
Amelie Delaunay
1
-0
/
+4
2023-10-09
dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe
Zhang Shurong
1
-0
/
+1
2023-10-04
dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
Duoming Zhou
1
-2
/
+1
2023-10-04
dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() return
Dan Carpenter
1
-0
/
+3
2023-10-04
dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq
Rex Zhang
1
-2
/
+3
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
3
-3
/
+28
2023-09-03
Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
64
-2771
/
+765
2023-08-22
dmaengine: fsl-edma: integrate v3 support
Frank Li
3
-23
/
+453
2023-08-22
dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
Frank Li
4
-28
/
+42
2023-08-22
dmaengine: fsl-edma: refactor chan_name setup and safety
Frank Li
2
-3
/
+4
2023-08-22
dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
Frank Li
1
-1
/
+4
2023-08-22
dmaengine: fsl-edma: refactor using devm_clk_get_enabled
Frank Li
1
-17
/
+2
2023-08-22
dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
Frank Li
2
-23
/
+8
2023-08-22
dmaengine: fsl-edma: move common IRQ handler to common.c
Frank Li
4
-56
/
+37
2023-08-22
dmaengine: fsl-edma: Remove enum edma_version
Frank Li
4
-41
/
+26
2023-08-22
dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
Frank Li
3
-6
/
+7
2023-08-22
dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
Frank Li
4
-19
/
+4
2023-08-22
dmaengine: fsl-edma: fix build error when arch is s390
Frank Li
1
-0
/
+1
2023-08-21
dmaengine: idxd: Fix issues with PRS disable sysfs knob
Fenghua Yu
1
-2
/
+2
2023-08-21
dmaengine: idxd: Allow ATS disable update only for configurable devices
Fenghua Yu
1
-0
/
+4
2023-08-21
dmaengine: xilinx_dma: Program interrupt delay timeout
Radhey Shyam Pandey
1
-9
/
+11
2023-08-21
dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase
Radhey Shyam Pandey
1
-1
/
+1
2023-08-21
dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit
Radhey Shyam Pandey
1
-0
/
+9
2023-08-21
dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
Radhey Shyam Pandey
1
-1
/
+1
2023-08-21
dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client
Radhey Shyam Pandey
1
-0
/
+37
2023-08-21
dmaengine: ioatdma: use pci_dev_id() to simplify the code
Jialin Zhang
1
-1
/
+1
2023-08-21
dmaengine: ioat: fixing the wrong dma_dev->chancnt
Yajun Deng
2
-9
/
+11
2023-08-21
dmaengine: Simplify dma_async_device_register()
Yajun Deng
1
-62
/
+20
2023-08-21
dmaengine: fsl-edma: use struct_size() helper
Yu Liao
1
-4
/
+3
2023-08-21
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
5
-38
/
+76
2023-08-21
dmaengine: mcf-edma: Use struct_size()
Christophe JAILLET
1
-4
/
+3
2023-08-21
dmaengine: lgm: Use builtin_platform_driver macro to simplify the code
Li Zetao
1
-6
/
+1
2023-08-21
dmaengine: ste_dma40: Add missing IRQ check in d40_probe
ruanjinjie
1
-0
/
+4
2023-08-21
dmaengine: owl-dma: fix clang -Wvoid-pointer-to-enum-cast warning
Justin Stitt
1
-1
/
+1
2023-08-21
dmaengine: idxd: Remove unused declarations
Yue Haibing
1
-5
/
+0
2023-08-09
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
5
-38
/
+76
2023-08-06
dmaengine: xilinx: xdma: Fix typo
Miquel Raynal
1
-1
/
+1
2023-08-06
dmaengine: xilinx: xdma: Fix interrupt vector setting
Miquel Raynal
1
-0
/
+2
2023-08-06
dmaengine: owl-dma: Modify mismatched function name
Zhang Jianhua
1
-1
/
+1
2023-08-06
dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
Fenghua Yu
1
-3
/
+1
2023-08-06
dmaengine: pl330: Return DMA_PAUSED when transaction is paused
Ilpo Järvinen
1
-2
/
+16
2023-08-06
dmaengine: mcf-edma: Fix a potential un-allocated memory access
Christophe JAILLET
1
-6
/
+7
2023-08-01
dmaengine: ep93xx: Use struct_size()
Christophe JAILLET
1
-3
/
+1
[next]