From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753610AbcBBBJn (ORCPT ); Mon, 1 Feb 2016 20:09:43 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:40903 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752356AbcBBBJl (ORCPT ); Mon, 1 Feb 2016 20:09:41 -0500 Date: Mon, 1 Feb 2016 17:09:39 -0800 From: Stephen Boyd To: Geliang Tang Cc: Michael Turquette , Shawn Guo , Sascha Hauer , Joachim Eastwood , Tero Kristo , Matthias Brugger , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v2] clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h Message-ID: <20160202010939.GF4848@codeaurora.org> References: <568F9960.9040209@gmail.com> <704f6d5aa50acc4723f6756c217a865641d927fe.1452267334.git.geliangtang@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <704f6d5aa50acc4723f6756c217a865641d927fe.1452267334.git.geliangtang@163.com> 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 01/08, Geliang Tang wrote: > to_clk_*(_hw) macros have been repeatedly defined in many places. > This patch moves all the to_clk_*(_hw) definitions in the common > clock framework to public header clk-provider.h, and drop the local > definitions. > > Signed-off-by: Geliang Tang > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project