All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Ensure that HiKey 970 won't hang during boot time
@ 2021-11-16 12:05 Mauro Carvalho Chehab
  2021-11-16 12:05 ` [PATCH RESEND 1/2] clk: wait for extra time before disabling unused clocks Mauro Carvalho Chehab
  2021-11-16 12:05 ` [PATCH RESEND 2/2] clk: clk-hi3670: mark some clocks as CLK_IS_CRITICAL Mauro Carvalho Chehab
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2021-11-16 12:05 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, Wei Xu, linux-clk,
	linux-kernel

During HiKey 970 boot, hundreds of clock lines are disabled, causing the device to
hang.

There are actually two issues here:

1. The clk core doesn't wait enough time for the device drivers to be probed
    before agressively disabling "unused" clocks. This was noticed at the
    drivers built as modules;
2. Several HiKey 970 gates are essencial for the device to work, but they're
    not marked as such.

The first patch fixes the clk core issue, while second one marks the mandatory
clocks as such.

Mauro Carvalho Chehab (2):
  clk: wait for extra time before disabling unused clocks
  clk: clk-hi3670: mark some clocks as CLK_IS_CRITICAL

 drivers/clk/clk.c                  | 51 +++++++++++++++++++-----------
 drivers/clk/hisilicon/clk-hi3670.c | 24 +++++++-------
 2 files changed, 44 insertions(+), 31 deletions(-)

-- 
2.33.1



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

end of thread, other threads:[~2021-11-16 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 12:05 [PATCH RESEND 0/2] Ensure that HiKey 970 won't hang during boot time Mauro Carvalho Chehab
2021-11-16 12:05 ` [PATCH RESEND 1/2] clk: wait for extra time before disabling unused clocks Mauro Carvalho Chehab
2021-11-16 12:05 ` [PATCH RESEND 2/2] clk: clk-hi3670: mark some clocks as CLK_IS_CRITICAL Mauro Carvalho Chehab

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.