From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20E61C43603 for ; Mon, 16 Dec 2019 15:00:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DE4BD206E0 for ; Mon, 16 Dec 2019 15:00:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="o4R8Wsr4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DE4BD206E0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=t3eefAu80L0B4HYfivLbR+VpoOlCm1KxUmKUrMf+xFU=; b=o4R8Wsr42xPOk+ Nr3GcvKe6gydp5M+JzDvwdxzV0u+0TYycL1o/+TegeltOSCZGZbaNhWbQIeBE9fBrKVU3Lfr7BOob WS7mJOhxxk0PWT37qOurukVyDkpiwQ/1qjpYAH1ItTPR4rcwv3P0IleOChtPNbdWyuewYHudxe46s vDWkBywaHjbsDIs+xWnOgquQZ+09YI1uegMPYSmElTNV8BfCCAWaLjkx8gN+Q0y5sp//ZK8oHfGMq PNltr3eB9+fituFkqSOvrxXM1M3X8x/9OlLtXspJRtL9mcchgixp+SmlV3QCYtaSWAl8H161U0Mbl WG638ayvm6bXFMkKEfqA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1igrqp-0004ei-N2; Mon, 16 Dec 2019 14:59:59 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1igrqn-0004cq-Ak for linux-arm-kernel@lists.infradead.org; Mon, 16 Dec 2019 14:59:58 +0000 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0E8A8810D; Mon, 16 Dec 2019 15:00:28 +0000 (UTC) Date: Mon, 16 Dec 2019 06:59:46 -0800 From: Tony Lindgren To: Arnd Bergmann Subject: Re: [PATCH] ARM: omap2plus: select RESET_CONTROLLER Message-ID: <20191216145946.GO35479@atomide.com> References: <20191216132132.3330811-1-arnd@arndb.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191216132132.3330811-1-arnd@arndb.de> User-Agent: Mutt/1.12.2 (2019-09-21) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191216_065957_411355_5E5CBEF4 X-CRM114-Status: GOOD ( 13.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Greg Kroah-Hartman , Santosh Shilimkar , linux-kernel@vger.kernel.org, Tero Kristo , Philipp Zabel , Thomas Gleixner , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Arnd Bergmann [191216 13:22]: > With the new omap_prm driver added unconditionally, omap2 builds > fail when the reset controller subsystem is disabled: > > drivers/soc/ti/omap_prm.o: In function `omap_prm_probe': > omap_prm.c:(.text+0x2d4): undefined reference to `devm_reset_controller_register' > > Fixes: 3e99cb214f03 ("soc: ti: add initial PRM driver with reset control support") > Signed-off-by: Arnd Bergmann Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index fe0f82efb1de..639bc38567a7 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -95,6 +95,7 @@ config ARCH_OMAP2PLUS > bool > select ARCH_HAS_BANDGAP > select ARCH_HAS_HOLES_MEMORYMODEL > + select ARCH_HAS_RESET_CONTROLLER > select ARCH_OMAP > select CLKSRC_MMIO > select GENERIC_IRQ_CHIP > @@ -105,11 +106,11 @@ config ARCH_OMAP2PLUS > select OMAP_DM_TIMER > select OMAP_GPMC > select PINCTRL > + select RESET_CONTROLLER > select SOC_BUS > select TI_SYSC > select OMAP_IRQCHIP > select CLKSRC_TI_32K > - select ARCH_HAS_RESET_CONTROLLER > help > Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 > > -- > 2.20.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel