From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 5/5] clk: Move __clk_{get,put}() into private clk.h API Date: Wed, 10 Jan 2018 13:20:41 -0800 Message-ID: <20180110212041.GS21040@codeaurora.org> References: <20180103013516.18844-1-sboyd@codeaurora.org> <20180103013516.18844-6-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180103013516.18844-6-sboyd@codeaurora.org> Sender: linux-clk-owner@vger.kernel.org To: Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arch@vger.kernel.org, Russell King List-Id: linux-arch.vger.kernel.org On 01/02, Stephen Boyd wrote: > We can move these APIs into the private header file now that we > don't have any users of the __clk_get() and __clk_put() APIs > outside of clkdev.c and clk.c. > > Cc: Russell King > 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 Return-Path: Received: from smtp.codeaurora.org ([198.145.29.96]:44248 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753288AbeAJVUm (ORCPT ); Wed, 10 Jan 2018 16:20:42 -0500 Date: Wed, 10 Jan 2018 13:20:41 -0800 From: Stephen Boyd Subject: Re: [PATCH 5/5] clk: Move __clk_{get,put}() into private clk.h API Message-ID: <20180110212041.GS21040@codeaurora.org> References: <20180103013516.18844-1-sboyd@codeaurora.org> <20180103013516.18844-6-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180103013516.18844-6-sboyd@codeaurora.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arch@vger.kernel.org, Russell King Message-ID: <20180110212041.WxEzzJqkrur0jucRDVnW1-qYVzskpbBQmvB-aLnnKCs@z> On 01/02, Stephen Boyd wrote: > We can move these APIs into the private header file now that we > don't have any users of the __clk_get() and __clk_put() APIs > outside of clkdev.c and clk.c. > > Cc: Russell King > 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