From: Rob Herring <robh@kernel.org>
To: Govind Singh <govinds@codeaurora.org>
Cc: devicetree@vger.kernel.org, linux-wireless@vger.kernel.org,
ath10k@lists.infradead.org
Subject: Re: [PATCH v2 1/2] dt: bindings: add dt entry flag to skip SCM call for msa region
Date: Thu, 14 Nov 2019 13:16:40 -0600 [thread overview]
Message-ID: <20191114191640.GA8426@bogus> (raw)
In-Reply-To: <20191111042508.12628-2-govinds@codeaurora.org>
On Mon, Nov 11, 2019 at 09:55:07AM +0530, Govind Singh wrote:
> Add boolean context flag to disable SCM call for statically
> mapped msa region.
Can't this be implied by the compatible string?
>
> Signed-off-by: Govind Singh <govinds@codeaurora.org>
> ---
> .../devicetree/bindings/net/wireless/qcom,ath10k.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
> index 017128394a3e..7ba22918bab7 100644
> --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
> +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
> @@ -88,6 +88,9 @@ Optional properties:
> of the host capability QMI request
> - qcom,xo-cal-data: xo cal offset to be configured in xo trim register.
>
> +- qcom,msa_fixed_perm: Boolean context flag to disable SCM call for statically
> + mapped msa region.
> +
s/_/-/
> Example (to supply PCI based wifi block details):
>
> In this example, the node is defined as child node of the PCI controller.
> @@ -185,4 +188,5 @@ wifi@18000000 {
> vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
> memory-region = <&wifi_msa_mem>;
> iommus = <&apps_smmu 0x0040 0x1>;
> + qcom,msa_fixed_perm;
> };
> --
> 2.22.0
>
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Govind Singh <govinds@codeaurora.org>
Cc: ath10k@lists.infradead.org, linux-wireless@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2 1/2] dt: bindings: add dt entry flag to skip SCM call for msa region
Date: Thu, 14 Nov 2019 13:16:40 -0600 [thread overview]
Message-ID: <20191114191640.GA8426@bogus> (raw)
In-Reply-To: <20191111042508.12628-2-govinds@codeaurora.org>
On Mon, Nov 11, 2019 at 09:55:07AM +0530, Govind Singh wrote:
> Add boolean context flag to disable SCM call for statically
> mapped msa region.
Can't this be implied by the compatible string?
>
> Signed-off-by: Govind Singh <govinds@codeaurora.org>
> ---
> .../devicetree/bindings/net/wireless/qcom,ath10k.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
> index 017128394a3e..7ba22918bab7 100644
> --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
> +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
> @@ -88,6 +88,9 @@ Optional properties:
> of the host capability QMI request
> - qcom,xo-cal-data: xo cal offset to be configured in xo trim register.
>
> +- qcom,msa_fixed_perm: Boolean context flag to disable SCM call for statically
> + mapped msa region.
> +
s/_/-/
> Example (to supply PCI based wifi block details):
>
> In this example, the node is defined as child node of the PCI controller.
> @@ -185,4 +188,5 @@ wifi@18000000 {
> vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
> memory-region = <&wifi_msa_mem>;
> iommus = <&apps_smmu 0x0040 0x1>;
> + qcom,msa_fixed_perm;
> };
> --
> 2.22.0
>
next prev parent reply other threads:[~2019-11-14 19:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-11 4:25 [PATCH v2 0/2] Don't call SCM interface for statically mapped msa region Govind Singh
2019-11-11 4:25 ` Govind Singh
2019-11-11 4:25 ` [PATCH v2 1/2] dt: bindings: add dt entry flag to skip SCM call for " Govind Singh
2019-11-11 4:25 ` Govind Singh
2019-11-14 19:16 ` Rob Herring [this message]
2019-11-14 19:16 ` Rob Herring
2019-11-21 8:46 ` govinds
2019-11-21 8:46 ` govinds
2019-12-17 14:14 ` Kalle Valo
2019-12-17 14:14 ` Kalle Valo
2019-11-11 4:25 ` [PATCH v2 2/2] ath10k: Don't call SCM interface for statically mapped " Govind Singh
2019-11-11 4:25 ` Govind Singh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191114191640.GA8426@bogus \
--to=robh@kernel.org \
--cc=ath10k@lists.infradead.org \
--cc=devicetree@vger.kernel.org \
--cc=govinds@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.