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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 719FBCD8CAC for ; Tue, 10 Oct 2023 18:56:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343507AbjJJS44 (ORCPT ); Tue, 10 Oct 2023 14:56:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233336AbjJJS4z (ORCPT ); Tue, 10 Oct 2023 14:56:55 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB81B93; Tue, 10 Oct 2023 11:56:52 -0700 (PDT) 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> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Arnd Bergmann (2023-10-09 04:44:55) > From: Arnd Bergmann >=20 > There is now a dependency on a function from the clk.c file, so > this also needs to be built: >=20 > 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_c= lk_probe': > clk-imx8-acm.c:(.text+0xbf0): undefined reference to `imx_check_clk_hws' >=20 > 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.ves= a@linaro.org