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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-29
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
45
-322
/
+2420
2022-05-26
Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+13
2022-05-26
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-6
/
+72
2022-05-19
dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabled
Dave Jiang
1
-1
/
+1
2022-05-19
dmaengine: sun6i: Add support for the D1 variant
Samuel Holland
2
-1
/
+2
2022-05-19
dmaengine: sun6i: Add support for 34-bit physical addresses
Samuel Holland
1
-15
/
+38
2022-05-19
dmaengine: sun6i: Do not use virt_to_phys
Samuel Holland
1
-19
/
+19
2022-05-19
dmaengine: tegra: Remove unused switch case
Akhil R
1
-4
/
+0
2022-05-19
dmaengine: tegra: Fix uninitialized variable usage
Akhil R
1
-4
/
+4
2022-05-19
dmaengine: stm32-dma: add device_pause/device_resume support
Amelie Delaunay
1
-13
/
+234
2022-05-19
dmaengine: stm32-dma: rename pm ops before dma pause/resume introduction
Amelie Delaunay
1
-3
/
+3
2022-05-19
dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()
Amelie Delaunay
1
-27
/
+27
2022-05-19
dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sg
Amelie Delaunay
1
-5
/
+9
2022-05-19
dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessor
Amelie Delaunay
1
-1
/
+1
2022-05-19
dmaengine: qcom: gpi: Add support for sc7280
Vinod Koul
1
-0
/
+1
2022-05-19
dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious it
Amelie Delaunay
1
-3
/
+6
2022-05-19
dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()
Amelie Delaunay
1
-1
/
+1
2022-05-19
dmaengine: stm32-mdma: remove GISR1 register
Amelie Delaunay
1
-16
/
+5
2022-05-19
dmaengine: ti: deprecate '#dma-channels'
Krzysztof Kozlowski
1
-1
/
+5
2022-05-19
dmaengine: mmp: deprecate '#dma-channels'
Krzysztof Kozlowski
1
-5
/
+9
2022-05-19
dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'
Krzysztof Kozlowski
1
-3
/
+10
2022-05-19
dmaengine: tegra: Fix build error without IOMMU_API
YueHaibing
1
-0
/
+1
2022-05-19
dmaengine: dw: Add RZN1 compatible
Miquel Raynal
1
-0
/
+1
2022-05-19
dmaengine: dw: dmamux: Introduce RZN1 DMA router support
Miquel Raynal
3
-0
/
+166
2022-05-16
dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-1
/
+0
2022-05-16
dmaengine: idxd: add missing callback function to support DMA_INTERRUPT
Dave Jiang
1
-0
/
+22
2022-05-16
dmaengine: sprd: deprecate '#dma-channels'
Krzysztof Kozlowski
1
-1
/
+5
2022-05-16
dmaengine: idxd: skip irq free when wq type is not kernel
Dave Jiang
1
-0
/
+3
2022-05-16
dmaengine: idxd: make idxd_register/unregister_dma_channel() static
Dave Jiang
2
-4
/
+2
2022-05-16
dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...
Radhey Shyam Pandey
1
-1
/
+5
2022-05-16
dmaengine: zynqmp_dma: check dma_async_device_register return value
Shravya Kumbham
1
-1
/
+5
2022-05-16
dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type
Radhey Shyam Pandey
1
-2
/
+3
2022-05-16
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
Dave Jiang
1
-1
/
+0
2022-05-16
dmaengine: idxd: free irq before wq type is reset
Dave Jiang
1
-1
/
+1
2022-05-16
dmaengine: idxd: fix lockdep warning on device driver removal
Dave Jiang
1
-7
/
+7
2022-05-16
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
5
-23
/
+35
2022-05-16
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
1
-1
/
+7
2022-05-16
dmaengine: tegra: Use platform_get_irq() to get IRQ resource
Akhil R
1
-8
/
+4
2022-04-22
dma: omap: hide legacy interface
Arnd Bergmann
1
-6
/
+13
2022-04-22
dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()
Yunbo Yu
1
-2
/
+2
2022-04-22
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
4
-61
/
+43
2022-04-22
dmaengine: ti: k3-psil-am62: Update PSIL thread for saul.
Jayesh Choudhary
1
-4
/
+4
2022-04-22
dmaengine: ptdma: statify pt_tx_status
Vinod Koul
1
-1
/
+1
2022-04-20
dmaengine: hidma: In hidma_prep_dma_memset treat value as a single byte
Ben Walker
1
-1
/
+12
2022-04-20
dmaengine: at_xdmac: In at_xdmac_prep_dma_memset, treat value as a single byte
Ben Walker
1
-1
/
+8
2022-04-20
dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byte
Ben Walker
1
-1
/
+9
2022-04-20
dmaengine: idxd: move wq irq enabling to after device enable
Dave Jiang
1
-9
/
+9
2022-04-20
dmaengine: idxd: skip clearing device context when device is read-only
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: add RO check for wq max_transfer_size write
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: add RO check for wq max_batch_size write
Dave Jiang
1
-0
/
+3
[next]