linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: renesas: rzg2l: Disable unused clocks after resume
@ 2025-08-21  8:03 Claudiu
  2025-08-21  8:03 ` [PATCH 1/2] clk: Export clk_disable_unused() Claudiu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Claudiu @ 2025-08-21  8:03 UTC (permalink / raw)
  To: mturquette, sboyd, geert+renesas, linux
  Cc: claudiu.beznea, linux-renesas-soc, linux-arm-kernel, linux-clk,
	linux-kernel, Claudiu Beznea

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Hi,

This series disables clocks that remain unused after resume.
This is necessary when the resume process is done with the help of the
bootloader, as the bootloader enables various clocks when returning from
resume.

On the RZ/G3S SoC (where this series was tested), the bootloader enables
the SDHI clocks (for all SDHI modules, of which 2 are used by Linux and
1 is unused) and the clocks for a serial IP (unused by Linux).

Testing was done on the RZ/G3S SMARC Carrier II board.

Thank you,
Claudiu Benea

Claudiu Beznea (2):
  clk: Export clk_disable_unused()
  clk: renesas: rzg2l: Register PM notifier to disable unused clocks

 drivers/clk/clk.c               |  9 +++++----
 drivers/clk/renesas/rzg2l-cpg.c | 24 ++++++++++++++++++++++++
 include/linux/clk.h             | 12 ++++++++++++
 3 files changed, 41 insertions(+), 4 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-09-02 13:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21  8:03 [PATCH 0/2] clk: renesas: rzg2l: Disable unused clocks after resume Claudiu
2025-08-21  8:03 ` [PATCH 1/2] clk: Export clk_disable_unused() Claudiu
2025-08-21  8:03 ` [PATCH 2/2] clk: renesas: rzg2l: Register PM notifier to disable unused clocks Claudiu
2025-08-25 17:05 ` [PATCH 0/2] clk: renesas: rzg2l: Disable unused clocks after resume Brian Masney
2025-08-26 11:01   ` claudiu beznea
2025-08-26 11:52     ` Brian Masney
2025-08-30 11:29       ` Claudiu Beznea
2025-09-01  9:46       ` Geert Uytterhoeven
2025-09-02 13:24         ` Brian Masney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).