From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755133AbbICAJh (ORCPT ); Wed, 2 Sep 2015 20:09:37 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:54649 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752761AbbICAJg (ORCPT ); Wed, 2 Sep 2015 20:09:36 -0400 Date: Wed, 2 Sep 2015 17:09:34 -0700 From: Stephen Boyd To: Leo Yan Cc: Michael Turquette , Jorge Ramirez-Ortiz , Zhangfei Gao , Bintian Wang , Haojian Zhuang , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Hilman , Wei Xu Subject: Re: [PATCH] clk: Hi6220: separately build stub clock driver Message-ID: <20150903000934.GD15099@codeaurora.org> References: <1441162667-25532-1-git-send-email-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441162667-25532-1-git-send-email-leo.yan@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 09/02, Leo Yan wrote: > The previous code, kernel builds Hi6220's common clock driver and stub > clock driver together. Stub clock driver has introduced the dependency > with CONFIG_MAILBOX, so kernel will not build Hi6220's common clock > driver due ARM64's defconfig have not enabled CONFIG_MAILBOX by default. > > So separately build stub clock driver and common clock driver for > Hi6220; and only let stub clock driver has the dependency with > CONFIG_MAILBOX. > > Signed-off-by: Leo Yan > --- I had to read it a couple times, but it makes sense. Applied to clk-fixes -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project