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 3A050C43219 for ; Mon, 14 Nov 2022 09:04:54 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=o0g/d5gLfQNFVMbnKrAudCr5Iho9IlFzu04NJ2Tu8JQ=; b=SkMFNmWFqMF4Nd w8w3E8h2wD0SrH3tHt59ZaQZyfcBTm30VBeU9L9pxxkJIafpf5eNZb4GBU3jSkX2YUFUidw0Rwpj4 mwJJhqI6fExjGU+I275Hx2QUfK0CNeRfSFwrNXlPBoCaVZDq7YqpYJGuhxHE+BvMJH03kCq5PMjw0 0xNbbESMe2Z3+zWKiFBL51ImO9ga3EdhlE7V2zCwWD4Gb/Cya/6Ey2WNnz4+0VnkdjAgX8GS4hhyE 8vy1BNp0BE2gaWZuleaIGrw0YM5Z5YYpv0tomvv79i4mWR1wDsT+w1xhF1N7jNwRJheSHptnVi19J svC5dHvKxFeQ1eMA6LWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouVNZ-00H1zv-LP; Mon, 14 Nov 2022 09:03:45 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouVNC-00H1mf-1A for linux-arm-kernel@lists.infradead.org; Mon, 14 Nov 2022 09:03:25 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BFAAC23A; Mon, 14 Nov 2022 01:03:23 -0800 (PST) Received: from [10.57.4.132] (unknown [10.57.4.132]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8914E3F534; Mon, 14 Nov 2022 01:03:14 -0800 (PST) Message-ID: Date: Mon, 14 Nov 2022 10:03:09 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 07/20] arm64: dts: Update cache properties for freescale Content-Language: en-US To: Shawn Guo , Chester Lin Cc: linux-kernel@vger.kernel.org, Rob.Herring@arm.com, Li Yang , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Matthias Brugger , NXP S32 Linux Team , Peng Fan , Jacky Bai , Sudeep Holla , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org References: <20221031091956.531935-1-pierre.gondois@arm.com> <20221111025553.GJ125525@dragon> <20221111045727.GM125525@dragon> From: Pierre Gondois In-Reply-To: <20221111045727.GM125525@dragon> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221114_010322_175314_8656D65E X-CRM114-Status: GOOD ( 13.78 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 11/11/22 05:57, Shawn Guo wrote: > On Fri, Nov 11, 2022 at 12:49:08PM +0800, Chester Lin wrote: >> Hi Shawn, >> >> On Fri, Nov 11, 2022 at 10:55:53AM +0800, Shawn Guo wrote: >>> On Mon, Oct 31, 2022 at 10:19:51AM +0100, Pierre Gondois wrote: >>>> The DeviceTree Specification v0.3 specifies that the cache node >>>> 'compatible' and 'cache-level' properties are 'required'. Cf. >>>> s3.8 Multi-level and Shared Cache Nodes >>>> >>>> The recently added init_of_cache_level() function checks >>>> these properties. Add them if missing. >>>> >>>> Signed-off-by: Pierre Gondois >>> >>> Looks good to me. Should I pick it up on IMX tree, or it needs to go as >>> part of the series (via other tree)? >>> >>> Shawn >>> >> >> The change for s32g2 looks good to me. I would be grateful if you could pick >> this patch to the IMX tree. Thanks! >> >> Reviewed-by: Chester Lin > > Ok, I will wait a confirmation from Pierre that the intention is indeed > for platform maintainer to pick up individual patch. > > Shawn Hello Shawn, Chester, Yes please pick the patch individually, Regards, Pierre _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel