mbox series

[v2,0/5] clk : rockchip: update rk3568 and rk3588 clk driver

Message ID 20231011102947.21188-1-zhangqing@rock-chips.com
Headers show
Series clk : rockchip: update rk3568 and rk3588 clk driver | expand

Message

zhangqing Oct. 11, 2023, 10:29 a.m. UTC
Change in V2:
drop [PATCH v1 1/7] and [PATCH v1 2/7], upstream kernel first.
update commit message and remove change id.

Elaine Zhang (3):
  clk: rockchip: rk3568: support dclk_vop select more parent clks
  clk: rockchip: rk3588: support aclk_top_root set 750M
  clk: rockchip: rk3588: fix up the frac pll calculation

Guochun Huang (1):
  clk: rk3588: Add 742.5M parameter for PLL

Wyon Bi (1):
  clk: rockchip: rk3588: Avoid re-setting the pll rate of dclk_vop's
    parent

 drivers/clk/rockchip/clk_pll.c    | 102 +++++++++++++++++++++++-------
 drivers/clk/rockchip/clk_rk3568.c |  10 ++-
 drivers/clk/rockchip/clk_rk3588.c |  35 +++++++---
 3 files changed, 112 insertions(+), 35 deletions(-)