Skip to content

[PW_SID:1092527] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller#1906

Closed
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw1092527
Closed

[PW_SID:1092527] riscv: sophgo: allow DMA multiplexer set channel number for DMA controller#1906
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw1092527

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1092527 applied to workflow__riscv__fixes

Name: riscv: sophgo: allow DMA multiplexer set channel number for DMA controller
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1092527
Version: 6

Linux RISC-V bot and others added 3 commits May 10, 2026 02:08
The previous version of the binding change only add compatible
string without adding the fallback compatible, this breaks
backward compatibility. Add the needed fallback compatible to
fix this.

Fixes: be3e2a0 ("dt-bindings: dma: snps,dw-axi-dmac: Add CV1800B compatible")
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
…number for DMA controller

Change the DMA controller compatible to the sophgo,cv1800b-axi-dma,
which supports setting DMA channel number in DMA phandle args.

This dts change does not break backward compatibility as a fallback
compatiable string is added.

Fixes: 514951a ("riscv: dts: sophgo: cv18xx: add DMA controller")
Reported-by: Anton D. Stavinskii <stavinsky@gmail.com>
Closes: sophgo#9
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Tested-by: Anton D. Stavinskii <stavinsky@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 139.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1018.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1391.58 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.12 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.47 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.03 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 86.57 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
kdoc
Desc: Detects for kdoc errors
Duration: 0.88 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.27 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v6,1/2] dt-bindings: dma: snps,dw-axi-dmac: Add fallback compatible for CV1800B"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 138.81 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1086.57 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1472.20 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.56 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 27.03 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.01 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 86.92 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
kdoc
Desc: Detects for kdoc errors
Duration: 0.91 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.32 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v6,2/2] riscv: dts: sophgo: cv180x: Allow the DMA multiplexer to set channel number for DMA controller"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch from 2d4fcdd to cd9d421 Compare May 14, 2026 08:49
@linux-riscv-bot linux-riscv-bot deleted the pw1092527 branch May 19, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants