Re: [PATCH v11 4/5] clk: sophgo: Add SG2042 clock driver

From: Chen Wang
Date: Thu Feb 22 2024 - 22:01:51 EST


Ping ~~~

On 2024/2/20 11:09, Chen Wang wrote:
From: Chen Wang <unicorn_wang@xxxxxxxxxxx>

Add a driver for the SOPHGO SG2042 clocks.

Signed-off-by: Chen Wang <unicorn_wang@xxxxxxxxxxx>
---
drivers/clk/Kconfig | 1 +
drivers/clk/Makefile | 1 +
drivers/clk/sophgo/Kconfig | 8 +
drivers/clk/sophgo/Makefile | 2 +
drivers/clk/sophgo/clk-sophgo-sg2042.c | 1401 ++++++++++++++++++++++++
drivers/clk/sophgo/clk-sophgo-sg2042.h | 233 ++++
6 files changed, 1646 insertions(+)
create mode 100644 drivers/clk/sophgo/Kconfig
create mode 100644 drivers/clk/sophgo/Makefile
create mode 100644 drivers/clk/sophgo/clk-sophgo-sg2042.c
create mode 100644 drivers/clk/sophgo/clk-sophgo-sg2042.h
[......]

Hi, Stephen,

Can you please have a review of this, any question please feel free let me know.

BTW, if it is ok for you, will you pick this driver patch together with the bindings for v6.9? Bindings related patches have been reviewed by Rob, and I can handle the other stuff such as dts.

Thanks,

Chen