Skip to content

[PW_SID:1067678] [v3] reset: spacemit: k3: Decouple composite reset lines#1627

Closed
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1067678
Closed

[PW_SID:1067678] [v3] reset: spacemit: k3: Decouple composite reset lines#1627
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1067678

Conversation

@linux-riscv-bot
Copy link

PR for series 1067678 applied to workflow__riscv__fixes

Name: [v3] reset: spacemit: k3: Decouple composite reset lines
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1067678
Version: 3

Instead of grouping several different reset lines into one composite
reset, decouple them to individual ones which make it more aligned
with underlying hardware. And for DWC USB driver, it will match well
with the number of the reset property in the DT bindings.

The DWC3 USB host controller in K3 SoC has three reset lines - AHB, VCC,
PHY. The PCIe controller also has three reset lines - DBI, Slave, Master.
Also three reset lines each for UCIE and RCPU block.

As an agreement with maintainer, the reset IDs has been rearranged as
contiguous number and pushed as a fix for the driver, and reason is that
there isn't any consumer of reset driver so far, so should not cause
any ABI breakage. Also, the changes of DT binding header file and reset
driver are merged together as one single commit to avoid git-bisect
breakage.

Fixes: 938ce3b ("reset: spacemit: Add SpacemiT K3 reset driver")
Fixes: 216e0a5 ("dt-bindings: soc: spacemit: Add K3 reset support and IDs")
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
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 138.34 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1047.80 seconds
Result: PASS

1 similar comment
@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1047.80 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1404.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 27.15 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 28.34 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.94 seconds
Result: WARNING
Output:

WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

total: 0 errors, 1 warnings, 0 checks, 220 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 bc913790c75a ("reset: spacemit: k3: Decouple composite reset lines") 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, 220 lines checked
WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst


@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 84.20 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v3] reset: spacemit: k3: Decouple composite reset lines"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1067678 branch March 18, 2026 01:28
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