From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759327AbbIDOl6 (ORCPT ); Fri, 4 Sep 2015 10:41:58 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33889 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758255AbbIDOl4 (ORCPT ); Fri, 4 Sep 2015 10:41:56 -0400 Date: Fri, 4 Sep 2015 22:41:47 +0800 From: Leo Yan To: Kevin Hilman 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 Message-ID: <20150904144147.GA3890@leoy-linaro> References: <1441162667-25532-1-git-send-email-leo.yan@linaro.org> <7h7fo7pk5c.fsf@deeprootsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7h7fo7pk5c.fsf@deeprootsystems.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 Thu, Sep 03, 2015 at 09:01:03AM -0700, Kevin Hilman wrote: > 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. Thanks, Kevin and Stephen :)