Skip to content

[PW_SID:970710] riscv: sophgo: add USB phy support for CV18XX series#510

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

[PW_SID:970710] riscv: sophgo: add USB phy support for CV18XX series#510
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw970710

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 970710 applied to workflow__riscv__fixes

Name: riscv: sophgo: add USB phy support for CV18XX series
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=970710
Version: 4

Linux RISC-V bot and others added 3 commits June 11, 2025 02:52
The USB phy of Sophgo CV18XX series SoC needs to sense a pin called
"VBUS_DET" to get the right operation mode. If this pin is not
connected, it only supports setting the mode manually.

Add USB phy bindings for Sophgo CV18XX/SG200X series SoC.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X. Currently
this driver does not support OTG mode as lack of document.

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: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 108.91 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 988.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1338.16 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.28 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.40 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.55 seconds
Result: WARNING
Output:

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

total: 0 errors, 1 warnings, 0 checks, 54 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 52079919a979 ("dt-bindings: phy: Add Sophgo CV1800 USB phy") 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, 54 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 71.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
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: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
kdoc
Desc: Detects for kdoc errors
Duration: 0.94 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
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: "[v4,1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy"
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: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 108.45 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1094.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1613.06 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 21.01 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.78 seconds
Result: WARNING
Output:

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

CHECK: spinlock_t definition without comment
#118: FILE: drivers/phy/sophgo/phy-cv1800-usb2.c:34:
+	spinlock_t	lock;

total: 0 errors, 1 warnings, 1 checks, 257 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 47114777557b ("phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X") 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, 1 checks, 257 lines checked
CHECK: spinlock_t definition without comment
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 72.07 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
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: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
kdoc
Desc: Detects for kdoc errors
Duration: 0.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
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: "[v4,2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 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 pw970710 branch June 19, 2025 01:22
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