From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752498AbcF3T0c (ORCPT ); Thu, 30 Jun 2016 15:26:32 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58482 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442AbcF3T0a (ORCPT ); Thu, 30 Jun 2016 15:26:30 -0400 Date: Thu, 30 Jun 2016 12:26:29 -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, Linus Walleij Subject: Re: [PATCH 32/34] clk: u300: Migrate to clk_hw based registration APIs Message-ID: <20160630192629.GQ1521@codeaurora.org> References: <20160601231533.9354-1-stephen.boyd@linaro.org> <20160601231533.9354-33-stephen.boyd@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160601231533.9354-33-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: Linus Walleij > 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