From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 08 Jun 2016 16:22:42 +0900 From: Andi Shyti To: Stephen Boyd Cc: Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski Subject: Re: [PATCH 25/34] clk: s2mps11: Migrate to clk_hw based OF and registration APIs Message-id: <20160608072242.GA23808@samsunx.samsung> References: <20160601231533.9354-1-stephen.boyd@linaro.org> <20160601231533.9354-26-stephen.boyd@linaro.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii In-reply-to: <20160601231533.9354-26-stephen.boyd@linaro.org> List-ID: Hi Stephen, > Now that we have clk_hw based provider APIs to register clks, we > can get rid of struct clk pointers while registering clks in > these drivers, allowing us to move closer to a clear split of > consumer and provider clk APIs. > > Cc: Andi Shyti > Cc: Krzysztof Kozlowski > Signed-off-by: Stephen Boyd > --- > > See commit 58657d189a2f and it's children for details on this > new registration API. > > drivers/clk/clk-s2mps11.c | 21 +++++++++------------ > 1 file changed, 9 insertions(+), 12 deletions(-) Acked-by: Andi Shyti Thanks, Andi