Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: ata: Drop unneeded quotes

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

Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/20230327170053.4100949-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+6 -6
+3 -3
Documentation/devicetree/bindings/ata/ahci-common.yaml
··· 59 59 const: sata-phy 60 60 61 61 hba-cap: 62 - $ref: '/schemas/types.yaml#/definitions/uint32' 62 + $ref: /schemas/types.yaml#/definitions/uint32 63 63 description: 64 64 Bitfield of the HBA generic platform capabilities like Staggered 65 65 Spin-up or Mechanical Presence Switch support. It can be used to ··· 67 67 in case if the system firmware hasn't done it. 68 68 69 69 ports-implemented: 70 - $ref: '/schemas/types.yaml#/definitions/uint32' 70 + $ref: /schemas/types.yaml#/definitions/uint32 71 71 description: 72 72 Mask that indicates which ports the HBA supports. Useful if PI is not 73 73 programmed by the BIOS, which is true for some embedded SoC's. ··· 110 110 description: Power regulator for SATA port target device 111 111 112 112 hba-port-cap: 113 - $ref: '/schemas/types.yaml#/definitions/uint32' 113 + $ref: /schemas/types.yaml#/definitions/uint32 114 114 description: 115 115 Bitfield of the HBA port-specific platform capabilities like Hot 116 116 plugging, eSATA, FIS-based Switching, etc (see AHCI specification
+1 -1
Documentation/devicetree/bindings/ata/ahci-platform.yaml
··· 34 34 - compatible 35 35 36 36 allOf: 37 - - $ref: "ahci-common.yaml#" 37 + - $ref: ahci-common.yaml# 38 38 39 39 properties: 40 40 compatible:
+2 -2
Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: "http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#" 5 - $schema: "http://devicetree.org/meta-schemas/core.yaml#" 4 + $id: http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: Renesas R-Car Serial-ATA Interface 8 8