[GIT PULL] RISC-V Sophgo SG2044 clock drivers for v6.15

Chen Wang unicorn_wang at outlook.com
Mon Mar 10 00:34:08 PDT 2025


Hey, Stephen,

Please pull clock changes for RISC-V/Sophgo/SG2044.

I send this PR just want to expedite patches for this clock driver. The 
patches have gone through several rounds of review [v1], [v2], [v3].

Link: 
https://lore.kernel.org/linux-clk/20241209082132.752775-1-inochiama@gmail.com/ 
[v1]

Link: 
https://lore.kernel.org/linux-clk/20250204084439.1602440-1-inochiama@gmail.com/ 
[v2]

Link: 
https://lore.kernel.org/linux-clk/20250226232320.93791-1-inochiama@gmail.com/ 
[v3]

Thanks,
Chen.

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

   https://github.com/sophgo/linux.git tags/riscv-sg2044-clk-for-v6.15

for you to fetch changes up to 135418add3878dcd44483d0f2851f6f470a85395:

   clk: sophgo: Add clock controller support for SG2044 SoC (2025-03-10 
12:22:01 +0800)

----------------------------------------------------------------
RISC-V SG2044 clock driver changes for v6.15

Sophgo:
Added clock support for sg2044.

Signed-off-by: Chen Wang <unicorn_wang at outlook.com>
Signed-off-by: Inochi Amaoto <inochiama at gmail.com>

----------------------------------------------------------------
Inochi Amaoto (2):
       dt-bindings: clock: sophgo: add clock controller for SG2044
       clk: sophgo: Add clock controller support for SG2044 SoC

  Documentation/devicetree/bindings/clock/sophgo,sg2044-clk.yaml |   40 ++
  drivers/clk/sophgo/Kconfig |   11 +
  drivers/clk/sophgo/Makefile |    1 +
  drivers/clk/sophgo/clk-sg2044.c                                | 2271 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/clk/sophgo/clk-sg2044.h |   62 ++
  include/dt-bindings/clock/sophgo,sg2044-clk.h                  | 170 +++++
  6 files changed, 2555 insertions(+)
  create mode 100644 
Documentation/devicetree/bindings/clock/sophgo,sg2044-clk.yaml
  create mode 100644 drivers/clk/sophgo/clk-sg2044.c
  create mode 100644 drivers/clk/sophgo/clk-sg2044.h
  create mode 100644 include/dt-bindings/clock/sophgo,sg2044-clk.h




More information about the linux-riscv mailing list