linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example
@ 2024-05-28 13:46 Rob Herring (Arm)
  2024-05-28 16:01 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2024-05-28 13:46 UTC (permalink / raw)
  To: Kalle Valo, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Krzysztof Kozlowski, Conor Dooley, Jeff Johnson
  Cc: linux-wireless, netdev, devicetree, ath11k, linux-kernel

Convention for examples is to only show what's covered by the binding,
so drop the provider "qcom,ipq8074-wcss-pil". It is also not documented
by a schema which caused a warning.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/net/wireless/qcom,ath11k.yaml    | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
index a2d55bf4c7a5..ff5763dc66a8 100644
--- a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml
@@ -265,15 +265,6 @@ allOf:
 
 examples:
   - |
-
-    q6v5_wcss: remoteproc@cd00000 {
-        compatible = "qcom,ipq8074-wcss-pil";
-        reg = <0xcd00000 0x4040>,
-              <0x4ab000 0x20>;
-        reg-names = "qdsp6",
-                    "rmb";
-    };
-
     wifi0: wifi@c000000 {
         compatible = "qcom,ipq8074-wifi";
         reg = <0xc000000 0x2000000>;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example
  2024-05-28 13:46 [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example Rob Herring (Arm)
@ 2024-05-28 16:01 ` Krzysztof Kozlowski
  2024-05-29  9:05 ` Kalle Valo
  2024-05-30 15:50 ` Kalle Valo
  2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-05-28 16:01 UTC (permalink / raw)
  To: Rob Herring (Arm), Kalle Valo, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
	Jeff Johnson
  Cc: linux-wireless, netdev, devicetree, ath11k, linux-kernel

On 28/05/2024 15:46, Rob Herring (Arm) wrote:
> Convention for examples is to only show what's covered by the binding,
> so drop the provider "qcom,ipq8074-wcss-pil". It is also not documented
> by a schema which caused a warning.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example
  2024-05-28 13:46 [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example Rob Herring (Arm)
  2024-05-28 16:01 ` Krzysztof Kozlowski
@ 2024-05-29  9:05 ` Kalle Valo
  2024-05-29 15:15   ` Rob Herring
  2024-05-30 15:50 ` Kalle Valo
  2 siblings, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2024-05-29  9:05 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Krzysztof Kozlowski, Conor Dooley, Jeff Johnson, linux-wireless,
	netdev, devicetree, ath11k, linux-kernel

"Rob Herring (Arm)" <robh@kernel.org> wrote:

> Convention for examples is to only show what's covered by the binding,
> so drop the provider "qcom,ipq8074-wcss-pil". It is also not documented
> by a schema which caused a warning.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

I'll take this to our ath.git tree, ok?

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20240528134610.4075204-1-robh@kernel.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example
  2024-05-29  9:05 ` Kalle Valo
@ 2024-05-29 15:15   ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2024-05-29 15:15 UTC (permalink / raw)
  To: Kalle Valo
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Krzysztof Kozlowski, Conor Dooley, Jeff Johnson, linux-wireless,
	netdev, devicetree, ath11k, linux-kernel

On Wed, May 29, 2024 at 09:05:16AM +0000, Kalle Valo wrote:
> "Rob Herring (Arm)" <robh@kernel.org> wrote:
> 
> > Convention for examples is to only show what's covered by the binding,
> > so drop the provider "qcom,ipq8074-wcss-pil". It is also not documented
> > by a schema which caused a warning.
> > 
> > Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> I'll take this to our ath.git tree, ok?

Yes, that's what I'm expecting.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example
  2024-05-28 13:46 [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example Rob Herring (Arm)
  2024-05-28 16:01 ` Krzysztof Kozlowski
  2024-05-29  9:05 ` Kalle Valo
@ 2024-05-30 15:50 ` Kalle Valo
  2 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2024-05-30 15:50 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Krzysztof Kozlowski, Conor Dooley, Jeff Johnson, linux-wireless,
	netdev, devicetree, ath11k, linux-kernel

"Rob Herring (Arm)" <robh@kernel.org> wrote:

> Convention for examples is to only show what's covered by the binding,
> so drop the provider "qcom,ipq8074-wcss-pil". It is also not documented
> by a schema which caused a warning.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

43e934360d1d dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20240528134610.4075204-1-robh@kernel.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-30 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 13:46 [PATCH] dt-bindings: net: wireless: ath11k: Drop "qcom,ipq8074-wcss-pil" from example Rob Herring (Arm)
2024-05-28 16:01 ` Krzysztof Kozlowski
2024-05-29  9:05 ` Kalle Valo
2024-05-29 15:15   ` Rob Herring
2024-05-30 15:50 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).