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 68681EB64DD for ; Sun, 6 Aug 2023 03:24:35 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=Dzn5O5C8vrShIZj+VCJsH/uOX15tfs/kL3ORyv9exqE=; b=jMGZDLAqw+vCCs z8TZgbXltX1gY3rMVh1erHQdqD2gX2LVIuZked/6bytlKtcreE82JkvkS2Y80H2u1kfHBUxL/Jr0z xRyfB3MBGnC2h8FNg6KrK4slXM6w6zEbFIbUN0bumEKAjqE8rBD2CiSbBqtDwCodF06v4EcJ2e4BK YzoCiLZeBoqFz2RKda0i6nUS3LnCoYhyZE95QKc8gRxYbcVVMSiQT9KClY7Fq8hy7ebO2omtiQoN/ GjgYyEVm+BbquviQW/1IWLk5FKTN5SNcZY0DSPyN4f2HeH6rFoziGaYlYfhmCJcoXMAgQW0fp4HNs wXAc7tUscmcPl+Kaau+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qSUNF-00Ep9y-0C; Sun, 06 Aug 2023 03:24:09 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qSUNC-00Ep9b-0J for linux-arm-kernel@lists.infradead.org; Sun, 06 Aug 2023 03:24:07 +0000 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 A56D760ECA; Sun, 6 Aug 2023 03:24:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DCDBFC433C7; Sun, 6 Aug 2023 03:24:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691292244; bh=BjWcmlyyIUwTPcPHpo5ZIMu+WGz/CBBzwml6MBeHlXc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BXeRkT3A4mcnCOmmPze0XP+JkA0kGl/HYT3aaw8jcTYSDyCGIKefxQGUygELVeN0c C8Aoslyf2RBrDgq1611nulhk/WdOWUn1rMtKgL/2bLqu66c25gFT24mf7Us16+tqE7 UvGbrPV4frPPYqyVPSaVTZGVZrwYMAO0Tl5aB5+zhMagY5e/Fnz8KdLFmVGrTBENsZ STeX8E+GJC4BZOr/rWX6C2dCAsuDb3stkwyY3klbcUc8GNwYcIEGKTCO6Rayt9PHci Xq59IW9hqGNu1Brj0/HRqmJnHb0E3ufLTXlFTiAbqHvM8h96/AQHBLIfPgfEcEYOH4 7kP3owMNWgPQw== Date: Sun, 6 Aug 2023 11:23:53 +0800 From: Shawn Guo To: Martin Kaiser Cc: Stephen Boyd , Arnd Bergmann , Abel Vesa , Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 0/2] ARM: imx25: print silicon revision at startup Message-ID: <20230806032353.GX151430@dragon> References: <20220602080344.208702-1-martin@kaiser.cx> <20230730163928.70637-1-martin@kaiser.cx> <20230802183849.2gzlglkskvzkgiwa@viti.kaiser.cx> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230802183849.2gzlglkskvzkgiwa@viti.kaiser.cx> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230805_202406_206324_48C1C73D X-CRM114-Status: GOOD ( 16.01 ) 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 On Wed, Aug 02, 2023 at 08:38:49PM +0200, Martin Kaiser wrote: > Stephen Boyd (sboyd@kernel.org) wrote: > > > 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 > > Thanks for responding, Stephen. > > Ok, understood. I'll resend with Cc linux-imx@nxp.com and without the > reply to previous versions. > > Arnd, are you ok with taking these patches through your tree as > suggested by Stephen? I prefer to have Abel apply the patches through clk tree rather than arm-soc tree, unless there is a good reason for them to go via the latter. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel