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
Age
Commit message (
Expand
)
Author
Files
Lines
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
clk: renesas: r9a06g032: Probe possible children
Miquel Raynal
1
-0
/
+5
2022-05-19
dmaengine: dw: dmamux: Introduce RZN1 DMA router support
Miquel Raynal
3
-0
/
+166
2022-05-19
clk: renesas: r9a06g032: Export function to set dmamux
Miquel Raynal
1
-1
/
+34
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
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: tegra: Remove unused including <linux/version.h>
Jiapeng Chong
1
-1
/
+0
2022-04-20
dmaengine: add verification of DMA_INTERRUPT capability for dmatest
Dave Jiang
1
-3
/
+10
2022-04-20
dmaengine: mediatek: mtk-hsdma: use NULL instead of using plain integer as po...
Haowen Bai
1
-1
/
+1
2022-04-20
dmaengine: pl08x: drop the useless function
Haowen Bai
1
-11
/
+0
2022-04-20
dmaengine: idxd: set max_xfer and max_batch for RO device
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: set DMA_INTERRUPT cap bit
Dave Jiang
1
-0
/
+1
2022-04-20
dmaengine: jz4780: set DMA maximum segment size
Aidan MacDonald
1
-0
/
+9
2022-04-20
dmaengine: PTDMA: support polled mode
Ilya Novikov
3
-18
/
+47
2022-04-20
dmaengine: plx_dma: Move spin_lock_bh() to spin_lock()
Yunbo Yu
1
-2
/
+2
[next]