All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Propose critical clocks
@ 2022-09-13 10:21 ` Marco Felsch
  0 siblings, 0 replies; 28+ messages in thread
From: Marco Felsch @ 2022-09-13 10:21 UTC (permalink / raw)
  To: krzysztof.kozlowski+dt, robh+dt, abelvesa, abel.vesa, mturquette,
	sboyd, shawnguo, s.hauer, kernel, festevam
  Cc: linux-kernel, Peng Fan, linux-imx, linux-arm-kernel, linux-clk

Hi,

this proposal is to mark clocks as critical. It is somehow inspired by
the regulator-always-on property. Since sometimes we can end in circular
dependcies if we wanna solve the dependcies for a specific clock
provider.

The property is generic so it can be used by every hw clock provider. So
it can be seen as generic implementation to [1].

[1] https://lore.kernel.org/linux-clk/20220913092136.1706263-1-peng.fan@oss.nxp.com/

Marco Felsch (2):
  clk: add support for critical always-on clocks
  arm64: dts: imx8mm-evk: mark 32k pmic clock as always-on

 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi |  1 +
 drivers/clk/clk.c                             | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

-- 
2.30.2


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

end of thread, other threads:[~2023-03-29 19:41 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13 10:21 [RFC PATCH 0/2] Propose critical clocks Marco Felsch
2022-09-13 10:21 ` Marco Felsch
2022-09-13 10:21 ` [RFC PATCH 1/2] clk: add support for critical always-on clocks Marco Felsch
2022-09-13 10:21   ` Marco Felsch
2022-09-13 10:21 ` [RFC PATCH 2/2] arm64: dts: imx8mm-evk: mark 32k pmic clock as always-on Marco Felsch
2022-09-13 10:21   ` Marco Felsch
2022-09-13 10:33 ` [RFC PATCH 0/2] Propose critical clocks Marco Felsch
2022-09-13 10:33   ` Marco Felsch
2022-09-13 10:48 ` Krzysztof Kozlowski
2022-09-13 10:48   ` Krzysztof Kozlowski
2022-09-13 11:51   ` Marco Felsch
2022-09-13 11:51     ` Marco Felsch
2022-09-13 12:24 ` Peng Fan
2022-09-13 12:24   ` Peng Fan
2022-09-14  8:13   ` Marco Felsch
2022-09-14  8:13     ` Marco Felsch
2022-10-05  8:23 ` Marco Felsch
2022-10-05  8:23   ` Marco Felsch
2022-10-05 23:06   ` Stephen Boyd
2022-10-05 23:06     ` Stephen Boyd
2022-10-06 11:05     ` Marek Vasut
2022-10-06 11:05       ` Marek Vasut
2023-01-17 16:45       ` Marco Felsch
2023-01-17 16:45         ` Marco Felsch
2023-01-17 17:55     ` Marco Felsch
2023-01-17 17:55       ` Marco Felsch
2023-03-29 19:40       ` Stephen Boyd
2023-03-29 19:40         ` Stephen Boyd

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.