Message ID | MA0P287MB28221A333D852974F55E3228FEC22@MA0P287MB2822.INDP287.PROD.OUTLOOK.COM (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [GIT,PULL] RISC-V Sophgo SG2042 clock drivers for v6.11 | expand |
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@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 > >
Resend. Hi, Stephen, Can we have this merged in v6.11? Thanks, Chen On 2024/6/27 18:26, Chen Wang wrote: > 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@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 >> >> > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv
Quoting Chen Wang (2024-06-14 00:28:22) > 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) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next
Hello: This pull request was applied to riscv/linux.git (for-next) by Stephen Boyd <sboyd@kernel.org>: On Fri, 14 Jun 2024 15:28:22 +0800 you 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. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V Sophgo SG2042 clock drivers for v6.11 https://git.kernel.org/riscv/c/54cb3bb48337 You are awesome, thank you!
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@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