Skip to content

[PW_SID:970700] riscv: dts: sophgo: Add mdio multiplexer for cv18xx#508

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

[PW_SID:970700] riscv: dts: sophgo: Add mdio multiplexer for cv18xx#508
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw970700

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 970700 applied to workflow__riscv__fixes

Name: riscv: dts: sophgo: Add mdio multiplexer for cv18xx
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=970700
Version: 1

Linux RISC-V bot and others added 3 commits June 11, 2025 02:52
The Sophgo CV1800 uses an internal MDIO bus multiplexer to handle the
internal phy and external phy. The internal phy is always on MDIO bus
address 0, and the external bus can be configured with different MDIO
address.

Add documentation and compatible string for the MDIO multiplexer on
CV1800 Series SoC.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add device driver for the mux driver for Sophgo CV18XX/SG200X
series SoCs.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 102.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 914.32 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1230.31 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.19 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.56 seconds
Result: WARNING
Output:

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#22: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 47 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 9e4d279dc643 ("dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 1 warnings, 0 checks, 47 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 70.57 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
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: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
kdoc
Desc: Detects for kdoc errors
Duration: 1.16 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
module-param
Desc: Detect module_param changes
Duration: 2.88 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
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: "[net-next,1/2] dt-bindings: net: Add Sophgo CV1800 MDIO multiplexer"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 101.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 949.32 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1275.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.03 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.35 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.20 seconds
Result: WARNING
Output:

WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines
#26: FILE: drivers/net/mdio/Kconfig:281:
+config MDIO_BUS_MUX_SOPHGO_CV1800B
+	tristate "Sophgo CV1800 MDIO multiplexer driver"
+	depends on ARCH_SOPHGO || COMPILE_TEST
+	depends on OF_MDIO && HAS_IOMEM
+	select MDIO_BUS_MUX
+	default m if ARCH_SOPHGO
+	help
+	  This module provides a driver for the MDIO multiplexer/glue of
+	  the Sophgo CV1800 series SoC. The multiplexer connects either
+	  the external or the internal MDIO bus to the parent bus.
 

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#48: 
new file mode 100644

total: 0 errors, 2 warnings, 0 checks, 138 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 8f974571fecb ("net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 2 warnings, 0 checks, 138 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 71.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
kdoc
Desc: Detects for kdoc errors
Duration: 0.92 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
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: "[net-next,2/2] net: mdio-mux: Add MDIO mux driver for Sophgo CV1800 SoCs"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch from 0b44c19 to 8023d1f Compare June 12, 2025 20:21
@linux-riscv-bot linux-riscv-bot deleted the pw970700 branch June 19, 2025 02:53
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