Devicetree
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add Loongson-2k0500 and Loongson-2k2000 clock support
@ 2024-04-01  8:23 Binbin Zhou
  2024-04-01  8:23 ` [PATCH v2 1/8] dt-bindings: clock: add Loongson-2K expand clock index Binbin Zhou
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Binbin Zhou @ 2024-04-01  8:23 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Yinbo Zhu
  Cc: Huacai Chen, loongson-kernel, linux-clk, devicetree, Xuerui Wang,
	loongarch, Binbin Zhou

Hi all:

As we know, the Loongson-2K family of SoCs (ls2k0500/ls2k1000/ls2k2000)
have a similar clock structure, and I support them to be configured with
different parameters (e.g., register offsets, etc.).

To make it easier to add support for different SoCs, I refactored the
original driver to make the whole driver as understandable as possible.

Briefly, I have divided all clocks into three categories according to
their properties and their parent clocks: Independent PLLs, clocks based
on frequency scales, and clock dividers.

Thanks.

----
V2:
patch(1/8):
 - Drop LOONGSON2_CLK_END, for it is not a binding.
patch(1/8)(3/8)(5/8):
 - Add Acked-by tag from Conor, Thanks.

Link to V1:
https://lore.kernel.org/all/cover.1710926402.git.zhoubinbin@loongson.cn/

Binbin Zhou (8):
  dt-bindings: clock: add Loongson-2K expand clock index
  clk: clk-loongson2: Refactor driver for adding new platforms
  dt-bindings: clock: loongson2: add Loongson-2K0500 compatible
  clk: clk-loongson2: Add Loongson-2K0500 clock support
  dt-bindings: clock: loongson2: add Loongson-2K2000 compatible
  clk: clk-loongson2: Add Loongson-2K2000 clock support
  LoongArch: dts: Add clock support to Loongson-2K0500
  LoongArch: dts: Add clock support to Loongson-2K2000

 .../bindings/clock/loongson,ls2k-clk.yaml     |   4 +-
 .../boot/dts/loongson-2k0500-ref.dts          |   4 +
 arch/loongarch/boot/dts/loongson-2k0500.dtsi  |  57 +-
 .../boot/dts/loongson-2k2000-ref.dts          |   4 +
 arch/loongarch/boot/dts/loongson-2k2000.dtsi  |  19 +-
 drivers/clk/clk-loongson2.c                   | 549 ++++++++++--------
 include/dt-bindings/clock/loongson,ls2k-clk.h |  56 +-
 7 files changed, 408 insertions(+), 285 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-02  9:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01  8:23 [PATCH v2 0/8] Add Loongson-2k0500 and Loongson-2k2000 clock support Binbin Zhou
2024-04-01  8:23 ` [PATCH v2 1/8] dt-bindings: clock: add Loongson-2K expand clock index Binbin Zhou
2024-04-02  8:58   ` Huacai Chen
2024-04-02  9:34     ` Binbin Zhou
2024-04-01  8:23 ` [PATCH v2 2/8] clk: clk-loongson2: Refactor driver for adding new platforms Binbin Zhou
2024-04-01  8:23 ` [PATCH v2 3/8] dt-bindings: clock: loongson2: add Loongson-2K0500 compatible Binbin Zhou
2024-04-01  8:24 ` [PATCH v2 4/8] clk: clk-loongson2: Add Loongson-2K0500 clock support Binbin Zhou
2024-04-01  8:24 ` [PATCH v2 5/8] dt-bindings: clock: loongson2: add Loongson-2K2000 compatible Binbin Zhou
2024-04-01  8:24 ` [PATCH v2 6/8] clk: clk-loongson2: Add Loongson-2K2000 clock support Binbin Zhou
2024-04-01  8:24 ` [PATCH v2 7/8] LoongArch: dts: Add clock support to Loongson-2K0500 Binbin Zhou
2024-04-01  8:24 ` [PATCH v2 8/8] LoongArch: dts: Add clock support to Loongson-2K2000 Binbin Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox