From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753620AbcDVW6o (ORCPT ); Fri, 22 Apr 2016 18:58:44 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:34408 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753235AbcDVW6l (ORCPT ); Fri, 22 Apr 2016 18:58:41 -0400 Date: Fri, 22 Apr 2016 15:58:39 -0700 From: Stephen Boyd To: Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 12/13] clk: fixed-rate: Add hw based registration APIs Message-ID: <20160422225839.GC13149@codeaurora.org> References: <1461277324-27185-1-git-send-email-sboyd@codeaurora.org> <1461277324-27185-13-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461277324-27185-13-git-send-email-sboyd@codeaurora.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 04/21, Stephen Boyd wrote: > Add registration APIs in the clk fixed-rate code to return struct > clk_hw pointers instead of struct clk pointers. This way we hide > the struct clk pointer from providers unless they need to use > consumer facing APIs. > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 22 Apr 2016 15:58:39 -0700 Subject: [PATCH v2 12/13] clk: fixed-rate: Add hw based registration APIs In-Reply-To: <1461277324-27185-13-git-send-email-sboyd@codeaurora.org> References: <1461277324-27185-1-git-send-email-sboyd@codeaurora.org> <1461277324-27185-13-git-send-email-sboyd@codeaurora.org> Message-ID: <20160422225839.GC13149@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/21, Stephen Boyd wrote: > Add registration APIs in the clk fixed-rate code to return struct > clk_hw pointers instead of struct clk pointers. This way we hide > the struct clk pointer from providers unless they need to use > consumer facing APIs. > > 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