Message ID | PN0PR01MB10393DBCE92A34489031BE9BEFED62@PN0PR01MB10393.INDPRD01.PROD.OUTLOOK.COM (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] RISC-V Sophgo SG2044 clock drivers for v6.15 | expand |
On Mon, Mar 10, 2025 at 03:34:08PM +0800, Chen Wang wrote: > 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@outlook.com> > Signed-off-by: Inochi Amaoto <inochiama@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 > Let's cancel this pr. This clock driver still needs some improvement. Regards, Inochi