Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: improve the execution efficiency of determine_rate()
@ 2025-10-21 10:12 Chuan Liu via B4 Relay
  2025-10-21 10:12 ` [PATCH 1/2] clk: mux: " Chuan Liu via B4 Relay
  2025-10-21 10:12 ` [PATCH 2/2] clk: divider: " Chuan Liu via B4 Relay
  0 siblings, 2 replies; 5+ messages in thread
From: Chuan Liu via B4 Relay @ 2025-10-21 10:12 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-kernel, Chuan Liu

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>



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

end of thread, other threads:[~2025-10-27  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21 10:12 [PATCH 0/2] clk: improve the execution efficiency of determine_rate() Chuan Liu via B4 Relay
2025-10-21 10:12 ` [PATCH 1/2] clk: mux: " Chuan Liu via B4 Relay
2025-10-21 10:12 ` [PATCH 2/2] clk: divider: " Chuan Liu via B4 Relay
2025-10-26  1:25   ` Stephen Boyd
2025-10-27  8:47     ` Chuan Liu

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