Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753999AbdFWAji (ORCPT ); Thu, 22 Jun 2017 20:39:38 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:55248 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752832AbdFWAjg (ORCPT ); Thu, 22 Jun 2017 20:39:36 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org E33F8608CF Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Thu, 22 Jun 2017 17:39:34 -0700 From: Stephen Boyd To: Arnd Bergmann Cc: Santosh Shilimkar , Michael Turquette , Tero Kristo , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH] clk: keystone: TI_SCI_PROTOCOL is needed for clk driver Message-ID: <20170623003934.GN4493@codeaurora.org> References: <20170620201249.145468-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170620201249.145468-1-arnd@arndb.de> 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 Content-Length: 793 Lines: 21 On 06/20, Arnd Bergmann wrote: > CONFIG_COMPILE_TEST allows building a configuration without > TI_SCI_PROTOCOL, which then fails to link: > > drivers/clk/keystone/sci-clk.o: In function `ti_sci_clk_probe': > sci-clk.c:(.text.ti_sci_clk_probe+0x4c): undefined reference to `devm_ti_sci_get_handle' > > This makes it a hard dependency. Right now, that means we can't > actually compile-test the driver unless ARCH_KEYSTONE is set as > well, but we can fix that by allowing TI_MESSAGE_MANAGER to > be selected for COMPILE_TEST as well. > > Fixes: b745c0794e2f ("clk: keystone: Add sci-clk driver support") > Signed-off-by: Arnd Bergmann > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project