[PATCH v3 0/2] rockchip: Add rk3562 clock support

Kever Yang posted 2 patches 11 months, 2 weeks ago
.../bindings/clock/rockchip,rk3562-cru.yaml   |   55 +
drivers/clk/rockchip/Kconfig                  |    7 +
drivers/clk/rockchip/Makefile                 |    1 +
drivers/clk/rockchip/clk-rk3562.c             | 1108 +++++++++++++++++
drivers/clk/rockchip/clk.h                    |   40 +
drivers/clk/rockchip/rst-rk3562.c             |  429 +++++++
.../dt-bindings/clock/rockchip,rk3562-cru.h   |  379 ++++++
.../dt-bindings/reset/rockchip,rk3562-cru.h   |  358 ++++++
8 files changed, 2377 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3562-cru.yaml
create mode 100644 drivers/clk/rockchip/clk-rk3562.c
create mode 100644 drivers/clk/rockchip/rst-rk3562.c
create mode 100644 include/dt-bindings/clock/rockchip,rk3562-cru.h
create mode 100644 include/dt-bindings/reset/rockchip,rk3562-cru.h
[PATCH v3 0/2] rockchip: Add rk3562 clock support
Posted by Kever Yang 11 months, 2 weeks ago
This patch set add cru driver for a new SoC rk3562, the SoC DT will be sent as
a separate patch set and the new compatible will be used in the DT.

Changes in v3:
- remove rk3562_cru_base and MODULE_ALIAS

Changes in v2:
- remove rockchip,grf info
- Update file license
- Update the reset ID with rst-rk3562.c
- remove CLK_NR_CLKS

Finley Xiao (1):
  clk: rockchip: Add clock controller for the RK3562

Kever Yang (1):
  dt-bindings: clock: Add RK3562 cru

 .../bindings/clock/rockchip,rk3562-cru.yaml   |   55 +
 drivers/clk/rockchip/Kconfig                  |    7 +
 drivers/clk/rockchip/Makefile                 |    1 +
 drivers/clk/rockchip/clk-rk3562.c             | 1108 +++++++++++++++++
 drivers/clk/rockchip/clk.h                    |   40 +
 drivers/clk/rockchip/rst-rk3562.c             |  429 +++++++
 .../dt-bindings/clock/rockchip,rk3562-cru.h   |  379 ++++++
 .../dt-bindings/reset/rockchip,rk3562-cru.h   |  358 ++++++
 8 files changed, 2377 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3562-cru.yaml
 create mode 100644 drivers/clk/rockchip/clk-rk3562.c
 create mode 100644 drivers/clk/rockchip/rst-rk3562.c
 create mode 100644 include/dt-bindings/clock/rockchip,rk3562-cru.h
 create mode 100644 include/dt-bindings/reset/rockchip,rk3562-cru.h

-- 
2.25.1
Re: [PATCH v3 0/2] rockchip: Add rk3562 clock support
Posted by Heiko Stuebner 11 months, 2 weeks ago
On Thu, 27 Feb 2025 18:59:13 +0800, Kever Yang wrote:
> This patch set add cru driver for a new SoC rk3562, the SoC DT will be sent as
> a separate patch set and the new compatible will be used in the DT.
> 
> Changes in v3:
> - remove rk3562_cru_base and MODULE_ALIAS
> 
> Changes in v2:
> - remove rockchip,grf info
> - Update file license
> - Update the reset ID with rst-rk3562.c
> - remove CLK_NR_CLKS
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: clock: Add RK3562 cru
      commit: dd113c4fefc8df6ebf6486cb1dce1707d5d677b4
[2/2] clk: rockchip: Add clock controller for the RK3562
      commit: 36c7fdc8f585acbf11c8e5bc112fa9d8ef75146a

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>