From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752159AbcF3Tfs (ORCPT ); Thu, 30 Jun 2016 15:35:48 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:59662 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751651AbcF3Tfr (ORCPT ); Thu, 30 Jun 2016 15:35:47 -0400 Date: Thu, 30 Jun 2016 12:29:32 -0700 From: Stephen Boyd To: Stephen Boyd Cc: Michael Turquette , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andi Shyti , Krzysztof Kozlowski Subject: Re: [PATCH 25/34] clk: s2mps11: Migrate to clk_hw based OF and registration APIs Message-ID: <20160630192932.GT1521@codeaurora.org> 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 Content-Disposition: inline In-Reply-To: <20160601231533.9354-26-stephen.boyd@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/01, Stephen Boyd wrote: > 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 > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project