public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: samsung: auto clock gating fixes for PM
@ 2026-01-09 17:27 André Draszik
  2026-01-09 17:27 ` [PATCH 1/3] clk: samsung: avoid warning message on legacy Exynos (auto clock gating) André Draszik
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: André Draszik @ 2026-01-09 17:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sylwester Nawrocki, Chanwoo Choi,
	Alim Akhtar, Michael Turquette, Stephen Boyd
  Cc: Peter Griffin, Tudor Ambarus, Will McVicker, Juan Yescas,
	linux-samsung-soc, linux-clk, linux-kernel, linux-arm-kernel,
	André Draszik, Marek Szyprowski

Hi,

The attached patches fix issues when CMUs have PM enabled and also a
needless warning message on older Exynos platforms relating to
automatic clock gating as reported by Marek.

Without these it's impossible to enable PM for a CMU when automatic
clock gating is also enabled. While currently no platform uses both,
patches to enable PM on gs101 are in the works but things stopped
working after the auto clock gating changes. I've verified that with
the patches here PM and runtime PM work again.

I've opted to add Fixes: tags to the PM-related patches even though no
current platform uses both, auto clock gating and PM, to ensure the
code is correct nevertheless. Please let me know if that's not desired.

Cheers,
Andre'

Signed-off-by: André Draszik <andre.draszik@linaro.org>
---
André Draszik (3):
      clk: samsung: avoid warning message on legacy Exynos (auto clock gating)
      clk: samsung: fix sysreg save/restore when PM is enabled for CMU
      clk: samsung: allow runtime PM with auto clock gating

 drivers/clk/samsung/clk-exynos-arm64.c | 32 ++++++++++---
 drivers/clk/samsung/clk.c              | 83 ++++++++++++++++++++++++++++------
 drivers/clk/samsung/clk.h              |  5 +-
 3 files changed, 98 insertions(+), 22 deletions(-)
---
base-commit: f8f97927abf7c12382dddc93a144fc9df7919b77
change-id: 20260109-clk-samsung-autoclk-updates-e8a63bd68405

Best regards,
-- 
André Draszik <andre.draszik@linaro.org>



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

end of thread, other threads:[~2026-01-19 15:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 17:27 [PATCH 0/3] clk: samsung: auto clock gating fixes for PM André Draszik
2026-01-09 17:27 ` [PATCH 1/3] clk: samsung: avoid warning message on legacy Exynos (auto clock gating) André Draszik
2026-01-12 14:22   ` Peter Griffin
2026-01-09 17:27 ` [PATCH 2/3] clk: samsung: fix sysreg save/restore when PM is enabled for CMU André Draszik
2026-01-12 14:29   ` Peter Griffin
2026-01-09 17:27 ` [PATCH 3/3] clk: samsung: allow runtime PM with auto clock gating André Draszik
2026-01-17 19:25   ` Krzysztof Kozlowski
2026-01-19 15:00     ` André Draszik
2026-01-19 15:22       ` André Draszik
2026-01-17 19:34 ` (subset) [PATCH 0/3] clk: samsung: auto clock gating fixes for PM Krzysztof Kozlowski
2026-01-17 19:46 ` Krzysztof Kozlowski

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