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 360C6C636CC for ; Mon, 13 Feb 2023 09:23:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229667AbjBMJXK (ORCPT ); Mon, 13 Feb 2023 04:23:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229645AbjBMJXH (ORCPT ); Mon, 13 Feb 2023 04:23:07 -0500 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CE9B55B3 for ; Mon, 13 Feb 2023 01:23:04 -0800 (PST) Received: by mail-wr1-x435.google.com with SMTP id m10so2482258wrn.4 for ; Mon, 13 Feb 2023 01:23:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=nceynFwfOSQ9gK3dwBYGl+Y9+g5oSlogmBdnLLAMDvE=; b=qF9OgKwoIo3IN1BRJSx1gzKZ8I4VRcThWO2fHPpvwU/3bFl/NndvGECxwJCyvo05tD S6hmSGetGMkTK1MSG4AkXFW+t1rV7Adxnv+oGwp5L7s//YXWBqku8JzYmTVUWZ4+XG18 IcZp4C637ehPWZONZ0dTO256y5ayeOOcNR41VtTYZsRizzcPOiYKg1tanzLmBiYnpEw/ TjzrW5HsIu1uqQ1Eq1w9deYclwP+PH2A8juwEUrwXSLWEF8ngX07zdhgK9wUHHo3Opra l5jcyE/Bp886nNY/JyOQjsypQB9pLUme36IO70cvMByt/5R6yoTD7zx0ev38D5a8LKf+ bCEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=nceynFwfOSQ9gK3dwBYGl+Y9+g5oSlogmBdnLLAMDvE=; b=YUk0XpPHRUvMLm5HAKSOMwwIltRcrAYkCqD94Ab2GJ4iZtic6iZfdELziuILUmY3FG AEXQOrX9Bk04bAJgy8URofHpf60+MVED5orxd5ybWh7qGCgvYII3GCt58ec4hW0c8t4l PD0UR9tUtUlofDwgA2492f96Nz228QQm+VG+SslZh3DatfN4BwTNPeCGJ196W9d9KbvK WGJhewh4oPFeQNIue1cTSWQPZgazY/Q49CDcqHvuqP3CLD1oQXvoQfFknu2n6QDnfNsU 2kp0or+r9uE1wek/1ky1DwmBTy34907itxfqeZQtgvwOpj9w3TgBagxkmDb1vB67namB E8Jw== X-Gm-Message-State: AO0yUKXIGqiVDVsoArZsjNqSTh/DugEeLiTLzrsXl3yV4l4TgoybOFW6 3flJlIg04tAr5wGinUfVQBN/vA== X-Google-Smtp-Source: AK7set/WMjt6si446XYviUem9Dvz4X7zmBCVn/zBEupkIDEh5g+cbzG/LyjEhdhl1+XKTXHF20iTbw== X-Received: by 2002:a05:6000:1f8a:b0:2c5:5297:24ae with SMTP id bw10-20020a0560001f8a00b002c5529724aemr4519362wrb.2.1676280183186; Mon, 13 Feb 2023 01:23:03 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id o7-20020a056000010700b002c559def236sm1438290wrx.57.2023.02.13.01.23.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 13 Feb 2023 01:23:02 -0800 (PST) Message-ID: Date: Mon, 13 Feb 2023 10:23:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 02/12] dt-bindings: riscv: sifive-ccache: Add 'uncached-offset' property Content-Language: en-US To: Cristian Ciocaltea , 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> From: Krzysztof Kozlowski In-Reply-To: <20230211031821.976408-3-cristian.ciocaltea@collabora.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Best regards, Krzysztof