Skip to content

[PW_SID:1087819] riscv: spacemit: Add K3 PCIe/USB comb phy support#1843

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1087819
Closed

[PW_SID:1087819] riscv: spacemit: Add K3 PCIe/USB comb phy support#1843
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1087819

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1087819 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=1087819
Version: 1

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

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[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: 1019.10 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[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: 1383.04 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[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: 26.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[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: 27.06 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.85 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, 63 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 05e2928e3754 ("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, 63 lines checked
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Copy Markdown
Author

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

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[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.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe comb phy support"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[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: "[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: "[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: "[2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 139.18 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[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: 1062.80 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[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: 1442.17 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[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: 25.40 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[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: 27.31 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

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

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

CHECK: usleep_range is preferred over udelay; see function description of usleep_range() and udelay().
#454: FILE: drivers/phy/spacemit/phy-k3-common.c:134:
+	udelay(200);

CHECK: usleep_range is preferred over udelay; see function description of usleep_range() and udelay().
#563: FILE: drivers/phy/spacemit/phy-k3-common.c:243:
+		udelay(200);

total: 0 errors, 1 warnings, 2 checks, 699 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 7f44a6ec4524 ("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, 2 checks, 699 lines checked
CHECK: usleep_range is preferred over udelay; see function description of usleep_range() and udelay().
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


@linux-riscv-bot
Copy link
Copy Markdown
Author

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

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[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.27 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

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

@linux-riscv-bot
Copy link
Copy Markdown
Author

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

@linux-riscv-bot
Copy link
Copy Markdown
Author

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

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[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.32 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1087819 branch April 30, 2026 20:02
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