linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ata: Drop unneeded quotes
@ 2023-03-27 17:00 Rob Herring
  2023-03-27 18:05 ` Sergey Shtylyov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2023-03-27 17:00 UTC (permalink / raw)
  To: Damien Le Moal, Krzysztof Kozlowski, Sergey Shtylyov
  Cc: linux-ide, devicetree, linux-kernel, linux-renesas-soc

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/ata/ahci-common.yaml      | 6 +++---
 Documentation/devicetree/bindings/ata/ahci-platform.yaml    | 2 +-
 .../devicetree/bindings/ata/renesas,rcar-sata.yaml          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/ata/ahci-common.yaml b/Documentation/devicetree/bindings/ata/ahci-common.yaml
index 94d72aeaad0f..7fdf40954a4c 100644
--- a/Documentation/devicetree/bindings/ata/ahci-common.yaml
+++ b/Documentation/devicetree/bindings/ata/ahci-common.yaml
@@ -59,7 +59,7 @@ properties:
     const: sata-phy
 
   hba-cap:
-    $ref: '/schemas/types.yaml#/definitions/uint32'
+    $ref: /schemas/types.yaml#/definitions/uint32
     description:
       Bitfield of the HBA generic platform capabilities like Staggered
       Spin-up or Mechanical Presence Switch support. It can be used to
@@ -67,7 +67,7 @@ properties:
       in case if the system firmware hasn't done it.
 
   ports-implemented:
-    $ref: '/schemas/types.yaml#/definitions/uint32'
+    $ref: /schemas/types.yaml#/definitions/uint32
     description:
       Mask that indicates which ports the HBA supports. Useful if PI is not
       programmed by the BIOS, which is true for some embedded SoC's.
@@ -110,7 +110,7 @@ $defs:
         description: Power regulator for SATA port target device
 
       hba-port-cap:
-        $ref: '/schemas/types.yaml#/definitions/uint32'
+        $ref: /schemas/types.yaml#/definitions/uint32
         description:
           Bitfield of the HBA port-specific platform capabilities like Hot
           plugging, eSATA, FIS-based Switching, etc (see AHCI specification
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.yaml b/Documentation/devicetree/bindings/ata/ahci-platform.yaml
index 7dc2a2e8f598..6d9e33276ba7 100644
--- a/Documentation/devicetree/bindings/ata/ahci-platform.yaml
+++ b/Documentation/devicetree/bindings/ata/ahci-platform.yaml
@@ -34,7 +34,7 @@ select:
     - compatible
 
 allOf:
-  - $ref: "ahci-common.yaml#"
+  - $ref: ahci-common.yaml#
 
 properties:
   compatible:
diff --git a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
index c4e4a9eab658..fe0909554790 100644
--- a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
+++ b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Renesas R-Car Serial-ATA Interface
 
-- 
2.39.2


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

* Re: [PATCH] dt-bindings: ata: Drop unneeded quotes
  2023-03-27 17:00 [PATCH] dt-bindings: ata: Drop unneeded quotes Rob Herring
@ 2023-03-27 18:05 ` Sergey Shtylyov
  2023-03-27 19:04 ` Geert Uytterhoeven
  2023-03-27 23:27 ` Damien Le Moal
  2 siblings, 0 replies; 4+ messages in thread
From: Sergey Shtylyov @ 2023-03-27 18:05 UTC (permalink / raw)
  To: Rob Herring, Damien Le Moal, Krzysztof Kozlowski
  Cc: linux-ide, devicetree, linux-kernel, linux-renesas-soc

On 3/27/23 8:00 PM, 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>
[...]

> diff --git a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> index c4e4a9eab658..fe0909554790 100644
> --- a/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +++ b/Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> @@ -1,8 +1,8 @@
>  # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>  %YAML 1.2
>  ---
> -$id: "http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#"
> -$schema: "http://devicetree.org/meta-schemas/core.yaml#"
> +$id: http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>  
>  title: Renesas R-Car Serial-ATA Interface
>  

Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>

MBR, Sergey

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

* Re: [PATCH] dt-bindings: ata: Drop unneeded quotes
  2023-03-27 17:00 [PATCH] dt-bindings: ata: Drop unneeded quotes Rob Herring
  2023-03-27 18:05 ` Sergey Shtylyov
@ 2023-03-27 19:04 ` Geert Uytterhoeven
  2023-03-27 23:27 ` Damien Le Moal
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-03-27 19:04 UTC (permalink / raw)
  To: Rob Herring
  Cc: Damien Le Moal, Krzysztof Kozlowski, Sergey Shtylyov, linux-ide,
	devicetree, linux-kernel, linux-renesas-soc

On Mon, Mar 27, 2023 at 7:01 PM Rob Herring <robh@kernel.org> 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: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] dt-bindings: ata: Drop unneeded quotes
  2023-03-27 17:00 [PATCH] dt-bindings: ata: Drop unneeded quotes Rob Herring
  2023-03-27 18:05 ` Sergey Shtylyov
  2023-03-27 19:04 ` Geert Uytterhoeven
@ 2023-03-27 23:27 ` Damien Le Moal
  2 siblings, 0 replies; 4+ messages in thread
From: Damien Le Moal @ 2023-03-27 23:27 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov
  Cc: linux-ide, devicetree, linux-kernel, linux-renesas-soc

On 3/28/23 02:00, 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>

Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>


-- 
Damien Le Moal
Western Digital Research


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

end of thread, other threads:[~2023-03-27 23:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 17:00 [PATCH] dt-bindings: ata: Drop unneeded quotes Rob Herring
2023-03-27 18:05 ` Sergey Shtylyov
2023-03-27 19:04 ` Geert Uytterhoeven
2023-03-27 23:27 ` Damien Le Moal

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).