[GIT PULL] RISC-V Sophgo SG2042 clock drivers for v6.11
Chen Wang
unicorn_wang at outlook.com
Thu Jun 27 03:26:45 PDT 2024
Hi, Stephen,
Is it ok for you to pull this patchset? I readlly hope we can get this
in v6.11.
Thanks,
Chen.
On 2024/6/14 15:28, Chen Wang wrote:
> Hey, Stephen,
>
> Please pull clock changes for RISC-V/Sophgo/SG2042.
>
> For dts part, I will handle it at my side.
>
> I send this PR just want to expedite patches for this clock driver.
> The patches have gone through 16 rounds of review [1], and I have
> carefully checked and revised all of them based on everyone's comments.
>
> Link:
> https://lore.kernel.org/linux-riscv/cover.1717661798.git.unicorn_wang@outlook.com/
> [1]
>
> Thanks,
> Chen.
>
> The following changes since commit
> 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
>
> Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
>
> are available in the Git repository at:
>
> https://github.com/sophgo/linux.git tags/riscv-sg2042-clk-for-v6.11
>
> for you to fetch changes up to 48cf7e01386e7e35ea12255bc401bdd484c34e7d:
>
> clk: sophgo: Add SG2042 clock driver (2024-06-14 14:49:40 +0800)
>
> ----------------------------------------------------------------
> RISC-V SG2042 clock driver changes for v6.11
>
> Sophgo:
> Added clock support for sg2042
>
> Signed-off-by: Chen Wang <unicorn_wang at outlook.com>
>
> ----------------------------------------------------------------
> Chen Wang (4):
> dt-bindings: clock: sophgo: add pll clocks for SG2042
> dt-bindings: clock: sophgo: add RP gate clocks for SG2042
> dt-bindings: clock: sophgo: add clkgen for SG2042
> clk: sophgo: Add SG2042 clock driver
>
> Documentation/devicetree/bindings/clock/sophgo,sg2042-clkgen.yaml |
> 61 +++++
> Documentation/devicetree/bindings/clock/sophgo,sg2042-pll.yaml | 53
> ++++
> Documentation/devicetree/bindings/clock/sophgo,sg2042-rpgate.yaml |
> 49 ++++
> drivers/clk/sophgo/Kconfig | 28 +++
> drivers/clk/sophgo/Makefile | 4 +
> drivers/clk/sophgo/clk-sg2042-clkgen.c | 1152
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/clk/sophgo/clk-sg2042-pll.c | 570
> ++++++++++++++++++++++++++++++++++++++++++
> drivers/clk/sophgo/clk-sg2042-rpgate.c | 291 +++++++++++++++++++++
> drivers/clk/sophgo/clk-sg2042.h | 18 ++
> include/dt-bindings/clock/sophgo,sg2042-clkgen.h | 111 ++++++++
> include/dt-bindings/clock/sophgo,sg2042-pll.h | 14 ++
> include/dt-bindings/clock/sophgo,sg2042-rpgate.h | 58 +++++
> 12 files changed, 2409 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/clock/sophgo,sg2042-clkgen.yaml
> create mode 100644
> Documentation/devicetree/bindings/clock/sophgo,sg2042-pll.yaml
> create mode 100644
> Documentation/devicetree/bindings/clock/sophgo,sg2042-rpgate.yaml
> create mode 100644 drivers/clk/sophgo/clk-sg2042-clkgen.c
> create mode 100644 drivers/clk/sophgo/clk-sg2042-pll.c
> create mode 100644 drivers/clk/sophgo/clk-sg2042-rpgate.c
> create mode 100644 drivers/clk/sophgo/clk-sg2042.h
> create mode 100644 include/dt-bindings/clock/sophgo,sg2042-clkgen.h
> create mode 100644 include/dt-bindings/clock/sophgo,sg2042-pll.h
> create mode 100644 include/dt-bindings/clock/sophgo,sg2042-rpgate.h
>
>
More information about the linux-riscv
mailing list