Re: [PATCH 02/34] clk: at91: Migrate to clk_hw based registration and OF APIs

2016-09-14 Thread Stephen Boyd
On 06/07, Boris Brezillon wrote: > On Tue, 7 Jun 2016 18:36:21 +0200 > Alexandre Belloni wrote: > > > On 01/06/2016 at 16:15:01 -0700, Stephen Boyd wrote : > > > Now that we have clk_hw based provider APIs to register clks, we > > > can get rid of struct clk pointers in this driver, allowing us t

Re: [PATCH 02/34] clk: at91: Migrate to clk_hw based registration and OF APIs

2016-06-07 Thread Boris Brezillon
On Tue, 7 Jun 2016 18:36:21 +0200 Alexandre Belloni wrote: > On 01/06/2016 at 16:15:01 -0700, Stephen Boyd wrote : > > Now that we have clk_hw based provider APIs to register clks, we > > can get rid of struct clk pointers in this driver, allowing us to > > move closer to a clear split of consume

Re: [PATCH 02/34] clk: at91: Migrate to clk_hw based registration and OF APIs

2016-06-07 Thread Alexandre Belloni
On 01/06/2016 at 16:15:01 -0700, Stephen Boyd wrote : > Now that we have clk_hw based provider APIs to register clks, we > can get rid of struct clk pointers in this driver, allowing us to > move closer to a clear split of consumer and provider clk APIs. > > Cc: Alexandre Belloni > Cc: Boris Brez

[PATCH 02/34] clk: at91: Migrate to clk_hw based registration and OF APIs

2016-06-01 Thread Stephen Boyd
Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers in this driver, allowing us to move closer to a clear split of consumer and provider clk APIs. Cc: Alexandre Belloni Cc: Boris Brezillon Signed-off-by: Stephen Boyd --- See commit 58657d189a2f a