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 51C16C04A94 for ; Tue, 1 Aug 2023 19:13:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231925AbjHATNN (ORCPT ); Tue, 1 Aug 2023 15:13:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232442AbjHATNE (ORCPT ); Tue, 1 Aug 2023 15:13:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8678E18B; Tue, 1 Aug 2023 12:13:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1B767616A2; Tue, 1 Aug 2023 19:13:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77973C433C7; Tue, 1 Aug 2023 19:13:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690917182; bh=6e28umF2u1i8SSVJpPICenCM4Gk45G15e24p4wmMd28=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=X0Wqg142Z/A+UZs7FqgB96XiymHIDPtplqvE41l78WI+yhx1K8vxVTgjaHAZj1hBl DMW1nmOUoT3V1Mz23v1lgc4QCGAiGEGy+pLFarBZd7f/cu26mmd9Fq7ecFcCRHE6GN VT9JpEu2mGZoygIaeMafWH2EtSiF1f+W39Q4tAKruXSXt07GfR9NGLu/CHwzPtIZBC mCjD/dlkNtcNvVDw7AWO9ZoMikvR6cH9MHJPosGvuUC/HDW2uuUESL2eFwzziyByh4 YiuRYmegRQE5PBMGUKP21bwnAnZfoHo9Q3CUbx76LPI7SJctZsshj+jkZQcnfLmSjg AWf+VvN4sJuUg== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230730163928.70637-1-martin@kaiser.cx> References: <20220602080344.208702-1-martin@kaiser.cx> <20230730163928.70637-1-martin@kaiser.cx> Subject: Re: [PATCH v6 0/2] ARM: imx25: print silicon revision at startup From: Stephen Boyd Cc: Shawn Guo , Fabio Estevam , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kaiser To: Abel Vesa , Martin Kaiser Date: Tue, 01 Aug 2023 12:13:00 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Martin Kaiser (2023-07-30 09:39:26) > Resurrect the unused function to print the imx25 silicon revision at > startup. >=20 > This patch set is blocking Arnd's work on enabling -Werror=3Dmissing-prot= otypes. >=20 > I'd really appreciate a response from the clk maintainers if these (trivi= al) > patches are ok. You need to Cc linux-imx@nxp.com on imx clk patches. I think Abel has some filter that looks for linux-clk@vger and linux-imx. Also, please don't send series replies to previous rounds. It buries the patches deep in my MUA and my scripts don't work well to apply patches when they're sent like that. I presume that Abel will pick the patches up? Or do you want to land them through Arnd's tree? Either way feel free to add my acked-by Acked-by: Stephen Boyd