mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/2] clk: rockchip: add GATE_LINK
@ 2023-07-27 10:11 Elaine Zhang
  2023-07-27 10:11 ` [PATCH v1 1/2] clk: rockchip: add support for gate link Elaine Zhang
  2023-07-27 10:11 ` [PATCH v1 2/2] clk: rockchip: rk3588: Adjust the GATE_LINK parameter Elaine Zhang
  0 siblings, 2 replies; 4+ messages in thread
From: Elaine Zhang @ 2023-07-27 10:11 UTC (permalink / raw)
  To: mturquette, sboyd, kever.yang, zhangqing, heiko
  Cc: linux-clk, linux-kernel, huangtao

Recent Rockchip SoCs have a new hardware block called Native Interface
Unit (NIU), which gates clocks to devices behind them. These effectively
need two parent clocks.
Use GATE_LINK to handle this.

Elaine Zhang (2):
  clk: rockchip: add support for gate link
  clk: rockchip: rk3588: Adjust the GATE_LINK parameter

 drivers/clk/rockchip/Makefile                 |   1 +
 drivers/clk/rockchip/clk-gate-link.c          | 191 ++++++++++++++++++
 drivers/clk/rockchip/clk-rk3588.c             | 109 +++++-----
 drivers/clk/rockchip/clk.c                    |   7 +
 drivers/clk/rockchip/clk.h                    |  22 ++
 .../dt-bindings/clock/rockchip,rk3588-cru.h   |   3 +-
 6 files changed, 281 insertions(+), 52 deletions(-)
 create mode 100644 drivers/clk/rockchip/clk-gate-link.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-27 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 10:11 [PATCH v1 0/2] clk: rockchip: add GATE_LINK Elaine Zhang
2023-07-27 10:11 ` [PATCH v1 1/2] clk: rockchip: add support for gate link Elaine Zhang
2023-07-27 10:11 ` [PATCH v1 2/2] clk: rockchip: rk3588: Adjust the GATE_LINK parameter Elaine Zhang
2023-07-27 11:21   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®