[PATCH v3 0/7] clk: spacemit: add K1 reset support

From: Alex Elder
Date: Wed Apr 09 2025 - 17:20:51 EST


This series adds reset controller support for the SpacemiT K1 SoC.

As before, this version is built upon the clock controller driver that
Haylen Chu has out for review (currently at v6):
https://lore.kernel.org/lkml/20250401172434.6774-1-heylenay@xxxxxxx/

All of these patches are available here:
https://github.com/riscstar/linux/tree/outgoing/reset-v3

Between version 2 and version 3 there was no feedback, however:
- Haylen posted v6 of the clock series, and it included some changes
that affected the logic in this reset code.
- I was informed that defining CCU nodes without any clocks led to
warnings about "clocks" being a required property when running
"make dtbs_check". For that reason, I made clock properties
optional for reset-only CCU nodes.
- This code is now based on v6.15-rc1, which includes a few commits
that were listed as dependencies previously.

Here is version 2 of this series.
https://lore.kernel.org/lkml/20250328210233.1077035-1-elder@xxxxxxxxxxxx/

Between version 1 and version 2:
- Added Rob's Reviewed-by tag on the first patch
- Renamed the of_match_data data type (and one or two other symbols) to
use "spacemit" rather than "k1".
- Replaced the abbreviated "rst" or "RST" in names of newly-defined
sympols with "reset" or "RESET" respectively.
- Eliminated rcdev_to_controller(), which was only used once.
- Changed a function that unsafely did a read/modify/write of a register
to use regmap_update_bits() instead as suggested by Haylen.
- Eliminated a null check for a pointer known to be non-null.
- Reordered the assignment of reset controller device fields.
- Added a "sentinel" comment as requested by Yixun.
- Updated to be based on Linux v6.14 final.

Here is the first version of this series.
https://lore.kernel.org/lkml/20250321151831.623575-1-elder@xxxxxxxxxxxx/

-Alex

Alex Elder (7):
dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
clk: spacemit: rename spacemit_ccu_data fields
clk: spacemit: add reset controller support
clk: spacemit: define existing syscon resets
clk: spacemit: make clocks optional
clk: spacemit: define new syscons with only resets
riscv: dts: spacemit: add reset support for the K1 SoC

.../soc/spacemit/spacemit,k1-syscon.yaml | 29 +-
arch/riscv/boot/dts/spacemit/k1.dtsi | 18 +
drivers/clk/spacemit/ccu-k1.c | 340 ++++++++++++++++--
.../dt-bindings/clock/spacemit,k1-syscon.h | 128 +++++++
4 files changed, 488 insertions(+), 27 deletions(-)

--
2.45.2