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 CE67CC76196 for ; Mon, 3 Apr 2023 18:32:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233159AbjDCScG (ORCPT ); Mon, 3 Apr 2023 14:32:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231701AbjDCScD (ORCPT ); Mon, 3 Apr 2023 14:32:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 583DF30D3; Mon, 3 Apr 2023 11:31:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DBBD16269A; Mon, 3 Apr 2023 18:31:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 955B1C433EF; Mon, 3 Apr 2023 18:31:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680546704; bh=o3RwlIhCEYrO4ntJi9qqgqGqIZpIGhhKYmBaW6wiPB4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nl2aNxeK+tyv2h7Xtc3R6vMLqTxpdf26KonLrTUAaO0lMgylMBpw/EejnDB1bCQgF T1BABIWDQ44VCTNscPgGmtkkpm0ziUM0AqLkc4LhAZ9Mvg1clKGkjUVoeW/ema3zPq Zx96UQcBfLyh1DRKuWoFXh2T4Vk/RdUx6+HXapepur1qdNIy6FUoLqhLOsrqZF2lEY +U2q4NJ0EQw1WVoCKeyeJfk2+EGgjtJm/UKVdLKmfSRHQlXBa9jlKX0b0I+xQY69iU 7Eu4/M1Y+vis85ilDZWwOOm8VVIy5FwgxkkBmSt/STmzzh4ENycyzpPy63n5kmqd0E Ad7VG/PjG5vbg== Date: Mon, 3 Apr 2023 19:31:38 +0100 From: Conor Dooley To: "Lad, Prabhakar" Cc: Conor Dooley , Arnd Bergmann , Geert Uytterhoeven , Heiko Stuebner , Guo Ren , Andrew Jones , Paul Walmsley , Palmer Dabbelt , Albert Ou , Samuel Holland , linux-riscv@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Biju Das , Lad Prabhakar Subject: Re: [PATCH v7 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management Message-ID: <20230403-peroxide-retail-d7046cb806fe@spud> References: <20230330204217.47666-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20230330204217.47666-2-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="b/tLN+10ke3HU7wD" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --b/tLN+10ke3HU7wD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Apr 03, 2023 at 07:23:37PM +0100, Lad, Prabhakar wrote: > > I think all of the above should be prefixed with riscv_cbom to match the > > other riscv_cbom stuff we already have. > Just to clarify, the riscv_cbom prefix should just be applied to the > ZICOM functions and not to T-HEAD? Yah, can leave the T-HEAD stuff as is IMO. Cheers, Conor. --b/tLN+10ke3HU7wD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZCsbigAKCRB4tDGHoIJi 0p60AQCszeJEQpmXWuGiboXB8Hchy8tk2SJUYIcxRG/FXjMr1QEAxg/uIZdyzwLe 3Zibwoth4VJ2MTUzPgfVuRO6IPUtswE= =S+Sw -----END PGP SIGNATURE----- --b/tLN+10ke3HU7wD--