All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Convert i.MX/MXS mmc binding to json-schema
@ 2020-06-04  1:41 ` Anson Huang
  0 siblings, 0 replies; 14+ messages in thread
From: Anson Huang @ 2020-06-04  1:41 UTC (permalink / raw)
  To: ulf.hansson, robh+dt, shawnguo, s.hauer, kernel, festevam, mpa,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

This patch series converts i.MX and MXS mmc binding to json-schema,
fix some minor issues in original binding doc, such as node name should be 'mmc',
compatible name for i.MX27, reg/interrupts should be required properties etc..

Compared to V1, this patch series adds "unevaluatedProperties: false" for
each binding doc.

Anson Huang (3):
  dt-bindings: mmc: Convert imx esdhc to json-schema
  dt-bindings: mmc: Convert imx mmc to json-schema
  dt-bindings: mmc: Convert mxs mmc to json-schema

 .../devicetree/bindings/mmc/fsl-imx-esdhc.txt      |  67 -----------
 .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     | 124 +++++++++++++++++++++
 .../devicetree/bindings/mmc/fsl-imx-mmc.txt        |  23 ----
 .../devicetree/bindings/mmc/fsl-imx-mmc.yaml       |  53 +++++++++
 Documentation/devicetree/bindings/mmc/mxs-mmc.txt  |  27 -----
 Documentation/devicetree/bindings/mmc/mxs-mmc.yaml |  58 ++++++++++
 6 files changed, 235 insertions(+), 117 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
 create mode 100644 Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
 delete mode 100644 Documentation/devicetree/bindings/mmc/fsl-imx-mmc.txt
 create mode 100644 Documentation/devicetree/bindings/mmc/fsl-imx-mmc.yaml
 delete mode 100644 Documentation/devicetree/bindings/mmc/mxs-mmc.txt
 create mode 100644 Documentation/devicetree/bindings/mmc/mxs-mmc.yaml

-- 
2.7.4


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

end of thread, other threads:[~2020-06-15 16:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04  1:41 [PATCH V2 0/3] Convert i.MX/MXS mmc binding to json-schema Anson Huang
2020-06-04  1:41 ` Anson Huang
2020-06-04  1:41 ` [PATCH V2 1/3] dt-bindings: mmc: Convert imx esdhc " Anson Huang
2020-06-04  1:41   ` Anson Huang
2020-06-15 16:24   ` Rob Herring
2020-06-15 16:24     ` Rob Herring
2020-06-04  1:41 ` [PATCH V2 2/3] dt-bindings: mmc: Convert imx mmc " Anson Huang
2020-06-04  1:41   ` Anson Huang
2020-06-15 16:28   ` Rob Herring
2020-06-15 16:28     ` Rob Herring
2020-06-04  1:41 ` [PATCH V2 3/3] dt-bindings: mmc: Convert mxs " Anson Huang
2020-06-04  1:41   ` Anson Huang
2020-06-15 16:41   ` Rob Herring
2020-06-15 16:41     ` 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.