* [Query] how to handle must be always enabled clk but there's no driver use the clk
@ 2015-05-29 11:40 Jisheng Zhang
0 siblings, 0 replies; only message in thread
From: Jisheng Zhang @ 2015-05-29 11:40 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sebastian, Mike and all,
Let me describe the situation:
there's one clk called as perifsysclk, it's the system AXI clk and at the same
time it's the clock source of two gate clks, for example ethclk, sdioclk etc.
Once cold boot, HW enables perifsysclk by default,
Now let's assume eth driver is firstly probed, in the beginning of eth_probe()
we call clk_prepare_enable(ethclk);
but the eth_probe() fail due to something, so in its failed path, it calls
clk_disable_unprepare(ethclk);
which will finally disable the perifsysclk, so we hang here.
How to handle this situation? Register one dummy driver early then
clk_prepare_enable(perifsysclk) in the driver probe?
Thanks,
Jisheng
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-29 11:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 11:40 [Query] how to handle must be always enabled clk but there's no driver use the clk Jisheng Zhang
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).