Skip to content

[PW_SID:990901] Add SPI NOR DTS node for SG2042 SoC and boards using it - #767

Closed
linux-riscv-bot wants to merge 4 commits into
workflow__riscv__fixesfrom
pw990901
Closed

[PW_SID:990901] Add SPI NOR DTS node for SG2042 SoC and boards using it#767
linux-riscv-bot wants to merge 4 commits into
workflow__riscv__fixesfrom
pw990901

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 990901 applied to workflow__riscv__fixes

Name: Add SPI NOR DTS node for SG2042 SoC and boards using it
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=990901
Version: 1

Add SPI NOR controller node for SG2042

Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
Tested-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Zixian Zeng <sycamoremoon376@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Enable SPI NOR node for PioneerBox device tree

Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
Tested-by: Chen Wang <unicorn_wang@outlook.com>
Signed-off-by: Zixian Zeng <sycamoremoon376@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Enable SPI NOR node for SG2042_EVB_V1 device tree

Signed-off-by: Han Gao <rabenda.cn@gmail.com>
Signed-off-by: Zixian Zeng <sycamoremoon376@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Enable SPI NOR node for SG2042_EVB_V2 device tree

Signed-off-by: Han Gao <rabenda.cn@gmail.com>
Signed-off-by: Zixian Zeng <sycamoremoon376@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 103.64 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1079.68 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1386.79 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.29 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.35 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.98 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 74.64 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
kdoc
Desc: Detects for kdoc errors
Duration: 0.82 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
module-param
Desc: Detect module_param changes
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[1/4] riscv: dts: sophgo: Add SPI NOR node for SG2042"
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: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 103.19 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1075.90 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1384.36 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.10 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.17 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.74 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 73.67 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
kdoc
Desc: Detects for kdoc errors
Duration: 0.91 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[2/4] riscv: dts: sophgo: Enable SPI NOR node for PioneerBox"
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 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 104.28 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1078.06 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1384.96 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.39 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.05 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.72 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 74.30 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
kdoc
Desc: Detects for kdoc errors
Duration: 0.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 3: "[3/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V1"
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 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 105.32 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1079.99 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1386.53 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.39 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.78 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 73.87 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
kdoc
Desc: Detects for kdoc errors
Duration: 0.88 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 4: "[4/4] riscv: dts: sophgo: Enable SPI NOR node for SG2042_EVB_V2"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot deleted the pw990901 branch August 13, 2025 13:58
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