* [GIT PULL] clk: spacemit: Add K1 SoC clk driver for v6.16
@ 2025-04-30 1:29 Yixun Lan
2025-05-06 18:02 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Yixun Lan @ 2025-04-30 1:29 UTC (permalink / raw)
To: Stephen Boyd, Michael Turquette
Cc: spacemit, linux-clk, linux-riscv, Haylen Chu, Inochi Amaoto,
Alex Elder
Hi Stephen, Mike
Here is clock driver added for SpacemiT K1 SoC, please pull for v6.16
Yixun Lan (dlan)
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
https://github.com/spacemit-com/linux tags/spacemit-clk-for-6.16-1
for you to fetch changes up to 49625c6e4d90a9221127c49a11eb8c95732bb690:
clk: spacemit: k1: Add TWSI8 bus and function clocks (2025-04-17 03:22:56 +0800)
----------------------------------------------------------------
RISC-V SpacemiT clock changes for 6.16
- Add clock driver for K1 SoC
- Add TWSI8 clock, workaround the read quirk
----------------------------------------------------------------
Haylen Chu (4):
dt-bindings: soc: spacemit: Add spacemit,k1-syscon
dt-bindings: clock: spacemit: Add spacemit,k1-pll
clk: spacemit: Add clock support for SpacemiT K1 SoC
clk: spacemit: k1: Add TWSI8 bus and function clocks
.../devicetree/bindings/clock/spacemit,k1-pll.yaml | 50 +
.../bindings/soc/spacemit/spacemit,k1-syscon.yaml | 80 ++
drivers/clk/Kconfig | 1 +
drivers/clk/Makefile | 1 +
drivers/clk/spacemit/Kconfig | 18 +
drivers/clk/spacemit/Makefile | 5 +
drivers/clk/spacemit/ccu-k1.c | 1164 ++++++++++++++++++++
drivers/clk/spacemit/ccu_common.h | 48 +
drivers/clk/spacemit/ccu_ddn.c | 83 ++
drivers/clk/spacemit/ccu_ddn.h | 48 +
drivers/clk/spacemit/ccu_mix.c | 268 +++++
drivers/clk/spacemit/ccu_mix.h | 218 ++++
drivers/clk/spacemit/ccu_pll.c | 157 +++
drivers/clk/spacemit/ccu_pll.h | 86 ++
include/dt-bindings/clock/spacemit,k1-syscon.h | 247 +++++
15 files changed, 2474 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/spacemit,k1-pll.yaml
create mode 100644 Documentation/devicetree/bindings/soc/spacemit/spacemit,k1-syscon.yaml
create mode 100644 drivers/clk/spacemit/Kconfig
create mode 100644 drivers/clk/spacemit/Makefile
create mode 100644 drivers/clk/spacemit/ccu-k1.c
create mode 100644 drivers/clk/spacemit/ccu_common.h
create mode 100644 drivers/clk/spacemit/ccu_ddn.c
create mode 100644 drivers/clk/spacemit/ccu_ddn.h
create mode 100644 drivers/clk/spacemit/ccu_mix.c
create mode 100644 drivers/clk/spacemit/ccu_mix.h
create mode 100644 drivers/clk/spacemit/ccu_pll.c
create mode 100644 drivers/clk/spacemit/ccu_pll.h
create mode 100644 include/dt-bindings/clock/spacemit,k1-syscon.h
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] clk: spacemit: Add K1 SoC clk driver for v6.16
2025-04-30 1:29 [GIT PULL] clk: spacemit: Add K1 SoC clk driver for v6.16 Yixun Lan
@ 2025-05-06 18:02 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-05-06 18:02 UTC (permalink / raw)
To: Michael Turquette, Yixun Lan
Cc: spacemit, linux-clk, linux-riscv, Haylen Chu, Inochi Amaoto,
Alex Elder
Quoting Yixun Lan (2025-04-29 18:29:41)
> Hi Stephen, Mike
>
> Here is clock driver added for SpacemiT K1 SoC, please pull for v6.16
>
> Yixun Lan (dlan)
>
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
>
> Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
>
> are available in the Git repository at:
>
> https://github.com/spacemit-com/linux tags/spacemit-clk-for-6.16-1
>
> for you to fetch changes up to 49625c6e4d90a9221127c49a11eb8c95732bb690:
>
> clk: spacemit: k1: Add TWSI8 bus and function clocks (2025-04-17 03:22:56 +0800)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-06 23:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30 1:29 [GIT PULL] clk: spacemit: Add K1 SoC clk driver for v6.16 Yixun Lan
2025-05-06 18:02 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox