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 89BBEC4332F for ; Fri, 25 Nov 2022 12:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229892AbiKYMRM (ORCPT ); Fri, 25 Nov 2022 07:17:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229569AbiKYMRD (ORCPT ); Fri, 25 Nov 2022 07:17:03 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEDA24A06C; Fri, 25 Nov 2022 04:16:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1669378616; x=1700914616; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=xSFOXCUtd8kCT1EOBLk19+HwBikY8iOKRD/WMkWE6uU=; b=XRpFUAy4SmzINlLQgse1uU8xSiOqevuxPW2JvptmjuhriawNzat+uqZk NTm9hbHi/yhQFhSI4TmPzt3t9sCux5XJkHLsJc5T8tXhnugDiTm4U+4lJ 7Z8kQDfCUbePlUFta6/U+5I8wu7pX9W1GAX2Dwa0pJQgiyWAxnaRyy+5F 6oXWAragmJnxCW61L3LJZz8zjTx8LokLcPH1wxX6NnGCXpI2PmZnQchAF 78AWRLh9dJKN/GYK7Wu+UReSOLN17vYg5HHZlX5DlybRF1Jgv67eD3I+J 86Uod0pKYMkvdQTw+vP4cbOn2bGEK3YlJ2SETbtYLSaiiO74bMDJ8XFqj A==; X-IronPort-AV: E=Sophos;i="5.96,193,1665471600"; d="scan'208";a="188647684" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 25 Nov 2022 05:16:40 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Fri, 25 Nov 2022 05:16:39 -0700 Received: from wendy (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12 via Frontend Transport; Fri, 25 Nov 2022 05:16:36 -0700 Date: Fri, 25 Nov 2022 12:16:18 +0000 From: Conor Dooley To: "Lad, Prabhakar" CC: Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Geert Uytterhoeven , Magnus Damm , Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Guo Ren , Jisheng Zhang , Atish Patra , Anup Patel , Andrew Jones , Nathan Chancellor , Philipp Tomsich , , , , , Biju Das , Lad Prabhakar Subject: Re: [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC Message-ID: References: <20221124172207.153718-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20221124172207.153718-8-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 25, 2022 at 10:50:01AM +0000, Lad, Prabhakar wrote: > Hi Conor, > > Thank you for the review. > > On Thu, Nov 24, 2022 at 9:31 PM Conor Dooley wrote: > > But yeah, this is basically the sort of stuff that'd be nice to have in > > the previous patch! > > > Agreed, I'll include this in the binding patch too. I said "the previous patch" but I meant "the previous patch that I commented on the commit message for". I can hardly expect telepathy, so sorry for the poor wording.