All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-27 17:01 ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-03-27 17:01 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
 Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
 Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
 Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
index 09c6c906b1f9..457a6e43d810 100644
--- a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
@@ -2,8 +2,8 @@
 # Copyright 2019 BayLibre, SAS
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Amlogic Meson Random number generator
 
diff --git a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
index a00e9bc8b609..827983008ecf 100644
--- a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
+++ b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: HWRNG support for the iproc-rng200 driver
 
diff --git a/Documentation/devicetree/bindings/rng/mtk-rng.yaml b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
index bb32491ee8ae..7e8dc62e5d3a 100644
--- a/Documentation/devicetree/bindings/rng/mtk-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/mtk-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/mtk-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: MediaTek Random number generator
 
diff --git a/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml b/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
index e749818fc193..06a6791b3356 100644
--- a/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
@@ -25,7 +25,7 @@ properties:
     maxItems: 1
 
   ti,syscon-sa-cfg:
-    $ref: "/schemas/types.yaml#/definitions/phandle"
+    $ref: /schemas/types.yaml#/definitions/phandle
     description: |
       Phandle to syscon node of the SA configuration registers.  These
       registers are shared between HWRNG and crypto drivers.
-- 
2.39.2


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-27 17:01 ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-03-27 17:01 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
 Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
 Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
 Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
index 09c6c906b1f9..457a6e43d810 100644
--- a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
@@ -2,8 +2,8 @@
 # Copyright 2019 BayLibre, SAS
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Amlogic Meson Random number generator
 
diff --git a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
index a00e9bc8b609..827983008ecf 100644
--- a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
+++ b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: HWRNG support for the iproc-rng200 driver
 
diff --git a/Documentation/devicetree/bindings/rng/mtk-rng.yaml b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
index bb32491ee8ae..7e8dc62e5d3a 100644
--- a/Documentation/devicetree/bindings/rng/mtk-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/mtk-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/mtk-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: MediaTek Random number generator
 
diff --git a/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml b/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
index e749818fc193..06a6791b3356 100644
--- a/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
@@ -25,7 +25,7 @@ properties:
     maxItems: 1
 
   ti,syscon-sa-cfg:
-    $ref: "/schemas/types.yaml#/definitions/phandle"
+    $ref: /schemas/types.yaml#/definitions/phandle
     description: |
       Phandle to syscon node of the SA configuration registers.  These
       registers are shared between HWRNG and crypto drivers.
-- 
2.39.2


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

* [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-27 17:01 ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-03-27 17:01 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
 Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
 Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
 Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
index 09c6c906b1f9..457a6e43d810 100644
--- a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml
@@ -2,8 +2,8 @@
 # Copyright 2019 BayLibre, SAS
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Amlogic Meson Random number generator
 
diff --git a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
index a00e9bc8b609..827983008ecf 100644
--- a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
+++ b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: HWRNG support for the iproc-rng200 driver
 
diff --git a/Documentation/devicetree/bindings/rng/mtk-rng.yaml b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
index bb32491ee8ae..7e8dc62e5d3a 100644
--- a/Documentation/devicetree/bindings/rng/mtk-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/rng/mtk-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/mtk-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: MediaTek Random number generator
 
diff --git a/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml b/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
index e749818fc193..06a6791b3356 100644
--- a/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml
@@ -25,7 +25,7 @@ properties:
     maxItems: 1
 
   ti,syscon-sa-cfg:
-    $ref: "/schemas/types.yaml#/definitions/phandle"
+    $ref: /schemas/types.yaml#/definitions/phandle
     description: |
       Phandle to syscon node of the SA configuration registers.  These
       registers are shared between HWRNG and crypto drivers.
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
  2023-03-27 17:01 ` Rob Herring
  (?)
@ 2023-03-27 17:07   ` Florian Fainelli
  -1 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2023-03-27 17:07 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Ray Jui, Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 3/27/23 10:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--

Acked-by: Florian Fainelli <f.fainelli@gmail.com> #brcm,iproc-rng200
-- 
Florian


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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-27 17:07   ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2023-03-27 17:07 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Ray Jui, Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 3/27/23 10:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--

Acked-by: Florian Fainelli <f.fainelli@gmail.com> #brcm,iproc-rng200
-- 
Florian


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-27 17:07   ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2023-03-27 17:07 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Ray Jui, Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 3/27/23 10:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--

Acked-by: Florian Fainelli <f.fainelli@gmail.com> #brcm,iproc-rng200
-- 
Florian


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
  2023-03-27 17:01 ` Rob Herring
  (?)
@ 2023-03-28  6:42   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-28  6:42 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Ray Jui, Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 27/03/2023 19:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---


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

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-28  6:42   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-28  6:42 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Ray Jui, Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 27/03/2023 19:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---


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

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-28  6:42   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-28  6:42 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Ray Jui, Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 27/03/2023 19:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---


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

Best regards,
Krzysztof


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
  2023-03-27 17:01 ` Rob Herring
  (?)
@ 2023-03-30  7:31   ` Neil Armstrong
  -1 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2023-03-30  7:31 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 27/03/2023 19:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
>   Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
>   Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
>   4 files changed, 7 insertions(+), 7 deletions(-)
> 

<snip>


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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-30  7:31   ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2023-03-30  7:31 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 27/03/2023 19:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
>   Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
>   Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
>   4 files changed, 7 insertions(+), 7 deletions(-)
> 

<snip>


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-03-30  7:31   ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2023-03-30  7:31 UTC (permalink / raw)
  To: Rob Herring, Olivia Mackall, Herbert Xu, Krzysztof Kozlowski,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On 27/03/2023 19:01, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>   Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

>   Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
>   Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
>   Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
>   4 files changed, 7 insertions(+), 7 deletions(-)
> 

<snip>


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
  2023-03-27 17:01 ` Rob Herring
  (?)
@ 2023-04-20 21:30   ` Rob Herring
  -1 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-04-20 21:30 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On Mon, Mar 27, 2023 at 12:01:53PM -0500, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
>  Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
>  Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
>  Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)

Applied, thanks!

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-04-20 21:30   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-04-20 21:30 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On Mon, Mar 27, 2023 at 12:01:53PM -0500, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
>  Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
>  Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
>  Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)

Applied, thanks!

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] dt-bindings: rng: Drop unneeded quotes
@ 2023-04-20 21:30   ` Rob Herring
  0 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2023-04-20 21:30 UTC (permalink / raw)
  To: Olivia Mackall, Herbert Xu, Krzysztof Kozlowski, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Ray Jui,
	Scott Branden, Broadcom internal kernel review list,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-crypto, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, linux-mediatek

On Mon, Mar 27, 2023 at 12:01:53PM -0500, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
>  Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
>  Documentation/devicetree/bindings/rng/mtk-rng.yaml           | 4 ++--
>  Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml   | 2 +-
>  4 files changed, 7 insertions(+), 7 deletions(-)

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-04-20 21:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 17:01 [PATCH] dt-bindings: rng: Drop unneeded quotes Rob Herring
2023-03-27 17:01 ` Rob Herring
2023-03-27 17:01 ` Rob Herring
2023-03-27 17:07 ` Florian Fainelli
2023-03-27 17:07   ` Florian Fainelli
2023-03-27 17:07   ` Florian Fainelli
2023-03-28  6:42 ` Krzysztof Kozlowski
2023-03-28  6:42   ` Krzysztof Kozlowski
2023-03-28  6:42   ` Krzysztof Kozlowski
2023-03-30  7:31 ` Neil Armstrong
2023-03-30  7:31   ` Neil Armstrong
2023-03-30  7:31   ` Neil Armstrong
2023-04-20 21:30 ` Rob Herring
2023-04-20 21:30   ` Rob Herring
2023-04-20 21:30   ` Rob Herring

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.