Re: [PATCHv2] clk: ti: change clock init to use generic of_clk_init

2014-09-29 Thread Tero Kristo
On 09/23/2014 06:49 PM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140912 05:02]: Previously, the TI clock driver initialized all the clocks hierarchically under each separate clock provider node. Now, each clock that requires IO access will instead check their parent node to find out

Re: [PATCHv2] clk: ti: change clock init to use generic of_clk_init

2014-09-23 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140912 05:02]: Previously, the TI clock driver initialized all the clocks hierarchically under each separate clock provider node. Now, each clock that requires IO access will instead check their parent node to find out which IO range to use. This patch allows

[PATCHv2] clk: ti: change clock init to use generic of_clk_init

2014-09-12 Thread Tero Kristo
Previously, the TI clock driver initialized all the clocks hierarchically under each separate clock provider node. Now, each clock that requires IO access will instead check their parent node to find out which IO range to use. This patch allows the TI clock driver to use a few new features