All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
@ 2022-03-23 19:42 Ansuel Smith
  2022-03-24 11:21 ` Krzysztof Kozlowski
  2022-03-25  0:49 ` Stephen Boyd
  0 siblings, 2 replies; 4+ messages in thread
From: Ansuel Smith @ 2022-03-23 19:42 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Taniya Das, Ansuel Smith,
	linux-arm-msm, linux-clk, devicetree, linux-kernel

qcom,gcc-other Documentation lacks a '|' for the description. This cause
dt_binding_check to incorrectly parse "See also:" as a new value.
Add the missing '|' to correctly parse the description.

Fixes: a03965ed1310 ("dt-bindings: clock: split qcom,gcc.yaml to common and specific schema")
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
---
 Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
index 4dc0274dbd6b..6c45e0f85494 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
@@ -10,7 +10,7 @@ maintainers:
   - Stephen Boyd <sboyd@kernel.org>
   - Taniya Das <tdas@codeaurora.org>
 
-description:
+description: |
   Qualcomm global clock control module which supports the clocks, resets and
   power domains.
 
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
  2022-03-23 19:42 [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml Ansuel Smith
@ 2022-03-24 11:21 ` Krzysztof Kozlowski
  2022-03-25  0:49 ` Stephen Boyd
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-24 11:21 UTC (permalink / raw)
  To: Ansuel Smith, Andy Gross, Bjorn Andersson, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Taniya Das,
	linux-arm-msm, linux-clk, devicetree, linux-kernel

On 23/03/2022 20:42, Ansuel Smith wrote:
> qcom,gcc-other Documentation lacks a '|' for the description. This cause
> dt_binding_check to incorrectly parse "See also:" as a new value.
> Add the missing '|' to correctly parse the description.
> 
> Fixes: a03965ed1310 ("dt-bindings: clock: split qcom,gcc.yaml to common and specific schema")
> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
> ---
>  Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reported-by: Rob Herring <robh@kernel.org>

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
  2022-03-23 19:42 [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml Ansuel Smith
  2022-03-24 11:21 ` Krzysztof Kozlowski
@ 2022-03-25  0:49 ` Stephen Boyd
  2022-03-25  7:25   ` Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2022-03-25  0:49 UTC (permalink / raw)
  To: Andy Gross, Ansuel Smith, Bjorn Andersson, Krzysztof Kozlowski,
	Michael Turquette, Rob Herring, Taniya Das, devicetree,
	linux-arm-msm, linux-clk, linux-kernel

Quoting Ansuel Smith (2022-03-23 12:42:48)
> qcom,gcc-other Documentation lacks a '|' for the description. This cause
> dt_binding_check to incorrectly parse "See also:" as a new value.
> Add the missing '|' to correctly parse the description.
> 
> Fixes: a03965ed1310 ("dt-bindings: clock: split qcom,gcc.yaml to common and specific schema")
> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
> ---

Applied to clk-next

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

* Re: [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
  2022-03-25  0:49 ` Stephen Boyd
@ 2022-03-25  7:25   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-25  7:25 UTC (permalink / raw)
  To: Stephen Boyd, Andy Gross, Ansuel Smith, Bjorn Andersson,
	Krzysztof Kozlowski, Michael Turquette, Rob Herring, Taniya Das,
	devicetree, linux-arm-msm, linux-clk, linux-kernel

On 25/03/2022 01:49, Stephen Boyd wrote:
> Quoting Ansuel Smith (2022-03-23 12:42:48)
>> qcom,gcc-other Documentation lacks a '|' for the description. This cause
>> dt_binding_check to incorrectly parse "See also:" as a new value.
>> Add the missing '|' to correctly parse the description.
>>
>> Fixes: a03965ed1310 ("dt-bindings: clock: split qcom,gcc.yaml to common and specific schema")
>> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
>> ---

Just to clarify:
This should go with fixed commit (a03965ed1310), so maybe for this merge
window (I don't know the plans for a03965ed1310).


Best regards,
Krzysztof

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

end of thread, other threads:[~2022-03-25  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 19:42 [PATCH] dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml Ansuel Smith
2022-03-24 11:21 ` Krzysztof Kozlowski
2022-03-25  0:49 ` Stephen Boyd
2022-03-25  7:25   ` Krzysztof Kozlowski

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.