Re: [PATCH v2 04/13] clkdev: Add clk_hw based registration APIs

2016-05-03 Thread Russell King - ARM Linux
On Mon, May 02, 2016 at 05:37:16PM -0700, Stephen Boyd wrote: > On 04/21, Stephen Boyd wrote: > > Now that we have a clk registration API that doesn't return > > struct clks, we need to have some way to hand out struct clks via > > the clk_get() APIs that doesn't involve associating struct clk > >

Re: [PATCH v2 04/13] clkdev: Add clk_hw based registration APIs

2016-05-03 Thread Russell King - ARM Linux
On Mon, May 02, 2016 at 05:37:16PM -0700, Stephen Boyd wrote: > On 04/21, Stephen Boyd wrote: > > Now that we have a clk registration API that doesn't return > > struct clks, we need to have some way to hand out struct clks via > > the clk_get() APIs that doesn't involve associating struct clk > >

Re: [PATCH v2 04/13] clkdev: Add clk_hw based registration APIs

2016-05-02 Thread Stephen Boyd
On 04/21, Stephen Boyd wrote: > Now that we have a clk registration API that doesn't return > struct clks, we need to have some way to hand out struct clks via > the clk_get() APIs that doesn't involve associating struct clk > pointers with a struct clk_lookup. Luckily, clkdev already > operates

Re: [PATCH v2 04/13] clkdev: Add clk_hw based registration APIs

2016-05-02 Thread Stephen Boyd
On 04/21, Stephen Boyd wrote: > Now that we have a clk registration API that doesn't return > struct clks, we need to have some way to hand out struct clks via > the clk_get() APIs that doesn't involve associating struct clk > pointers with a struct clk_lookup. Luckily, clkdev already > operates

[PATCH v2 04/13] clkdev: Add clk_hw based registration APIs

2016-04-21 Thread Stephen Boyd
Now that we have a clk registration API that doesn't return struct clks, we need to have some way to hand out struct clks via the clk_get() APIs that doesn't involve associating struct clk pointers with a struct clk_lookup. Luckily, clkdev already operates on struct clk_hw pointers, except for the

[PATCH v2 04/13] clkdev: Add clk_hw based registration APIs

2016-04-21 Thread Stephen Boyd
Now that we have a clk registration API that doesn't return struct clks, we need to have some way to hand out struct clks via the clk_get() APIs that doesn't involve associating struct clk pointers with a struct clk_lookup. Luckily, clkdev already operates on struct clk_hw pointers, except for the