[PATCH 30/34] clk: stm32f3: Migrate to clk_hw based OF and registration APIs
From: Daniel Thompson <hidden>
Date: 2016-06-06 13:48:07
Also in:
linux-clk, lkml
From: Daniel Thompson <hidden>
Date: 2016-06-06 13:48:07
Also in:
linux-clk, lkml
On 02/06/16 00:15, Stephen Boyd wrote: Minor nit but the subject is wrong [IIRC stm32f3 cannot run Linux ;-)]. Daniel.
Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers while registering clks in these drivers, allowing us to move closer to a clear split of consumer and provider clk APIs. Cc: Daniel Thompson <redacted> Signed-off-by: Stephen Boyd <redacted>