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 D6741C4332F for ; Tue, 8 Nov 2022 16:08:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234522AbiKHQIx (ORCPT ); Tue, 8 Nov 2022 11:08:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234104AbiKHQIu (ORCPT ); Tue, 8 Nov 2022 11:08:50 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 79EDE64EA; Tue, 8 Nov 2022 08:08:49 -0800 (PST) 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 665CC1FB; Tue, 8 Nov 2022 08:08:55 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1141F3F73D; Tue, 8 Nov 2022 08:08:46 -0800 (PST) Date: Tue, 8 Nov 2022 16:08:44 +0000 From: Sudeep Holla To: Pierre Gondois Cc: linux-kernel@vger.kernel.org, Catalin Marinas , Will Deacon , Paul Walmsley , Palmer Dabbelt , Albert Ou , "Rafael J. Wysocki" , Len Brown , Greg Kroah-Hartman , Gavin Shan , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Jani Nikula , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem Message-ID: <20221108160844.iosdfo2bm6srfexp@bogus> References: <20221108110424.166896-1-pierre.gondois@arm.com> <20221108110424.166896-2-pierre.gondois@arm.com> <20221108160323.kqotjshjxr67muaf@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221108160323.kqotjshjxr67muaf@bogus> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 08, 2022 at 04:03:23PM +0000, Sudeep Holla wrote: > On Tue, Nov 08, 2022 at 12:04:17PM +0100, Pierre Gondois wrote: > > Riscv's implementation of init_of_cache_level() is following > > the Devicetree Specification v0.3 regarding caches, cf.: > > - s3.7.3 'Internal (L1) Cache Properties' > > - s3.8 'Multi-level and Shared Cache Nodes' > > > > Allow reusing the implementation by moving it. > > > > Reviewed-by: Sudeep Holla > Forgot to mention earlier, I prefer to s/riscv/RISC-V/ s/implem/implementation/ -- Regards, Sudeep