Re: [RFC v2 3/5] clk: use struct clk only for external API

2014-07-10 Thread Tomeu Vizoso
On 07/09/2014 10:12 PM, Tomasz Figa wrote: Actually few more comments, see inline. On 03.07.2014 16:38, Tomeu Vizoso wrote: From: Rabin Vincent In order to provide per-user accounting, this separates the struct clk used in the common clock framework into two structures 'struct clk_core' and '

Re: [RFC v2 3/5] clk: use struct clk only for external API

2014-07-10 Thread Tomeu Vizoso
On 07/09/2014 09:27 PM, Tomasz Figa wrote: Hi Tomeu, Rabin, Please see my comments inline. On 03.07.2014 16:38, Tomeu Vizoso wrote: From: Rabin Vincent In order to provide per-user accounting, this separates the struct clk used in the common clock framework into two structures 'struct clk_co

Re: [RFC v2 3/5] clk: use struct clk only for external API

2014-07-09 Thread Tomasz Figa
Actually few more comments, see inline. On 03.07.2014 16:38, Tomeu Vizoso wrote: > From: Rabin Vincent > > In order to provide per-user accounting, this separates the struct clk > used in the common clock framework into two structures 'struct clk_core' > and 'struct clk'. struct clk_core will b

Re: [RFC v2 3/5] clk: use struct clk only for external API

2014-07-09 Thread Tomasz Figa
Hi Tomeu, Rabin, Please see my comments inline. On 03.07.2014 16:38, Tomeu Vizoso wrote: > From: Rabin Vincent > > In order to provide per-user accounting, this separates the struct clk > used in the common clock framework into two structures 'struct clk_core' > and 'struct clk'. struct clk_co