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 CB081C64EC7 for ; Tue, 14 Feb 2023 17:58:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233195AbjBNR60 (ORCPT ); Tue, 14 Feb 2023 12:58:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229661AbjBNR6Y (ORCPT ); Tue, 14 Feb 2023 12:58:24 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BFD8298F7; Tue, 14 Feb 2023 09:58:23 -0800 (PST) Received: from [192.168.1.90] (unknown [86.120.32.152]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madras.collabora.co.uk (Postfix) with ESMTPSA id 7A0E866020A4; Tue, 14 Feb 2023 17:58:20 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1676397501; bh=Y4hHrvH1B5sqY1by0xSyqs58y8vsVlrsUYCjBXVOzgQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Rgmm1hRkkv36vX6S4kwZIjU9y/lgmTGeV1Ia4edMQzQc5k1JaZ8iGWswYiuLBwi9Q 2uK87DtWhOESGqcYttatohf6TdFHjHCqmroabZKzcKSZZjXHXeIVL7gpG0KEEUN0kp RtFBlMdQYBo434oxLBE1oz9KusXyFiOHVzBJXqc9lVWBYGJrsh28lgG6PdFHhbzej+ d8ILeq6tvjsKxNTqduLQD83xIa6iQQr/O3N3oobNAqdQJl9hrjQuSfCj2kDCnClnaH YRt2b1788WywrxWnTLmmsJ8ZIK+ImFPwx+8FUQwuNyvJMaM1FrR9iAB6rfnpusp7NT DFVnRoNAD2Mww== Message-ID: Date: Tue, 14 Feb 2023 19:58:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: [PATCH 02/12] dt-bindings: riscv: sifive-ccache: Add 'uncached-offset' property To: Krzysztof Kozlowski , Lee Jones , Rob Herring , Krzysztof Kozlowski , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Emil Renner Berthing , Conor Dooley , Palmer Dabbelt , Paul Walmsley , Albert Ou , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Richard Cochran , Sagar Kadam , Yanhong Wang Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, kernel@collabora.com References: <20230211031821.976408-1-cristian.ciocaltea@collabora.com> <20230211031821.976408-3-cristian.ciocaltea@collabora.com> Content-Language: en-US From: Cristian Ciocaltea In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/13/23 11:23, Krzysztof Kozlowski wrote: > On 11/02/2023 04:18, Cristian Ciocaltea wrote: >> Add the 'uncached-offset' property to be used for specifying the >> uncached memory offset required for handling non-coherent DMA >> transactions. > > Only one offset can be non-coherent? If this is for DMA, why > dma-noncoherent cannot be used? As Conor already mentioned in [1], the handling of non-coherent DMA on RISC-V is currently being worked on, so I expect this patch will be dropped. [1] https://lore.kernel.org/lkml/Y+d36nz0xdfXmDI1@spud/ Thanks for reviewing, Cristian > > Best regards, > Krzysztof >