Re: [PATCH v1 02/14] clk: Add of_init_clk_data() to parse common clock bindings

2013-08-02 Thread Mike Turquette
Quoting Stephen Boyd (2013-07-25 09:36:56) > On 07/25, Tomasz Figa wrote: > > On Wednesday 24 of July 2013 17:43:30 Stephen Boyd wrote: > > > Consolidate DT parsing for the common bits of a clock binding in > > > one place to simplify clock drivers. This also has the added > > > benefit of standard

Re: [PATCH v1 02/14] clk: Add of_init_clk_data() to parse common clock bindings

2013-07-25 Thread Stephen Boyd
On 07/25, Tomasz Figa wrote: > On Wednesday 24 of July 2013 17:43:30 Stephen Boyd wrote: > > Consolidate DT parsing for the common bits of a clock binding in > > one place to simplify clock drivers. This also has the added > > benefit of standardizing how the clock names used by the common > > cloc

Re: [PATCH v1 02/14] clk: Add of_init_clk_data() to parse common clock bindings

2013-07-25 Thread Tomasz Figa
Hi Stephen, Pretty good idea, but I have some comments inline. On Wednesday 24 of July 2013 17:43:30 Stephen Boyd wrote: > Consolidate DT parsing for the common bits of a clock binding in > one place to simplify clock drivers. This also has the added > benefit of standardizing how the clock names