Skip to content

[PW_SID:1120802] riscv: spacemit: Add K3 PCIe/USB comb phy support#2207

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

[PW_SID:1120802] riscv: spacemit: Add K3 PCIe/USB comb phy support#2207
linux-riscv-bot wants to merge 3 commits into
workflow__riscv__fixesfrom
pw1120802

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1120802 applied to workflow__riscv__fixes

Name: riscv: spacemit: Add K3 PCIe/USB comb phy support
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1120802
Version: 2

Linux RISC-V bot and others added 3 commits July 1, 2026 03:48
The USB3/PCIe comb PHY on the K3 is a complex PHY group that
can provide multiple phy for both PCIe and USB controller.
Its mux configuration is controlled by the APMU syscon device.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
The comb PHY on K3 requires to configure a syscon device for the
right mux configuration. And it requires calibration before any
usage.

Add USB3/PCIe comb PHY driver for Spacemit K3.

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: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 144.19 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1098.78 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1414.29 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 29.36 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 30.02 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.74 seconds
Result: WARNING
Output:

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

total: 0 errors, 1 warnings, 0 checks, 68 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 ab246352e32f ("dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support") 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, 68 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 88.32 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
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: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v2,1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 144.34 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1171.00 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1466.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 28.80 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 30.26 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 3.46 seconds
Result: WARNING
Output:

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

total: 0 errors, 1 warnings, 0 checks, 694 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 361ba55a5667 ("phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3") 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, 694 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 88.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v2,2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
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 2 times, most recently from dc5ff20 to a50938c Compare July 8, 2026 07:37
@linux-riscv-bot
linux-riscv-bot deleted the pw1120802 branch July 8, 2026 07:38
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