[PATCH 0/2] clk: improve the execution efficiency of determine_rate()

Chuan Liu via B4 Relay posted 2 patches 3 months, 3 weeks ago
drivers/clk/clk-divider.c | 3 +++
drivers/clk/clk.c         | 3 +++
2 files changed, 6 insertions(+)
[PATCH 0/2] clk: improve the execution efficiency of determine_rate()
Posted by Chuan Liu via B4 Relay 3 months, 3 weeks ago
This patch series aims to reduce the execution time of
determine_rate() for mux and divider clocks.

Although the core logic of _is_best_div() and mux_is_better_rate() is
similar, they are submitted as two separate patches to minimize
maintenance risk.

Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
---
Chuan Liu (2):
      clk: mux: improve the execution efficiency of determine_rate()
      clk: divider: improve the execution efficiency of determine_rate()

 drivers/clk/clk-divider.c | 3 +++
 drivers/clk/clk.c         | 3 +++
 2 files changed, 6 insertions(+)
---
base-commit: 606da5bb165594c052ee11de79bf05bc38bc1aa6
change-id: 20251020-improve_efficiency_of_clk_divider-631fceb70777

Best regards,
-- 
Chuan Liu <chuan.liu@amlogic.com>