linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: spacemit: add changes for v6.17
@ 2025-07-09  1:15 Yixun Lan
  2025-07-13 17:06 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Yixun Lan @ 2025-07-09  1:15 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Michael Turquette, Alex Elder, Philipp Zabel, Haylen Chu,
	linux-clk, linux-riscv, spacemit

Hi Stephen,

 Here is clock changes for v6.17, please pull.

 Basically, what we've added here are two changes:

  1) Mark pll1_d8 clock as critical to prevent it from being shut down
     in the resource withdrawal path once the probe phase fails

  2) Extend K1 clock framework to support reset auxiliary devices, and
     also route the reset driver via clock tree to avoid shared tags,
     please see discussion here[1] with reset maintainer for more
     details if needed.

  Thank you!


Link: https://lore.kernel.org/r/3732050b6b756868543012c1a1cebbe7cce74d61.camel@pengutronix.de [1]

Yixun Lan

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://github.com/spacemit-com/linux tags/spacemit-clk-for-6.17-1

for you to fetch changes up to c79550f69f0f21be069385c20cd6490b862ba2a5:

  Merge tag 'spacemit-reset-for-6.17-1' of https://github.com/spacemit-com/linux (2025-07-07 22:07:15 +0800)

----------------------------------------------------------------
RISC-V SpacemiT clock changes for 6.17

- Mark clock of pll1_d8 as critical
- Add reset support for K1 SoC

----------------------------------------------------------------
Alex Elder (6):
      dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
      soc: spacemit: create a header for clock/reset registers
      clk: spacemit: set up reset auxiliary devices
      clk: spacemit: define three reset-only CCUs
      clk: spacemit: mark K1 pll1_d8 as critical
      reset: spacemit: add support for SpacemiT CCU resets

Yixun Lan (1):
      Merge tag 'spacemit-reset-for-6.17-1' of https://github.com/spacemit-com/linux

 .../bindings/soc/spacemit/spacemit,k1-syscon.yaml  |  27 +-
 drivers/clk/spacemit/Kconfig                       |   1 +
 drivers/clk/spacemit/ccu-k1.c                      | 242 ++++++++--------
 drivers/clk/spacemit/ccu_mix.h                     |  11 +-
 drivers/reset/Kconfig                              |   9 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-spacemit.c                     | 304 +++++++++++++++++++++
 include/dt-bindings/clock/spacemit,k1-syscon.h     | 141 ++++++++++
 include/soc/spacemit/k1-syscon.h                   | 160 +++++++++++
 9 files changed, 766 insertions(+), 130 deletions(-)
 create mode 100644 drivers/reset/reset-spacemit.c
 create mode 100644 include/soc/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 changes for v6.17
  2025-07-09  1:15 [GIT PULL] clk: spacemit: add changes for v6.17 Yixun Lan
@ 2025-07-13 17:06 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-07-13 17:06 UTC (permalink / raw)
  To: Yixun Lan
  Cc: Michael Turquette, Alex Elder, Philipp Zabel, Haylen Chu,
	linux-clk, linux-riscv, spacemit

Quoting Yixun Lan (2025-07-08 18:15:28)
> Hi Stephen,
> 
>  Here is clock changes for v6.17, please pull.
> 
>  Basically, what we've added here are two changes:
> 
>   1) Mark pll1_d8 clock as critical to prevent it from being shut down
>      in the resource withdrawal path once the probe phase fails
> 
>   2) Extend K1 clock framework to support reset auxiliary devices, and
>      also route the reset driver via clock tree to avoid shared tags,
>      please see discussion here[1] with reset maintainer for more
>      details if needed.
> 
>   Thank you!
> 
> 
> Link: https://lore.kernel.org/r/3732050b6b756868543012c1a1cebbe7cce74d61.camel@pengutronix.de [1]
> 
> Yixun Lan
> 
> The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
> 
>   Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/spacemit-com/linux tags/spacemit-clk-for-6.17-1
> 
> for you to fetch changes up to c79550f69f0f21be069385c20cd6490b862ba2a5:
> 
>   Merge tag 'spacemit-reset-for-6.17-1' of https://github.com/spacemit-com/linux (2025-07-07 22:07:15 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into to 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-07-13 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09  1:15 [GIT PULL] clk: spacemit: add changes for v6.17 Yixun Lan
2025-07-13 17:06 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).