07-10-2016, 04:11 AM
I looked into /drivers/clk/clk.c ....
Apparently clk_disable() gets called with no cloks enabled:
and subsequently clk_unprepare() returns similar to that:
so basically clk_disable() gets called for some reason and there is no clock to disable, so this is maybe just a glitch or is something broken?
Apparently clk_disable() gets called with no cloks enabled:
Code:
781: if (WARN_ON(clk->enable_count==0)) return;
and subsequently clk_unprepare() returns similar to that:
Code:
690: if (WARN_ON(clk->prepare_count ==0) return;
so basically clk_disable() gets called for some reason and there is no clock to disable, so this is maybe just a glitch or is something broken?
Come have a chat in the Pine IRC channel >>