On 31.07.2014 14:58, Peter Ujfalusi wrote:
On 07/31/2014 03:54 PM, Stefan Assmann wrote:
quoted
quoted
Why would you do this? The point of a clock provider is that you can
enable/disable the clock on demand. Here you enable the clock and leave it
enabled for the rest of the time...
clk-dra7-atl deals with similar issue
The idea is to enable the clock by default to get the wifi working.
Sorry if I got it wrong.
You should have a clock driver for the 32K clock. The wifi driver should
request and manage it's clocks via the clock API.
If the clock does not get enabled the wifi driver wl12xx doesn't even
get probed. Which is my initial problem. Maybe I need to figure that out
first.
Stefan