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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B0515CD8CAC for ; Tue, 10 Oct 2023 18:58:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:To:Cc:From:Subject:References: In-Reply-To:MIME-Version:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nSG/pnwsQ1ODlWRSenfB+IOhqwfo16Jj4Xtn6bywFSc=; b=2464/vZJjxW34A QCpsgFT5J9m7WN+p1yH1mYqNybF6+9stCl3knGDc8FcQQN40fZVdNSYLjcml95S69A6HMp2VRXxPf YxYuBPlmBcWp0p1wzy6qT2qOlWHXti/9/p5REUjbGcL8A03EbVezcNC84KbdMVEfI9VWQeXpEYgmI YfixmRiv790Im62SM5GmtgffL6dKnT2im5xfRSkAq7HvSlw9QtBaPUlSUojD3dnTLfrLKMTaftvpK Vyb7SCVifVA3x41x+O2PEC+NhPMooxOcuvIFLYKeVFgkuh0hsI2Gp/vg/UGtvL/YEi6tpJToikOEM gy+65f0TxsCFff2j7fHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqHv4-00DyuO-2b; Tue, 10 Oct 2023 18:57:26 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qqHv2-00Dys5-0L for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 18:57:25 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 3F06BB81DAA; Tue, 10 Oct 2023 18:56:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86A3BC433C8; Tue, 10 Oct 2023 18:56:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696964212; bh=Kfg6W1o5GY/gdJRUqS6uOzCj8+OvbwvifdKKhp+HQuM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Bkt0cta2tvH0ovRyUvC5KeSoVi19QTsjPmHfjddmlDDMaM1En3qXb8ElbfyTYFHji 1qfs0K/F1cn8XZpKROokyw7t2Mw0i/3J+6pCkhhbz3NvDRQZ3S6g/IIC1No5iMvyeG ExUzEnSxMnzbE2ppV/C6H5XDMijfTp1V2hwAxwxIRX4gQI53yeZ8BD4TGm3zB/cGHp DsTHZpIa+g9MWOqk1OwwSigi3N3yEDYBxozh6TywPECSo06gCNZUBeRzNvdxVrFbFY X5ilCfYwkFyuUulzzowOsT2lSCBq63JKWnLvMsLsMQy3KQ4AY2n5z3tMWAd7JvFpIt VX3lJeCbE2/Jw== Message-ID: <7b764568ea372f0a947798fb3c2dac75.sboyd@kernel.org> MIME-Version: 1.0 In-Reply-To: <20231009114514.120130-1-arnd@kernel.org> References: <20231009114514.120130-1-arnd@kernel.org> Subject: Re: [PATCH] clk: imx: imx8: build base support for scu clk From: Stephen Boyd Cc: Arnd Bergmann , Peng Fan , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Randy Dunlap , Jesse Taube , Shengjiu Wang , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Abel Vesa , Arnd Bergmann , Michael Turquette Date: Tue, 10 Oct 2023 11:56:50 -0700 User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_115724_318004_27BC7B67 X-CRM114-Status: UNSURE ( 9.56 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Arnd Bergmann (2023-10-09 04:44:55) > From: Arnd Bergmann > > There is now a dependency on a function from the clk.c file, so > this also needs to be built: > > aarch64-linux-ld: Unexpected GOT/PLT entries detected! > aarch64-linux-ld: Unexpected run-time procedure linkages detected! > aarch64-linux-ld: drivers/clk/imx/clk-imx8-acm.o: in function `imx8_acm_clk_probe': > clk-imx8-acm.c:(.text+0xbf0): undefined reference to `imx_check_clk_hws' > > Fixes: d3a0946d7ac9a ("clk: imx: imx8: add audio clock mux driver") > Signed-off-by: Arnd Bergmann > --- Is this another https://lore.kernel.org/r/20230921093647.3901752-1-abel.vesa@linaro.org _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel