* [GIT PULL] RISC-V Sophgo SG2044 clock drivers for v6.15
@ 2025-03-10 7:34 Chen Wang
2025-03-11 23:21 ` Inochi Amaoto
0 siblings, 1 reply; 2+ messages in thread
From: Chen Wang @ 2025-03-10 7:34 UTC (permalink / raw)
To: Stephen Boyd, linux-clk
Cc: linux-riscv, sophgo, Inochi Amaoto, Xiaoguang Xing, Chao Wei,
unicorn_wang
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
_______________________________________________
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] RISC-V Sophgo SG2044 clock drivers for v6.15
2025-03-10 7:34 [GIT PULL] RISC-V Sophgo SG2044 clock drivers for v6.15 Chen Wang
@ 2025-03-11 23:21 ` Inochi Amaoto
0 siblings, 0 replies; 2+ messages in thread
From: Inochi Amaoto @ 2025-03-11 23:21 UTC (permalink / raw)
To: Chen Wang, Stephen Boyd, linux-clk
Cc: linux-riscv, sophgo, Inochi Amaoto, Xiaoguang Xing, Chao Wei
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
_______________________________________________
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-03-11 23:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 7:34 [GIT PULL] RISC-V Sophgo SG2044 clock drivers for v6.15 Chen Wang
2025-03-11 23:21 ` Inochi Amaoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox