devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] drivers: clk: renesas: ignore all clocks which is assinged to non Linux system
@ 2023-11-30  2:14 Kuninori Morimoto
  2023-11-30  2:14 ` [PATCH v3 1/4] of: add __of_device_is_status() and makes more generic status check Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2023-11-30  2:14 UTC (permalink / raw)
  To: Frank Rowand, Geert Uytterhoeven, Michael Turquette, Rob Herring,
	Stephen Boyd
  Cc: Rob Herring, devicetree, linux-clk, linux-renesas-soc,
	Aymeric Aillet, Yusuke Goda


Hi Rob, Geert
Cc Aymeric, Goda-san

This is v3 of ignoring non Linux system assinged device.

Some board might use Linux and another OS in the same time. In such
case, current Linux will stop necessary module clock when booting
which is not used on Linux side, but is used on another OS side.

To avoid such situation, this patch-set try to find status = "reserved"
devices, and add CLK_IGNORE_UNUSED flag to its clock.

Table 2.4: Values for status property
https://github.com/devicetree-org/devicetree-specification/releases/download/v0.4/devicetree-specification-v0.4.pdf

"reserved"
	Indicates that the device is operational, but should not be
	used. Typically this is used for devices that are controlled
	by another software component, such as platform firmware.

[1/4] - [3/4] : expand existing function for "reserved"
[4/4]         : adjust to "reserved" device on Renesas CPG

v2 -> v3
	- "__of_get_next_status_child()" -> "of_get_next_status_child()"
	- add Reviewed-by from Rob

v1 -> v2
	- remove "default_ret" from __of_device_is_status()
	- add new parameter explanation on cpg_mssr_priv

Kuninori Morimoto (4):
  of: add __of_device_is_status() and makes more generic status check
  of: add of_get_next_status_child() and makes more generic of_get_next
  of: add for_each_reserved_child_of_node()
  drivers: clk: renesas: ignore all clocks which is assinged to non Linux system

 drivers/clk/renesas/renesas-cpg-mssr.c | 118 +++++++++++++++++++++++--
 drivers/of/base.c                      | 111 ++++++++++++++++-------
 include/linux/of.h                     |  11 +++
 3 files changed, 201 insertions(+), 39 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-05 10:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-30  2:14 [PATCH v3 0/4] drivers: clk: renesas: ignore all clocks which is assinged to non Linux system Kuninori Morimoto
2023-11-30  2:14 ` [PATCH v3 1/4] of: add __of_device_is_status() and makes more generic status check Kuninori Morimoto
2023-11-30 14:36   ` Geert Uytterhoeven
2023-11-30  2:15 ` [PATCH v3 2/4] of: add of_get_next_status_child() and makes more generic of_get_next Kuninori Morimoto
2023-11-30 14:37   ` Geert Uytterhoeven
2023-11-30  2:15 ` [PATCH v3 3/4] of: add for_each_reserved_child_of_node() Kuninori Morimoto
2023-11-30 15:46   ` Geert Uytterhoeven
2023-11-30  2:15 ` [PATCH v3 4/4] drivers: clk: renesas: ignore all clocks which is assinged to non Linux system Kuninori Morimoto
2023-12-05 10:55   ` Geert Uytterhoeven

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).