Re: [PATCH RFC 1/3] clk: omap: introduce clock driver

2013-06-14 Thread Grant Likely
On Mon, 3 Jun 2013 23:39:16 -0700, Mike Turquette mturque...@linaro.org wrote: Parses OMAP clock data from DT and registers those clocks with the clock framework. dt_omap_clk_init must be called early during boot for timer initialization so it is exported and called from the existing clock

[PATCH RFC 1/3] clk: omap: introduce clock driver

2013-06-04 Thread Mike Turquette
Parses OMAP clock data from DT and registers those clocks with the clock framework. dt_omap_clk_init must be called early during boot for timer initialization so it is exported and called from the existing clock code instead of probing like a real driver. Cc: Benoit Cousson b-cous...@ti.com Cc:

Re: [PATCH RFC 1/3] clk: omap: introduce clock driver

2013-06-04 Thread Tony Lindgren
* Mike Turquette mturque...@linaro.org [130603 23:45]: Parses OMAP clock data from DT and registers those clocks with the clock framework. dt_omap_clk_init must be called early during boot for timer initialization so it is exported and called from the existing clock code instead of probing