All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: scmi: various fixes
@ 2025-12-08 13:51 Patrice Chotard
  2025-12-08 13:51 ` [PATCH 1/3] clk: scmi: Fix typo scmi_clk_get_attibute Patrice Chotard
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Patrice Chotard @ 2025-12-08 13:51 UTC (permalink / raw)
  To: Vinh Nguyen, u-boot
  Cc: Lukasz Majewski, Sean Anderson, Peng Fan, Tom Rini, Marek Vasut,
	Alice Guo, Patrick Delaunay, Valentin Caron, Kamlesh Gurudasani,
	Patrice Chotard

- Fix typo scmi_clk_get_attibute.
- Fix priv initialization in scmi_clk_gate() which leads to
  clock_enable() error when CONFIG_CLK_CCF is not set.
- Remove duplicated scmi_generic_protocol_version() call in 
  scmi_clk_probe().
 

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---
Patrice Chotard (3):
      clk: scmi: Fix typo scmi_clk_get_attibute
      clk: scmi: Fix priv initialization in scmi_clk_gate()
      clk: scmi: Remove duplicated scmi_generic_protocol_version() request

 drivers/clk/clk_scmi.c | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
---
base-commit: c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9
change-id: 20251208-sqqs-7884dbfd4fa7

Best regards,
-- 
Patrice Chotard <patrice.chotard@foss.st.com>


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

end of thread, other threads:[~2025-12-12 16:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08 13:51 [PATCH 0/3] clk: scmi: various fixes Patrice Chotard
2025-12-08 13:51 ` [PATCH 1/3] clk: scmi: Fix typo scmi_clk_get_attibute Patrice Chotard
2025-12-09  8:58   ` Peng Fan
2025-12-08 13:51 ` [PATCH 2/3] clk: scmi: Fix priv initialization in scmi_clk_gate() Patrice Chotard
2025-12-09  9:00   ` Peng Fan
2025-12-09 11:54   ` Marek Vasut
2025-12-11 12:45     ` Peng Fan
2025-12-12 15:16       ` Marek Vasut
2025-12-08 13:51 ` [PATCH 3/3] clk: scmi: Remove duplicated scmi_generic_protocol_version() request Patrice Chotard
2025-12-09  9:01   ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.