linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: aspeed/ast2600: Add critical clock setting logic
@ 2020-01-15 21:26 Jae Hyun Yoo
  2020-01-15 21:26 ` [PATCH 1/2] clk: aspeed: add " Jae Hyun Yoo
  2020-01-15 21:26 ` [PATCH 2/2] clk: ast2600: " Jae Hyun Yoo
  0 siblings, 2 replies; 9+ messages in thread
From: Jae Hyun Yoo @ 2020-01-15 21:26 UTC (permalink / raw)
  To: Joel Stanley, Michael Turquette, Stephen Boyd, Andrew Jeffery
  Cc: linux-clk, linux-aspeed, openbmc, Jae Hyun Yoo

This commit adds critical clock setting logic that applies
CLK_IS_CRITICAL flag if it detects 'clock-critical' property in
device tree. With this patch, each platform can enable critical clocks
through device tree setting like below:

&syscon {
	clock-critical = <ASPEED_CLK_GATE_BCLK>,
			 <ASPEED_CLK_GATE_MCLK>,
			 <ASPEED_CLK_GATE_REFCLK>;
};

Please review.

Thanks,

Jae

Jae Hyun Yoo (2):
  clk: aspeed: add critical clock setting logic
  clk: ast2600: add critical clock setting logic

 drivers/clk/clk-aspeed.c  | 5 ++++-
 drivers/clk/clk-ast2600.c | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-01-30 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 21:26 [PATCH 0/2] clk: aspeed/ast2600: Add critical clock setting logic Jae Hyun Yoo
2020-01-15 21:26 ` [PATCH 1/2] clk: aspeed: add " Jae Hyun Yoo
2020-01-16  1:38   ` Joel Stanley
2020-01-16  1:44     ` Jae Hyun Yoo
2020-01-16  9:57   ` Paul Menzel
2020-01-16 18:41     ` Jae Hyun Yoo
2020-01-30 17:42   ` Stephen Boyd
2020-01-30 20:59     ` Jae Hyun Yoo
2020-01-15 21:26 ` [PATCH 2/2] clk: ast2600: " Jae Hyun Yoo

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