Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: thead: th1520-ap: allow gate cascade and fix padctrl0
@ 2025-08-16  8:44 Icenowy Zheng
  2025-08-16  8:44 ` [PATCH v2 1/2] clk: thead: th1520-ap: describe gate clocks with clk_gate Icenowy Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Icenowy Zheng @ 2025-08-16  8:44 UTC (permalink / raw)
  To: Drew Fustini, Guo Ren, Fu Wei, Michael Turquette, Stephen Boyd,
	Michal Wilczynski
  Cc: Han Gao, Yao Zi, linux-riscv, linux-clk, linux-kernel,
	Icenowy Zheng

Current ccu_gate implementation does not easily allow gates to be clock
parents because of the waste of struct clk_hw in struct ccu_gate;
however it's found that the padctrl0 apb clock gate seems to be
downstream of perisys-apb4-hclk, gating the latter w/o gating the former
makes the padctrl0 registers inaccessible too.

Fix this by refactor ccu_gate code, mimicing what Yao Zi did on
ccu_mux; and then assign perisys-apb4-hclk as parent of padctrl0 bus
gate.

Icenowy Zheng (2):
  clk: thead: th1520-ap: describe gate clocks with clk_gate
  clk: thead: th1520-ap: fix parent of padctrl0 clock

 drivers/clk/thead/clk-th1520-ap.c | 386 +++++++++++++++---------------
 1 file changed, 189 insertions(+), 197 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-08-18 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16  8:44 [PATCH v2 0/2] clk: thead: th1520-ap: allow gate cascade and fix padctrl0 Icenowy Zheng
2025-08-16  8:44 ` [PATCH v2 1/2] clk: thead: th1520-ap: describe gate clocks with clk_gate Icenowy Zheng
2025-08-16  8:44 ` [PATCH v2 2/2] clk: thead: th1520-ap: fix parent of padctrl0 clock Icenowy Zheng
2025-08-18 22:10 ` [PATCH v2 0/2] clk: thead: th1520-ap: allow gate cascade and fix padctrl0 Drew Fustini

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