From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933599AbbICQBL (ORCPT ); Thu, 3 Sep 2015 12:01:11 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:36621 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933259AbbICQBH (ORCPT ); Thu, 3 Sep 2015 12:01:07 -0400 From: Kevin Hilman To: Leo Yan Cc: Michael Turquette , Stephen Boyd , Jorge Ramirez-Ortiz , Zhangfei Gao , Bintian Wang , Haojian Zhuang , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Wei Xu Subject: Re: [PATCH] clk: Hi6220: separately build stub clock driver References: <1441162667-25532-1-git-send-email-leo.yan@linaro.org> Date: Thu, 03 Sep 2015 09:01:03 -0700 In-Reply-To: <1441162667-25532-1-git-send-email-leo.yan@linaro.org> (Leo Yan's message of "Wed, 2 Sep 2015 10:57:47 +0800") Message-ID: <7h7fo7pk5c.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Leo Yan writes: > 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 Tested-by: Kevin Hilman I verifed that this patch on top of next-20150902 fixes the hikey boot failure I was seeing. Kevin