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 7D9B7ECAAD3 for ; Fri, 9 Sep 2022 14:44:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231858AbiIIOoi (ORCPT ); Fri, 9 Sep 2022 10:44:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232195AbiIIOoU (ORCPT ); Fri, 9 Sep 2022 10:44:20 -0400 Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1012E123EF8 for ; Fri, 9 Sep 2022 07:44:16 -0700 (PDT) Received: by mail-lj1-x22a.google.com with SMTP id bn9so2095970ljb.6 for ; Fri, 09 Sep 2022 07:44:16 -0700 (PDT) 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; bh=QRbJ2ooLdimMcCfJ9oyWLU6O612w08VbsijCYMzYCY4=; b=K8lxF0W6occELPfMaX72DS47qyq9RcaoR6MzPntGsL4CBOOwZuuSbdUq01bJhoW2Tr bCzl8eaBl8oHe5nY3tfpcf6SommdKR2CzjbW47w136RJKjC8NckR1fsagIz2afNQD5AI TreraNJze4MdxXTOP4Ua+x2xv3HoZ+6b7XBzPE/NJ5vU2wiCNAOkkMMH6rErcGIa9TxH v8ZLgeeYhsWAmkGQ7Yfwaw9pLnyLD/xaoZZkhKRz4wtvOaDZNDd3Jekmk4KdpGiLcW4y gCP5FhWLZBRuDhrkmd8czvhsc6myMnMiZpnTxz3Pq/qfZNYOGKCuXedt4YpICCKLQs6s HGeg== 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; bh=QRbJ2ooLdimMcCfJ9oyWLU6O612w08VbsijCYMzYCY4=; b=GHz/ZyWwRkdcFOlCeEh0CRIDR81iHsYmN0OdLpa8NVXIH/iRtByfcG4Jp9FHUpkzWB aUSEow6ex42ExCEHjA5fCYfDjJHPC+jpSywPaDcVnoJSBLyMydKp+sOtIGF08F4eJAX5 UPdKCNBOjowKT67Wol+5Ml5tpv4OIJQKfFCCbgwCM4MRqy1h3781tvNAnDUpI6xk6vxN j4dQeJnLqKwEyaXLpcWsXHMUGvDdxPIB8RrgXdPRDFXgrBT8eY3bnMjeTCJsg3ghMSBA k0iJU44Ls1ThsSCKE/ZumT44ROI8hhmjDnc5BnJhfGVTLRWzOKM30ze+A0jkHJSrMNjM LCeg== X-Gm-Message-State: ACgBeo0AvKRT+WviAPcXYDr+qd9nVzLd8er9GWdj9qX/nlwm3J2bEo+p kW+d0DpC/M1cTSVjV6JVQoXUWw== X-Google-Smtp-Source: AA6agR7rt6NoM3HYa1SElcUM6vShvP82xGgOkPHH1v8eQ/6KkjSJf/qcew+8kTF5ZhbE6gxoqRPTYA== X-Received: by 2002:a05:651c:12cb:b0:25e:44ef:8bfa with SMTP id 11-20020a05651c12cb00b0025e44ef8bfamr4169995lje.324.1662734654792; Fri, 09 Sep 2022 07:44:14 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id o28-20020ac25e3c000000b0048cc076a03dsm101021lfg.237.2022.09.09.07.44.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 09 Sep 2022 07:44:14 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2022 16:44:12 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v3 03/10] dt-bindings: misc: fastrpc: Document memory-region property Content-Language: en-US To: Abel Vesa , Srinivas Kandagatla , Amol Maheshwari , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Ekansh Gupta , Bharath Kumar , Himateja Reddy , Anirudh Raghavendra Cc: Arnd Bergmann , Greg Kroah-Hartman , linux-arm-msm@vger.kernel.org, Linux Kernel Mailing List , devicetree@vger.kernel.org References: <20220909133938.3518520-1-abel.vesa@linaro.org> <20220909133938.3518520-4-abel.vesa@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220909133938.3518520-4-abel.vesa@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 09/09/2022 15:39, Abel Vesa wrote: > Add memory-region property to the list of optional properties, specify > the value type and a definition. This property is used to specify the > memory region which should be used for remote heap CMA. > > Signed-off-by: Abel Vesa Acked-by: Krzysztof Kozlowski Best regards, Krzysztof