Skip to content

[PW_SID:1078972] pwm: spacemit: Add Support for K3 SoC#1742

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

[PW_SID:1078972] pwm: spacemit: Add Support for K3 SoC#1742
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1078972

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1078972 applied to workflow__riscv__fixes

Name: pwm: spacemit: Add Support for K3 SoC
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1078972
Version: 1

Yixun Lan added 2 commits April 9, 2026 01:56
The PWM controller in SpacemiT K3 SoC reuse the same IP as previous K1
generation, while the difference is that one additional bus clock is
added.

Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add one secondary optional bus clock for the PWM PXA driver, also keep it
compatible with old single clock.

The SpacemiT K3 SoC require one bus clock for PWM controller, acquire
and enable it during probe phase.

Signed-off-by: Yixun Lan <dlan@kernel.org>
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: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 136.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 999.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1340.69 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.79 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.77 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.72 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 83.79 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
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 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
kdoc
Desc: Detects for kdoc errors
Duration: 0.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
module-param
Desc: Detect module_param changes
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
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/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support"
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: "[2/2] pwm: pxa: Add optional bus clock"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 137.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1023.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1379.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.82 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 83.05 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
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/2] pwm: pxa: Add optional bus clock"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[2/2] pwm: pxa: Add optional bus clock"
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/2] pwm: pxa: Add optional bus clock"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1078972 branch April 17, 2026 01:52
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.

1 participant