From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752149AbcF3Taj (ORCPT ); Thu, 30 Jun 2016 15:30:39 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58769 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751879AbcF3Tah (ORCPT ); Thu, 30 Jun 2016 15:30:37 -0400 Date: Thu, 30 Jun 2016 12:28:26 -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, Daniel Thompson Subject: Re: [PATCH 30/34] clk: stm32f3: Migrate to clk_hw based OF and registration APIs Message-ID: <20160630192826.GS1521@codeaurora.org> References: <20160601231533.9354-1-stephen.boyd@linaro.org> <20160601231533.9354-31-stephen.boyd@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160601231533.9354-31-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: Daniel Thompson > Signed-off-by: Stephen Boyd > --- Applied to clk-next + fixed subject -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project